Re: [dpdk-dev] [PATCH] net/mlx5: fix shared RSS action update

2020-11-23 Thread Tal Shnaiderman
> Subject: [dpdk-dev] [PATCH] net/mlx5: fix shared RSS action update > > The shared RSS action update was not operational due to lack of kernel driver > support of TIR object modification. > This commit introduces the workaround to support shared RSS action modify > using an in

Re: [dpdk-dev] [PATCH] net/mlx5: fix shared RSS action update

2020-11-22 Thread Raslan Darawsheh
Shahaf Shuler > Subject: [dpdk-dev] [PATCH] net/mlx5: fix shared RSS action update > > The shared RSS action update was not operational due to lack > of kernel driver support of TIR object modification. > This commit introduces the workaround to support shared RSS > action m

Re: [dpdk-dev] [PATCH] net/mlx5: fix shared RSS action update

2020-11-22 Thread Slava Ovsiienko
> -Original Message- > From: Andrey Vesnovaty > Sent: Sunday, November 22, 2020 16:50 > To: dev@dpdk.org > Cc: NBU-Contact-Thomas Monjalon ; > ferruh.yi...@intel.com; Ori Kam ; Slava Ovsiienko > ; andrey.vesnov...@gmail.com; Matan Azrad > ; Shahaf Shuler > Subject: [PATCH] net/mlx5: fix s

[dpdk-dev] [PATCH] net/mlx5: fix shared RSS action update

2020-11-22 Thread Andrey Vesnovaty
The shared RSS action update was not operational due to lack of kernel driver support of TIR object modification. This commit introduces the workaround to support shared RSS action modify using an indirect queue table update instead of touching TIR object directly. Limitations: the only supported R