Re: [dpdk-dev] [PATCH v1 1/3] lib/ethdev: add ethdev op to get hash index

2019-10-03 Thread Andrew Rybchenko
Hi, On 9/14/19 8:52 AM, vattun...@marvell.com wrote: From: Vamsi Attunuru Some networking devices may use custom algos for computing hash indices and spread the packets accordingly. Patch adds a eth_dev op to get the hash index correspond to the given hash value received on the given port. S

[dpdk-dev] [PATCH v1 1/3] lib/ethdev: add ethdev op to get hash index

2019-09-13 Thread vattunuru
From: Vamsi Attunuru Some networking devices may use custom algos for computing hash indices and spread the packets accordingly. Patch adds a eth_dev op to get the hash index correspond to the given hash value received on the given port. Some of use cases where applications would compute hash i