Re: [dpdk-dev] [PATCH v2] net/i40e: move RSS to flow API

2018-01-09 Thread Zhao1, Wei
A new v3 has been commit to DPDK.org https://dpdk.org/dev/patchwork/patch/33158/ > -Original Message- > From: Zhang, Qi Z > Sent: Tuesday, January 9, 2018 10:34 AM > To: Zhao1, Wei ; dev@dpdk.org > Subject: RE: [PATCH v2] net/i40e: move RSS to flow API > > Checked with author offline. >

Re: [dpdk-dev] [PATCH v2] net/i40e: move RSS to flow API

2018-01-08 Thread Zhang, Qi Z
Checked with author offline. Require more comments to explain the acceptable pattern for i40e_flow_parse_rss_pattern and also need to correct the logic since current implementation will accept any combination of ETH and VLAN pattern which does not make sense. Regards Qi > -Original Messag

[dpdk-dev] [PATCH v2] net/i40e: move RSS to flow API

2018-01-08 Thread Wei Zhao
Rte_flow actually defined to include RSS, but till now, RSS is out of rte_flow. This patch is to move i40e existing RSS to rte_flow. This patch also enable queue region configuration using flow API for i40e. Signed-off-by: Wei Zhao --- v2: -change some code style. --- drivers/net/i40e/i40e_eth