> -----Original Message----- > From: dev <dev-boun...@dpdk.org> On Behalf Of Ori Kam > Sent: Thursday, September 26, 2019 9:29 > To: John McNamara <john.mcnam...@intel.com>; Marko Kovacevic > <marko.kovace...@intel.com> > Cc: dev@dpdk.org; Ori Kam <or...@mellanox.com>; jingjing...@intel.com; > step...@networkplumber.org > 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 <or...@mellanox.com> Acked-by: Viacheslav Ovsiienko <viachesl...@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 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