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 | 7 +++++++ 1 file changed, 7 insertions(+)
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. ========================================================= + -- 1.8.3.1