Re: [dpdk-dev] [PATCH v8 0/2] net/i40e: API to configure queue regions for RSS

2017-10-12 Thread Zhao1, Wei
Thank you. > -Original Message- > From: Yigit, Ferruh > Sent: Thursday, October 12, 2017 5:07 AM > To: Zhao1, Wei ; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v8 0/2] net/i40e: API to configure queue > regions for RSS > > On 10/11/2017 9:55 AM, Wei Zhao wrote

Re: [dpdk-dev] [PATCH v8 0/2] net/i40e: API to configure queue regions for RSS

2017-10-11 Thread Ferruh Yigit
On 10/11/2017 9:55 AM, Wei Zhao wrote: > The patches mainly finish following functions: > 1) Command line for input queue region configure parameters. > 2) Set or flush queue region configutation. > > v2: > -fix bug for packet into queue region code. > -change code style for DPDK C programing. > -

Re: [dpdk-dev] [PATCH v8 0/2] net/i40e: API to configure queue regions for RSS

2017-10-11 Thread Peng, Yuan
testing of "Set the mapping of UP to region index on a port":: testpmd> set port 0 queue-region region_id 0 queue_start_index 2 queue_num 2 testpmd> set port 0 queue-region region_id 7 queue_start_index 4 queue_num 4 the first two rules can be set successfully:: t

[dpdk-dev] [PATCH v8 0/2] net/i40e: API to configure queue regions for RSS

2017-10-11 Thread Wei Zhao
The patches mainly finish following functions: 1) Command line for input queue region configure parameters. 2) Set or flush queue region configutation. v2: -fix bug for packet into queue region code. -change code style for DPDK C programing. -change that "flowtype" name to " hw_flowtype " in stru

[dpdk-dev] [PATCH v8 0/2] net/i40e: API to configure queue regions for RSS

2017-10-11 Thread Wei Zhao
The patches mainly finish following functions: 1) Command line for input queue region configure parameters. 2) Set or flush queue region configutation. v2: -fix bug for packet into queue region code. -change code style for DPDK C programing. -change that "flowtype" name to " hw_flowtype " in stru