commit | ab44081fef9b5d31ea5641494c9a379b0ebe1839 | [log] [tgz] |
---|---|---|
author | Jakub Kicinski <jakub.kicinski@netronome.com> | Sat Nov 23 09:45:42 2019 -0800 |
committer | Jakub Kicinski <jakub.kicinski@netronome.com> | Sun Nov 24 14:44:09 2019 -0800 |
tree | cbd81d7cf201c8859378c01c57cb48c474966325 | |
parent | 6f3aeb1ba05d41320e6cf9a60f698d9c4e44348e [diff] |
sfc: fix build without CONFIG_RFS_ACCEL The rfs members of struct efx_channel are under CONFIG_RFS_ACCEL. Ethtool stats which access those need to be as well. Reported-by: kbuild test robot <lkp@intel.com> Fixes: ca70bd423f10 ("sfc: add statistics for ARFS") Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>