[dpdk-dev] doc: update release notes for rte_flow

Message ID 1482501605-13741-1-git-send-email-adrien.mazarguil@6wind.com (mailing list archive)
State Accepted, archived
Headers

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel compilation fail Compilation issues

Commit Message

Adrien Mazarguil Dec. 23, 2016, 2 p.m. UTC
  Cc: John McNamara <john.mcnamara@intel.com>
Cc: Thomas Monjalon <thomas.monjalon@6wind.com>
Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
---
 doc/guides/rel_notes/release_17_02.rst | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
  

Comments

Thomas Monjalon Dec. 23, 2016, 2:25 p.m. UTC | #1
2016-12-23 15:00, Adrien Mazarguil:
> Cc: John McNamara <john.mcnamara@intel.com>
> Cc: Thomas Monjalon <thomas.monjalon@6wind.com>
> Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>

Applied, thanks
  

Patch

diff --git a/doc/guides/rel_notes/release_17_02.rst b/doc/guides/rel_notes/release_17_02.rst
index 23f335a..b4101d0 100644
--- a/doc/guides/rel_notes/release_17_02.rst
+++ b/doc/guides/rel_notes/release_17_02.rst
@@ -39,6 +39,21 @@  New Features
      =========================================================
 
 
+* **Added generic flow API (rte_flow).**
+
+  This API provides a generic means to configure hardware to match specific
+  ingress or egress traffic, alter its fate and query related counters
+  according to any number of user-defined rules.
+
+  It is slightly higher-level than the legacy filtering framework which it
+  encompasses and supersedes (including all functions and filter types) in
+  order to expose a single interface with an unambiguous behavior that is
+  common to all poll-mode drivers (PMDs).
+
+  See the :ref:`Generic flow API <Generic_flow_API>` documentation for more
+  information.
+
+
 Resolved Issues
 ---------------