Re: [PATCH] net/mlx4: verify RSS supports num Rx Qs being used
From: Shahaf Shuler <hidden>
Date: 2018-07-29 11:12:46
From: Shahaf Shuler <hidden>
Date: 2018-07-29 11:12:46
Sunday, July 29, 2018 11:12 AM, Matan Azrad:
Subject: Re: [dpdk-dev] [PATCH] net/mlx4: verify RSS supports num Rx Qs being usedquoted
Hi Moti Small comment below. From: Mordechay Haimovskyquoted
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 cause Rx queues creationto fail.quoted
Signed-off-by: Moti Haimovsky <redacted>
Applied to next-net-mlx (with commit title change), thanks.