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

2017-09-29 Thread Peng, Yuan
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:: testpmd> set port 0 queue-region UP 7 regio

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

2017-09-29 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