> -----Original Message----- > From: dev <[email protected]> On Behalf Of Ori Kam > Sent: Thursday, September 26, 2019 9:29 > To: John McNamara <[email protected]>; Marko Kovacevic > <[email protected]> > Cc: [email protected]; Ori Kam <[email protected]>; [email protected]; > [email protected] > Subject: [dpdk-dev] [PATCH 13/13] doc: add hairpin feature > > This commit adds the hairpin feature to the release notes. > > Signed-off-by: Ori Kam <[email protected]> Acked-by: Viacheslav Ovsiienko <[email protected]>
> --- > 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 c8d97f1..a880655 100644 > --- a/doc/guides/rel_notes/release_19_11.rst > +++ b/doc/guides/rel_notes/release_19_11.rst > @@ -56,6 +56,10 @@ New Features > Also, make sure to start the actual text at the margin. > ========================================================= > > +* **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 > ------------- > @@ -234,4 +238,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. > > -- > 1.8.3.1

