mbox series

[0/3] enable protocol agnostic flow offloading in FDIR

Message ID 20210924162223.1543519-1-junfeng.guo@intel.com (mailing list archive)
Headers
Series enable protocol agnostic flow offloading in FDIR |

Message

Junfeng Guo Sept. 24, 2021, 4:22 p.m. UTC
  Protocol agnostic flow offloading in Flow Director is enabled by this
patch set based on the Parser Library, using existing rte_flow raw
API, without public API change.

[PATCH 1/3] app/testpmd: update Max RAW pattern size to 512.
[PATCH 2/3] net/ice: enable protocol agnostic flow offloading in FDIR.
[PATCH 3/3] doc: enable protocol agnostic flow in FDIR.


Junfeng Guo (3):
  app/testpmd: update Max RAW pattern size to 512
  net/ice: enable protocol agnostic flow offloading in FDIR
  doc: enable protocol agnostic flow in FDIR

 app/test-pmd/cmdline_flow.c            |   2 +-
 doc/guides/rel_notes/release_21_11.rst |   5 +
 drivers/net/ice/ice_ethdev.h           |   5 +
 drivers/net/ice/ice_fdir_filter.c      | 167 +++++++++++++++++++++++++
 drivers/net/ice/ice_generic_flow.c     |   7 ++
 drivers/net/ice/ice_generic_flow.h     |   3 +
 6 files changed, 188 insertions(+), 1 deletion(-)