[dpdk-dev] [PATCH 0/6] Enable VF RSS for Niantic

2014-12-24 Thread Vlad Zolotarov
On 12/24/14 08:37, Ouyang, Changchun wrote: > > Hi, > > I have v3 patch for this to resolve your comments, > > We can discuss on v3 patch if there are further comments. > I'm looking at your v3 patchset right now... ;) > Thanks > > Changchun > > *From:*Vladislav Zolotarov [mailto:vladz at cloudi

[dpdk-dev] [PATCH 0/6] Enable VF RSS for Niantic

2014-12-24 Thread Ouyang, Changchun
Hi, I have v3 patch for this to resolve your comments, We can discuss on v3 patch if there are further comments. Thanks Changchun From: Vladislav Zolotarov [mailto:vl...@cloudius-systems.com] Sent: Sunday, December 21, 2014 4:02 PM To: Ouyang, Changchun Cc: dev at dpdk.org Subject: RE: [PATCH 0/6]

[dpdk-dev] [PATCH 0/6] Enable VF RSS for Niantic

2014-12-21 Thread Vladislav Zolotarov
On Dec 19, 2014 3:35 AM, "Ouyang, Changchun" wrote: > > My response as below. > > > > From: Vlad Zolotarov [mailto:vladz at cloudius-systems.com] > Sent: Thursday, December 18, 2014 9:06 PM > To: dev at dpdk.org; Ouyang, Changchun > Subject: Re: [PATCH 0/6] Enable VF RSS for Niantic > > > > > > On

[dpdk-dev] [PATCH 0/6] Enable VF RSS for Niantic

2014-12-19 Thread Ouyang, Changchun
My response as below. From: Vlad Zolotarov [mailto:vl...@cloudius-systems.com] Sent: Thursday, December 18, 2014 9:06 PM To: dev at dpdk.org; Ouyang, Changchun Subject: Re: [PATCH 0/6] Enable VF RSS for Niantic On 12/18/14 12:11, Vlad Zolotarov wrote: From: Changchun Ouyang

[dpdk-dev] [PATCH 0/6] Enable VF RSS for Niantic

2014-12-18 Thread Vlad Zolotarov
On 12/18/14 12:11, Vlad Zolotarov wrote: > From: Changchun Ouyang > > This patch enables VF RSS for Niantic, which allow each VF having at most 4 > queues. > The actual queue number per VF depends on the number of VF: > VF number from 1~32: 4 queues per VF; > VF number from 33~max vf num: 2 queu

[dpdk-dev] [PATCH 0/6] Enable VF RSS for Niantic

2014-12-16 Thread Ouyang, Changchun
Hi Bruce, > -Original Message- > From: Richardson, Bruce > Sent: Monday, December 15, 2014 6:55 PM > To: Ouyang, Changchun > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH 0/6] Enable VF RSS for Niantic > > On Mon, Dec 15, 2014 at 10:56:59AM +0800, Ouyang C

[dpdk-dev] [PATCH 0/6] Enable VF RSS for Niantic

2014-12-15 Thread Ouyang Changchun
This patch enables VF RSS for Niantic, which allow each VF having at most 4 queues. The actual queue number per VF depends on the number of VF: VF number from 1~32: 4 queues per VF; VF number from 33~max vf num: 2 queues per VF; On host, to enable VF RSS functionality, mq mode should be set as E

[dpdk-dev] [PATCH 0/6] Enable VF RSS for Niantic

2014-12-15 Thread Bruce Richardson
On Mon, Dec 15, 2014 at 10:56:59AM +0800, Ouyang Changchun wrote: > This patch enables VF RSS for Niantic, which allow each VF having at most 4 > queues. > The actual queue number per VF depends on the number of VF: > VF number from 1~32: 4 queues per VF; > VF number from 33~max vf num: 2 queues p