Protocol agnostic flow offloading in Flow Director is enabled by this patch set based on the Parser Library using existing rte_flow raw API
[PATCH v2 1/3] app/testpmd: update Max RAW pattern size to 512. [PATCH v2 2/3] net/ice: enable protocol agnostic flow offloading in FDIR. [PATCH v2 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 * v2 Enabled vxlan port add for raw flow and updated commit message 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 | 172 +++++++++++++++++++++++++ drivers/net/ice/ice_generic_flow.c | 7 + drivers/net/ice/ice_generic_flow.h | 3 + 6 files changed, 193 insertions(+), 1 deletion(-) -- 2.25.1