Hi, > -----Original Message----- > From: dev <[email protected]> On Behalf Of Dekel Peled > Sent: Wednesday, February 3, 2021 12:09 PM > To: Matan Azrad <[email protected]>; Shahaf Shuler > <[email protected]>; Slava Ovsiienko <[email protected]> > Cc: [email protected]; [email protected] > Subject: [dpdk-dev] [PATCH] net/mlx5: fix check of shared RSS capability > > Existing code to create shared RSS action doesn't fully check > driver capabilities. > Using older driver, if DevX capabilities are insufficient, > the IBV operations are used. > In this case the ind_table_modify operation is not supported, and > shared RSS action can't be modified after creation. > > This patch adds check of driver capability, and fails the validation > for shared RSS action in case it is insufficient. > > Fixes: d2046c09aa64 ("net/mlx5: support shared action for RSS") > Cc: [email protected] > > Signed-off-by: Dekel Peled <[email protected]> > Acked-by: Matan Azrad <[email protected]> > ---
Patch applied to next-net-mlx, Kindest regards Raslan Darawsheh

