[dpdk-dev] [PATCH v6 5/6] ixgbe: Config VF RSS

2015-01-22 Thread Vlad Zolotarov
On 01/21/15 10:44, Wodkowski, PawelX wrote: > >> -Original Message- >> From: Ouyang, Changchun >> Sent: Wednesday, January 21, 2015 3:44 AM >> To: Wodkowski, PawelX; dev at dpdk.org >> Cc: Ouyang, Changchun >> Subject: RE: [dpdk-d

[dpdk-dev] [PATCH v6 5/6] ixgbe: Config VF RSS

2015-01-22 Thread Wodkowski, PawelX
> > I'm new on the list and my experience with DPDK is about two months so, > pls., don't judge me too harsh... ;) > I tried to cover the obvious things and actually learned the code while > reviewing. The things u say, Pavel(X?) make sense and I obviously missed I am really puzzled about mail cl

[dpdk-dev] [PATCH v6 5/6] ixgbe: Config VF RSS

2015-01-21 Thread Wodkowski, PawelX
> -Original Message- > From: Ouyang, Changchun > Sent: Wednesday, January 21, 2015 3:44 AM > To: Wodkowski, PawelX; dev at dpdk.org > Cc: Ouyang, Changchun > Subject: RE: [dpdk-dev] [PATCH v6 5/6] ixgbe: Config VF RSS > > > > > -Original Message

[dpdk-dev] [PATCH v6 5/6] ixgbe: Config VF RSS

2015-01-21 Thread Ouyang, Changchun
> -Original Message- > From: Wodkowski, PawelX > Sent: Tuesday, January 20, 2015 5:35 PM > To: Ouyang, Changchun; dev at dpdk.org > Subject: RE: [dpdk-dev] [PATCH v6 5/6] ixgbe: Config VF RSS > > > -Original Message- > > From: dev [mailto:dev-bou

[dpdk-dev] [PATCH v6 5/6] ixgbe: Config VF RSS

2015-01-20 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 5/6] ixgbe: Config VF RSS > > It needs config RSS and IXGBE_MRQC and IXGBE_V

[dpdk-dev] [PATCH v6 5/6] ixgbe: Config VF RSS

2015-01-12 Thread Vlad Zolotarov
On 01/12/15 07:59, Ouyang Changchun wrote: > It needs config RSS and IXGBE_MRQC and IXGBE_VFPSRTYPE to enable VF RSS. > > The psrtype will determine how many queues the received packets will > distribute to, > and the value of psrtype should depends on both facet: max VF rxq number which > has be

[dpdk-dev] [PATCH v6 5/6] ixgbe: Config VF RSS

2015-01-12 Thread Ouyang Changchun
It needs config RSS and IXGBE_MRQC and IXGBE_VFPSRTYPE to enable VF RSS. The psrtype will determine how many queues the received packets will distribute to, and the value of psrtype should depends on both facet: max VF rxq number which has been negotiated with PF, and the number of rxq specified