Re: [dpdk-dev] [PATCH] net/mlx4: verify RSS supports num Rx Qs being used

2018-07-29 Thread Shahaf Shuler
Sunday, July 29, 2018 11:12 AM, Matan Azrad: > Subject: Re: [dpdk-dev] [PATCH] net/mlx4: verify RSS supports num Rx Qs > being used > > Hi Moti > > > > Small comment below. > > > > From: Mordechay Haimovsky > > > This patch verifies that the nu

Re: [dpdk-dev] [PATCH] net/mlx4: verify RSS supports num Rx Qs being used

2018-07-29 Thread Matan Azrad
Hi > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Matan Azrad > Sent: Thursday, July 26, 2018 5:36 PM > To: Mordechay Haimovsky > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] net/mlx4: verify RSS supports num Rx Qs being > used &g

Re: [dpdk-dev] [PATCH] net/mlx4: verify RSS supports num Rx Qs being used

2018-07-26 Thread Matan Azrad
Hi Moti Small comment below. From: Mordechay Haimovsky > This patch verifies that the number of Rx queues configured for RSS is > supported by the device hardware. > RSS support in mlx4 requires contiguous chunk of QPs to be reserved, there is > a > hardware limitation on the amount of contiguou

[dpdk-dev] [PATCH] net/mlx4: verify RSS supports num Rx Qs being used

2018-07-25 Thread Moti Haimovsky
This patch verifies that the number of Rx queues configured for RSS is supported by the device hardware. RSS support in mlx4 requires contiguous chunk of QPs to be reserved, there is a hardware limitation on the amount of contiguous QPs which is reported by the hardware. Ignoring this value will ca