Hi, > -----Original Message----- > From: Erez Shitrit <[email protected]> > Sent: Wednesday, March 22, 2023 4:43 PM > To: [email protected] > Cc: [email protected]; Matan Azrad <[email protected]>; Slava Ovsiienko > <[email protected]> > 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: [email protected] > > Signed-off-by: Erez Shitrit <[email protected]> > Reviewed-by: Alex Vesker <[email protected]> > Acked-by: Matan Azrad <[email protected]> > ---
Patch applied to next-net-mlx, Kindest regards, Raslan Darawsheh

