[v4,3/3] doc: add release notes for L2TPv3 over IP flow addition

Message ID 20200113115042.1897-3-rory.sexton@intel.com (mailing list archive)
State Accepted, archived
Delegated to: Ferruh Yigit
Headers
Series [v4,1/3] ethdev: add L2TPv3 over IP header to flow API |

Checks

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

Commit Message

Sexton, Rory Jan. 13, 2020, 11:50 a.m. UTC
  Release note for L2TPv3 over IP flow addition to rte_flow, net/i40e
and testpmd.

Signed-off-by: Rory Sexton <rory.sexton@intel.com>
---
v4 changes: adding release notes update to patchset
---
---
 doc/guides/rel_notes/release_20_02.rst | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
  

Patch

diff --git a/doc/guides/rel_notes/release_20_02.rst b/doc/guides/rel_notes/release_20_02.rst
index 0eaa45a76..4901a44e6 100644
--- a/doc/guides/rel_notes/release_20_02.rst
+++ b/doc/guides/rel_notes/release_20_02.rst
@@ -56,6 +56,20 @@  New Features
      Also, make sure to start the actual text at the margin.
      =========================================================
 
+   * **Updated rte_flow api to support L2TPv3 over IP flows.**
+
+     Added support for new flow item to handle L2TPv3 over IP rte_flow patterns.
+
+   * **Updated i40e driver to support L2TPv3 over IP flows.**
+
+     Updated the i40e PMD to support L2TPv3 over IP profiles which can be
+     programmed by the dynamic device personalization (DDP) process.
+
+   * **Updated testpmd to support L2TPv3 over IP flows.**
+
+     Added support for L2TPv3 over IP rte_flow patterns to the testpmd
+     application.
+
 
 Removed Items
 -------------