net: ena: fix ena_com_fill_hash_function() implementation
ena_com_fill_hash_function() didn't configure the rss->hash_func.
Fixes: 1738cd3ed3
("net: ena: Add a driver for Amazon Elastic Network Adapters (ENA)")
Signed-off-by: Netanel Belgazal <netanel@amazon.com>
Signed-off-by: Sameeh Jubran <sameehj@amazon.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
78cb421d18
commit
11bd7a00c0
@ -2280,6 +2280,7 @@ int ena_com_fill_hash_function(struct ena_com_dev *ena_dev,
|
|||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
rss->hash_func = func;
|
||||||
rc = ena_com_set_hash_function(ena_dev);
|
rc = ena_com_set_hash_function(ena_dev);
|
||||||
|
|
||||||
/* Restore the old function */
|
/* Restore the old function */
|
||||||
|
Loading…
Reference in New Issue
Block a user