[8/8] doc: release note

Message ID 1591194009-4086-9-git-send-email-bernard.iremonger@intel.com (mailing list archive)
State Rejected, archived
Delegated to: Ferruh Yigit
Headers
Series add flow action map |

Checks

Context Check Description
ci/travis-robot warning Travis build: failed
ci/Intel-compilation success Compilation OK
ci/checkpatch warning coding style issues

Commit Message

Iremonger, Bernard June 3, 2020, 2:20 p.m. UTC
  Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com>
---
 doc/guides/rel_notes/release_20_08.rst | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
  

Patch

diff --git a/doc/guides/rel_notes/release_20_08.rst b/doc/guides/rel_notes/release_20_08.rst
index 39064af..55eb32b 100644
--- a/doc/guides/rel_notes/release_20_08.rst
+++ b/doc/guides/rel_notes/release_20_08.rst
@@ -56,6 +56,24 @@  New Features
      Also, make sure to start the actual text at the margin.
      =========================================================
 
+* **Added a map action to the rte_flow API.**
+
+  Added a map action to map Packet Classification (PC) types to flow types
+
+  * Added new action: ``RTE_FLOW_ACTION_MAP``
+  * Added new type: ``RTE_FLOW_ITEM_TYPE_PCTYPE``
+  * Added new type: ``RTE_FLOW_ITEM_TYPE_FLOWTYPE``
+
+* **Updated Intel i40e driver.**
+
+  Updated i40e PMD with new features and improvements, including:
+
+  * added support for the rte_flow map action
+
+* **Updated the testpmd application.**
+
+  Added support for the rte_flow map action to the testpmd application.
+
 
 Removed Items
 -------------