[v2,14/14] doc: add hairpin feature

Message ID 1570218855-73478-15-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 success Compilation OK

Commit Message

Ori Kam Oct. 4, 2019, 7:54 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 | 5 +++++
 1 file changed, 5 insertions(+)
  

Comments

Andrew Rybchenko Oct. 8, 2019, 2:55 p.m. UTC | #1
On 10/4/19 10:54 PM, Ori Kam wrote:
> 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 | 5 +++++
>   1 file changed, 5 insertions(+)
>
> diff --git a/doc/guides/rel_notes/release_19_11.rst b/doc/guides/rel_notes/release_19_11.rst
> index cd4e350..4bfd418 100644
> --- a/doc/guides/rel_notes/release_19_11.rst
> +++ b/doc/guides/rel_notes/release_19_11.rst
> @@ -87,6 +87,10 @@ New Features
>   
>     Added support for the ``RTE_ETH_DEV_CLOSE_REMOVE`` flag.
>   
> +* **Added hairpin queue.**
> +
> +  On supported nics, we can now setup haipin queue which will offload packets from the wire,
> +  back to the wire.

One more empty line is required above.
Also I guess nics should be NICs.

>   Removed Items
>   -------------
> @@ -286,4 +290,5 @@ Tested Platforms
>     * Added support for VLAN push flow offload command.
>     * Added support for VLAN set PCP offload command.
>     * Added support for VLAN set VID offload command.
> +  * Added hairpin support.
>
  
Ori Kam Oct. 10, 2019, 8:24 a.m. UTC | #2
Hi Andrew,
PSB

> -----Original Message-----
> From: Andrew Rybchenko <arybchenko@solarflare.com>
> Sent: Tuesday, October 8, 2019 5:56 PM
> To: Ori Kam <orika@mellanox.com>; John McNamara
> <john.mcnamara@intel.com>; Marko Kovacevic <marko.kovacevic@intel.com>
> Cc: dev@dpdk.org; jingjing.wu@intel.com; stephen@networkplumber.org
> Subject: Re: [dpdk-dev] [PATCH v2 14/14] doc: add hairpin feature
> 
> On 10/4/19 10:54 PM, Ori Kam wrote:
> > 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 | 5 +++++
> >   1 file changed, 5 insertions(+)
> >
> > diff --git a/doc/guides/rel_notes/release_19_11.rst
> b/doc/guides/rel_notes/release_19_11.rst
> > index cd4e350..4bfd418 100644
> > --- a/doc/guides/rel_notes/release_19_11.rst
> > +++ b/doc/guides/rel_notes/release_19_11.rst
> > @@ -87,6 +87,10 @@ New Features
> >
> >     Added support for the ``RTE_ETH_DEV_CLOSE_REMOVE`` flag.
> >
> > +* **Added hairpin queue.**
> > +
> > +  On supported nics, we can now setup haipin queue which will offload
> packets from the wire,
> > +  back to the wire.
> 
> One more empty line is required above.
> Also I guess nics should be NICs.
> 

Will fix.

> >   Removed Items
> >   -------------
> > @@ -286,4 +290,5 @@ Tested Platforms
> >     * Added support for VLAN push flow offload command.
> >     * Added support for VLAN set PCP offload command.
> >     * Added support for VLAN set VID offload command.
> > +  * Added hairpin support.
> >
  

Patch

diff --git a/doc/guides/rel_notes/release_19_11.rst b/doc/guides/rel_notes/release_19_11.rst
index cd4e350..4bfd418 100644
--- a/doc/guides/rel_notes/release_19_11.rst
+++ b/doc/guides/rel_notes/release_19_11.rst
@@ -87,6 +87,10 @@  New Features
 
   Added support for the ``RTE_ETH_DEV_CLOSE_REMOVE`` flag.
 
+* **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
 -------------
@@ -286,4 +290,5 @@  Tested Platforms
   * Added support for VLAN push flow offload command.
   * Added support for VLAN set PCP offload command.
   * Added support for VLAN set VID offload command.
+  * Added hairpin support.