Re: [dpdk-dev] [PATCH v2 13/15] net/mlx5: setup RSS flow regardless of queue count

2018-04-11 Thread Xueming(Steven) Li
Hi Nelio, > -Original Message- > From: Nélio Laranjeiro > Sent: Wednesday, April 11, 2018 8:37 PM > To: Xueming(Steven) Li > Cc: Shahaf Shuler ; dev@dpdk.org > Subject: Re: [PATCH v2 13/15] net/mlx5: setup RSS flow regardless of queue > count > > On Tue, Apr 10, 2018 at 09:34:13PM +0800

Re: [dpdk-dev] [PATCH v2 13/15] net/mlx5: setup RSS flow regardless of queue count

2018-04-11 Thread Nélio Laranjeiro
On Tue, Apr 10, 2018 at 09:34:13PM +0800, Xueming Li wrote: > In some environments it is desirable to have the NIC perform RSS > normally on the packet regardless of the number of queues configured. > The RSS hash result that is stored in the mbuf can then be used by > the application to make decis

[dpdk-dev] [PATCH v2 13/15] net/mlx5: setup RSS flow regardless of queue count

2018-04-10 Thread Xueming Li
In some environments it is desirable to have the NIC perform RSS normally on the packet regardless of the number of queues configured. The RSS hash result that is stored in the mbuf can then be used by the application to make decisions about how to distribute workloads to threads, secondary process