net/ena: fix passing RSS hash to mbuf
authorStewart Allen <allenste@amazon.com>
Thu, 25 Oct 2018 17:59:22 +0000 (19:59 +0200)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 26 Oct 2018 20:14:06 +0000 (22:14 +0200)
commite5df9f33db00eb9d322abaefff30da74fd0e625d
tree59d0eead2549dd746c9c68119bafb14204de13d5
parentdf238f84c0a21d642bb9517d0c75ba831eeceb46
net/ena: fix passing RSS hash to mbuf

The driver was passing to the mbuf Rx queue ID instead of hash received
from the device. Now, the RSS hash from the Rx descriptor is being set.

Fixes: 1173fca25af9 ("ena: add polling-mode driver")
Cc: stable@dpdk.org
Signed-off-by: Stewart Allen <allenste@amazon.com>
Acked-by: Michal Krawczyk <mk@semihalf.com>
drivers/net/ena/ena_ethdev.c