[v5,15/15] doc: add hairpin feature

Message ID 1571837852-45975-16-git-send-email-orika@mellanox.com (mailing list archive)
State Superseded, archived
Delegated to: Ferruh Yigit
Headers
Series add hairpin feature |

Checks

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

Commit Message

Ori Kam Oct. 23, 2019, 1:37 p.m. UTC
  This commit adds the hairpin feature to the release notes.

Signed-off-by: Ori Kam <orika@mellanox.com>
Acked-by: Viacheslav Ovsiienko <viacheslavo@mellanox.com>
---
 doc/guides/rel_notes/release_19_11.rst | 7 +++++++
 1 file changed, 7 insertions(+)
  

Comments

Thomas Monjalon Oct. 24, 2019, 8:11 a.m. UTC | #1
Forgot to comment on this patch.
Ferruh, please can you address when merging?

23/10/2019 15:37, Ori Kam:
> --- a/doc/guides/rel_notes/release_19_11.rst
> +++ b/doc/guides/rel_notes/release_19_11.rst
> @@ -138,6 +138,7 @@ New Features
>    * Added support for VLAN set PCP offload command.
>    * Added support for VLAN set VID offload command.
>    * Added support for matching on packets withe Geneve tunnel header.
> +  * Added hairpin support.

It could be merged in a mlx5 patch, maybe patch 7 about capabilities.

> @@ -184,6 +185,11 @@ New Features
> +* **Added hairpin queue.**
> +
> +  On supported NICs, we can now setup haipin queue which will offload packets from the wire,
> +  back to the wire.

It should be merged in first patch (ethdev).
  

Patch

diff --git a/doc/guides/rel_notes/release_19_11.rst b/doc/guides/rel_notes/release_19_11.rst
index d96d6fd..133ff86 100644
--- a/doc/guides/rel_notes/release_19_11.rst
+++ b/doc/guides/rel_notes/release_19_11.rst
@@ -138,6 +138,7 @@  New Features
   * Added support for VLAN set PCP offload command.
   * Added support for VLAN set VID offload command.
   * Added support for matching on packets withe Geneve tunnel header.
+  * Added hairpin support.
 
 * **Updated the AF_XDP PMD.**
 
@@ -184,6 +185,11 @@  New Features
   * Added a console command to testpmd app, ``show port (port_id) ptypes`` which
     gives ability to print port supported ptypes in different protocol layers.
 
+* **Added hairpin queue.**
+
+  On supported NICs, we can now setup haipin queue which will offload packets from the wire,
+  back to the wire.
+
 
 Removed Items
 -------------
@@ -377,3 +383,4 @@  Tested Platforms
    Also, make sure to start the actual text at the margin.
    =========================================================
 
+