Hi, > -----Original Message----- > From: dev <dev-boun...@dpdk.org> On Behalf Of Matan Azrad > Sent: Sunday, November 17, 2019 2:15 PM > To: dev@dpdk.org > Cc: Slava Ovsiienko <viachesl...@mellanox.com>; Bing Zhao > <bi...@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: bi...@mellanox.com > > Signed-off-by: Matan Azrad <ma...@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