Intel-Wired-Lan Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-wired-lan] [PATCH net-next v3 0/6] Enable Intel VF RSS
@ 2021-04-13  0:48 Haiyue Wang
  2021-04-13  0:48 ` [Intel-wired-lan] [PATCH net-next v3 1/6] ice: Enable RSS configure for AVF Haiyue Wang
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Haiyue Wang @ 2021-04-13  0:48 UTC (permalink / raw)
  To: intel-wired-lan

The current Intel VF (iAVF) doesn't support changing its RSS input
set by ethool. Add support in virtchnl, iavf, and ice to enable
RSS input set changes on the VF via ethtool.

v3: fix the SCTP dest port set wrong.
v2: rewrite the commit message, and some code clean up.

Haiyue Wang (4):
  iavf: Add framework to enable ethtool RSS config
  iavf: Support for modifying TCP RSS flow hashing
  iavf: Support for modifying UDP RSS flow hashing
  iavf: Support for modifying SCTP RSS flow hashing

Qi Zhang (2):
  ice: Enable RSS configure for AVF
  ice: Support RSS configure removal for AVF

 drivers/net/ethernet/intel/iavf/Makefile      |   1 +
 drivers/net/ethernet/intel/iavf/iavf.h        |  10 +
 .../net/ethernet/intel/iavf/iavf_adv_rss.c    | 218 ++++++++
 .../net/ethernet/intel/iavf/iavf_adv_rss.h    |  95 ++++
 .../net/ethernet/intel/iavf/iavf_ethtool.c    | 252 +++++++++-
 drivers/net/ethernet/intel/iavf/iavf_main.c   |  27 +
 .../net/ethernet/intel/iavf/iavf_virtchnl.c   | 163 ++++++
 drivers/net/ethernet/intel/ice/ice_flow.c     |  88 ++++
 drivers/net/ethernet/intel/ice/ice_flow.h     |   6 +
 .../intel/ice/ice_virtchnl_allowlist.c        |   6 +
 .../net/ethernet/intel/ice/ice_virtchnl_pf.c  | 465 ++++++++++++++++++
 include/linux/avf/virtchnl.h                  |  25 +-
 12 files changed, 1353 insertions(+), 3 deletions(-)
 create mode 100644 drivers/net/ethernet/intel/iavf/iavf_adv_rss.c
 create mode 100644 drivers/net/ethernet/intel/iavf/iavf_adv_rss.h

-- 
2.31.1


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2021-04-21 19:23 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-13  0:48 [Intel-wired-lan] [PATCH net-next v3 0/6] Enable Intel VF RSS Haiyue Wang
2021-04-13  0:48 ` [Intel-wired-lan] [PATCH net-next v3 1/6] ice: Enable RSS configure for AVF Haiyue Wang
2021-04-14  1:47   ` Chen, BoX C
2021-04-13  0:48 ` [Intel-wired-lan] [PATCH net-next v3 2/6] ice: Support RSS configure removal " Haiyue Wang
2021-04-14  1:49   ` Chen, BoX C
2021-04-13  0:48 ` [Intel-wired-lan] [PATCH net-next v3 3/6] iavf: Add framework to enable ethtool RSS config Haiyue Wang
2021-04-21 19:23   ` Jankowski, Konrad0
2021-04-13  0:48 ` [Intel-wired-lan] [PATCH net-next v3 4/6] iavf: Support for modifying TCP RSS flow hashing Haiyue Wang
2021-04-21 19:22   ` Jankowski, Konrad0
2021-04-13  0:48 ` [Intel-wired-lan] [PATCH net-next v3 5/6] iavf: Support for modifying UDP " Haiyue Wang
2021-04-21 19:22   ` Jankowski, Konrad0
2021-04-13  0:48 ` [Intel-wired-lan] [PATCH net-next v3 6/6] iavf: Support for modifying SCTP " Haiyue Wang
2021-04-21 19:20   ` Jankowski, Konrad0

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox