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

2019-10-16 Thread Ferruh Yigit
On 10/15/2019 10: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 an eth_dev op to get the hash index correspond > to the given hash value received in the in

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

2019-10-16 Thread Ferruh Yigit
; Jerin Jacob Kollanukkaran >> ; tho...@monjalon.net >> Subject: Re: [dpdk-dev] [PATCH v2 1/3] lib/ethdev: add ethdev op to get hash >> index >> >> On 10/15/2019 10:52 AM, vattun...@marvell.com wrote: >>> From: Vamsi Attunuru >>> >>> Some networking d

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

2019-10-15 Thread Vamsi Krishna Attunuru
> -Original Message- > From: dev On Behalf Of Ferruh Yigit > Sent: Tuesday, October 15, 2019 10:17 PM > To: Vamsi Krishna Attunuru ; dev@dpdk.org > Cc: arybche...@solarflare.com; Jerin Jacob Kollanukkaran > ; tho...@monjalon.net > Subject: Re: [dpdk-dev] [PATCH v2

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

2019-10-15 Thread Ferruh Yigit
On 10/15/2019 10: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 an eth_dev op to get the hash index correspond > to the given hash value received in the in

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

2019-10-15 Thread vattunuru
From: Vamsi Attunuru Some networking devices may use custom algos for computing hash indices and spread the packets accordingly. Patch adds an eth_dev op to get the hash index correspond to the given hash value received in the initial packet on the given port. Some of the applications compute h