[dpdk-dev] [PATCH v2] net/mlx5: fix flow table hash list conversion

Raslan Darawsheh rasland at mellanox.com
Sun Nov 17 15:13:24 CET 2019


Hi,

> -----Original Message-----
> From: dev <dev-bounces at dpdk.org> On Behalf Of Matan Azrad
> Sent: Sunday, November 17, 2019 2:15 PM
> To: dev at dpdk.org
> Cc: Slava Ovsiienko <viacheslavo at mellanox.com>; Bing Zhao
> <bingz at mellanox.com>
> Subject: [dpdk-dev] [PATCH v2] net/mlx5: fix flow table hash list conversion
> 
> For the case when DR is not supported and DV is supported:
> 	multi-tables feature is off.
> 	In this case, only table 0 is supported.
> 	Table 0 structure wrongly was not created what prevented any
> 	matcher object to be created and even caused crashes.
> 
> Create the table hash list in DV case too.
> Create table zero empty structure for each domain when DR is not
> supported.
> Allow NULL DR internal table object to be used.
> 
> Fixes: 860897d2895a ("net/mlx5: reorganize flow tables with hash list")
> Cc: bingz at mellanox.com
> 
> Signed-off-by: Matan Azrad <matan at mellanox.com>
> ---
> 
> V2:
> Fix checkpatch warnings.
> 
Fixed issue with check patch (removed extra empty line)

Patch applied to next-net-mlx,

Kindest regards,
Raslan Darawsheh


More information about the dev mailing list