[dpdk-dev] [PATCH 3/3] doc: enable protocol agnostic flow in FDIR
Junfeng Guo
junfeng.guo at intel.com
Fri Sep 24 18:22:23 CEST 2021
Protocol agnostic flow offloading in Flow Director is enabled based
on the Parser Library, using existing rte_flow raw API, using
existing rte_flow raw API, without public API change.
Signed-off-by: Junfeng Guo <junfeng.guo at intel.com>
---
doc/guides/rel_notes/release_21_11.rst | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/doc/guides/rel_notes/release_21_11.rst b/doc/guides/rel_notes/release_21_11.rst
index f5d16993db..59ee3ef22c 100644
--- a/doc/guides/rel_notes/release_21_11.rst
+++ b/doc/guides/rel_notes/release_21_11.rst
@@ -62,6 +62,11 @@ New Features
* Added bus-level parsing of the devargs syntax.
* Kept compatibility with the legacy syntax as parsing fallback.
+* **Updated Intel ice driver.**
+
+ * Enabled protocol agnostic flow offloading in Flow Director based on the
+ parser library, using existing rte_flow raw API, without public API change.
+
* **Add new RSS offload types for IPv4/L4 checksum in RSS flow.**
Add macros ETH_RSS_IPV4_CHKSUM and ETH_RSS_L4_CHKSUM, now IPv4 and
--
2.25.1
More information about the dev
mailing list