Re: [dpdk-dev] [PATCH] net/i40e: fix queue number error in queue region

2017-10-24 Thread Ferruh Yigit
On 10/24/2017 2:00 PM, Ferruh Yigit wrote: > On 10/24/2017 1:45 AM, Wei Zhao wrote: >> when VSI is enabled with smaller number of queues, >> for example, 1 or 6, it will cause error.64 is the >> max number of queues that can be used for RSS, >> but VSI might be created with only few queues. >> >> F

Re: [dpdk-dev] [PATCH] net/i40e: fix queue number error in queue region

2017-10-24 Thread Ferruh Yigit
On 10/24/2017 1:45 AM, Wei Zhao wrote: > when VSI is enabled with smaller number of queues, > for example, 1 or 6, it will cause error.64 is the > max number of queues that can be used for RSS, > but VSI might be created with only few queues. > > Fixes: 7cbecc2f742 ("net/i40e: support queue region

[dpdk-dev] [PATCH] net/i40e: fix queue number error in queue region

2017-10-24 Thread Wei Zhao
when VSI is enabled with smaller number of queues, for example, 1 or 6, it will cause error.64 is the max number of queues that can be used for RSS, but VSI might be created with only few queues. Fixes: 7cbecc2f742 ("net/i40e: support queue region set and flush") Signed-off-by: Wei Zhao --- dri

[dpdk-dev] [PATCH] net/i40e: fix queue number error in queue region

2017-10-24 Thread Wei Zhao
From: root when VSI is enabled with smaller number of queues, for example, 1 or 6, it will cause error.64 is the max number of queues that can be used for RSS, but VSI might be created with only few queues. Fixes: 7cbecc2f742 ("net/i40e: support queue region set and flush") Signed-off-by: Wei Z