commit | 4fdda95893de776a8efdf661bbf0e338f2f13dcb | [log] [tgz] |
---|---|---|
author | Edward Cree <ecree@solarflare.com> | Wed Jan 04 15:10:56 2017 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Jan 04 14:18:19 2017 -0500 |
tree | 401489055ed33d8fb743ab345e147a57729b9e59 | |
parent | aa9773be2ad5afe7acc186aedbf3b4857611d4ed [diff] |
sfc: don't report RX hash keys to ethtool when RSS wasn't enabled If we failed to set up RSS on EF10 (e.g. because firmware declared RX_RSS_LIMITED), ethtool --show-nfc $dev rx-flow-hash ... should report no fields, rather than confusingly reporting what fields we _would_ be hashing on if RSS was working. Fixes: dcb4123cbec0 ("sfc: disable RSS when unsupported") Signed-off-by: Edward Cree <ecree@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>