mbox series

[iwl-net,v1,0/2] Introduce new state machines for flow director

Message ID 20231122034716.38074-1-ranganatha.rao@intel.com (mailing list archive)
Headers show
Series Introduce new state machines for flow director | expand

Message

Ranganatha Rao Nov. 22, 2023, 3:47 a.m. UTC
Fixes current design flaws in flow director by introducing additional state
machines.

Piotr Gardocki (2):
  iavf: Introduce new state machines for flow director
  iavf: Handle ntuple on/off based on new state machines for flow
    director

 drivers/net/ethernet/intel/iavf/iavf.h        |   1 +
 .../net/ethernet/intel/iavf/iavf_ethtool.c    |  27 +++--
 drivers/net/ethernet/intel/iavf/iavf_fdir.h   |  15 ++-
 drivers/net/ethernet/intel/iavf/iavf_main.c   | 107 ++++++++++++++++--
 .../net/ethernet/intel/iavf/iavf_virtchnl.c   |  71 +++++++++++-
 5 files changed, 198 insertions(+), 23 deletions(-)