This series improves support for getting and setting RX hashing
configuration on Solarflare adapters through ethtool.
Edward Cree (2):
sfc: support setting RSS hash key through ethtool API
sfc: read back RX hash config from the NIC when querying it with
ethtool -x
drivers/net/ethernet/sfc/ef10.c | 84 +++++++++++++++++++++++++++++++----
drivers/net/ethernet/sfc/ethtool.c | 29 +++++++++---
drivers/net/ethernet/sfc/farch.c | 16 +++++++
drivers/net/ethernet/sfc/net_driver.h | 5 ++-
drivers/net/ethernet/sfc/nic.h | 1 +
drivers/net/ethernet/sfc/siena.c | 27 ++++++++++-
6 files changed, 146 insertions(+), 16 deletions(-)