diff options
author | Haiyue Wang <haiyue.wang@intel.com> | 2021-04-13 03:48:42 +0300 |
---|---|---|
committer | Tony Nguyen <anthony.l.nguyen@intel.com> | 2021-04-22 19:26:23 +0300 |
commit | 5ab91e0593a15652d31d3eb0bd6d28bf0bc9b36c (patch) | |
tree | 1b3147ee40728ee6a2e501106e6aa41bbb012d2a /drivers/net/ethernet/intel/iavf/Makefile | |
parent | 0aaeb4fbc842b9e6ef11ee1415e6e88171056afb (diff) | |
download | linux-5ab91e0593a15652d31d3eb0bd6d28bf0bc9b36c.tar.xz |
iavf: Support for modifying TCP RSS flow hashing
Provides the ability to enable TCP RSS hashing by ethtool.
It gives users option of generating RSS hash based on the TCP source
and destination ports numbers, IPv4 or IPv6 source and destination
addresses.
Signed-off-by: Haiyue Wang <haiyue.wang@intel.com>
Tested-by: Konrad Jankowski <konrad0.jankowski@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Diffstat (limited to 'drivers/net/ethernet/intel/iavf/Makefile')
-rw-r--r-- | drivers/net/ethernet/intel/iavf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/intel/iavf/Makefile b/drivers/net/ethernet/intel/iavf/Makefile index 121e194ee734..9c3e45c54d01 100644 --- a/drivers/net/ethernet/intel/iavf/Makefile +++ b/drivers/net/ethernet/intel/iavf/Makefile @@ -12,4 +12,5 @@ subdir-ccflags-y += -I$(src) obj-$(CONFIG_IAVF) += iavf.o iavf-objs := iavf_main.o iavf_ethtool.o iavf_virtchnl.o iavf_fdir.o \ + iavf_adv_rss.o \ iavf_txrx.o iavf_common.o iavf_adminq.o iavf_client.o |