Hi,
On 9/14/19 8:52 AM, vattun...@marvell.com wrote:
From: Vamsi Attunuru <vattun...@marvell.com>
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 index
from hash value upfront and it can predict the packets come to
a specific queue.
Signed-off-by: Vamsi Attunuru <vattun...@marvell.com>
I'm sorry, but the purpose of the API and provided functionality
is unclear for me from above description.