Re: [dpdk-dev] [PATCH v4 0/3] configure RSS hash

2020-04-16 Thread Ferruh Yigit
On 4/15/2020 12:14 PM, Bernard Iremonger wrote: > Configure the RSS hash for the i40e PMD using the > rte_flow API RSS pattern. > > The i40e patch depends on the following patch: > http://patches.dpdk.org/patch/68533/ > [v9] net/i40e: enable hash configuration in RSS flow

[dpdk-dev] [PATCH v4 0/3] configure RSS hash

2020-04-15 Thread Bernard Iremonger
Configure the RSS hash for the i40e PMD using the rte_flow API RSS pattern. The i40e patch depends on the following patch: http://patches.dpdk.org/patch/68533/ [v9] net/i40e: enable hash configuration in RSS flow Changes in v4: -- Rebased to