[dpdk-dev] [PATCH v6 4/6] ether: Check VMDq RSS mode

2015-01-20 Thread Ouyang, Changchun
> -Original Message- > From: Wodkowski, PawelX > Sent: Monday, January 19, 2015 6:31 PM > To: Ouyang, Changchun; dev at dpdk.org > Cc: Thomas Monjalon; Vlad Zolotarov > Subject: RE: [dpdk-dev] [PATCH v6 4/6] ether: Check VMDq RSS mode > > > -Original

[dpdk-dev] [PATCH v6 4/6] ether: Check VMDq RSS mode

2015-01-19 Thread Wodkowski, PawelX
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Ouyang Changchun > Sent: Monday, January 12, 2015 6:59 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v6 4/6] ether: Check VMDq RSS mode > > Check mq mode for VMDq RSS, handle it

[dpdk-dev] [PATCH v6 4/6] ether: Check VMDq RSS mode

2015-01-18 Thread Thomas Monjalon
2015-01-12 13:59, Ouyang Changchun: > Check mq mode for VMDq RSS, handle it correctly instead of returning an error; > Also remove the limitation of per pool queue number has max value of 1, > because > the per pool queue number could be 2 or 4 if it is VMDq RSS mode; > > The number of rxq specif

[dpdk-dev] [PATCH v6 4/6] ether: Check VMDq RSS mode

2015-01-12 Thread Vlad Zolotarov
On 01/12/15 07:59, Ouyang Changchun wrote: > Check mq mode for VMDq RSS, handle it correctly instead of returning an error; > Also remove the limitation of per pool queue number has max value of 1, > because > the per pool queue number could be 2 or 4 if it is VMDq RSS mode; > > The number of rxq

[dpdk-dev] [PATCH v6 4/6] ether: Check VMDq RSS mode

2015-01-12 Thread Ouyang Changchun
Check mq mode for VMDq RSS, handle it correctly instead of returning an error; Also remove the limitation of per pool queue number has max value of 1, because the per pool queue number could be 2 or 4 if it is VMDq RSS mode; The number of rxq specified in config will determine the mq mode for VMDq