Hi, > -----Original Message----- > From: Erez Shitrit <ere...@nvidia.com> > Sent: Wednesday, March 22, 2023 4:43 PM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Matan Azrad <ma...@nvidia.com>; Slava Ovsiienko > <viachesl...@nvidia.com> > Subject: [PATCH v4] net/mlx5/hws: fix shared context to use local defaults > > > Every Flow-table has a default miss behavior, meaning what action to do in > case of miss in that Flow-table. > When we are using shared Flow-table we should not use the shared default > instead we should use the default of the local Flow-table that pointed by the > shared Flow-table. > > There are two cases that need to be fixed: > When the table created, the default miss should go to the alias ft that will > direct it back to local context. > > And also when the rule is without specific hit address and we are in a shared > RTC from here it should be redirected back to the local context. > > Fixes: ce946c7d3999 ("net/mlx5/hws: support ibv context shared with local > one") > Cc: sta...@dpdk.org > > Signed-off-by: Erez Shitrit <ere...@nvidia.com> > Reviewed-by: Alex Vesker <va...@nvidia.com> > Acked-by: Matan Azrad <ma...@nvidia.com> > ---
Patch applied to next-net-mlx, Kindest regards, Raslan Darawsheh