08/10/2020 14:05, Bing Zhao: > In the release notes, 2 ports hairpin mode feature is added. > > In rte flow part, one suggestion is added to mention that metadata > could be used to connect the hairpin RX and TX flows if the hairpin > is working in explicit TX flow rule mode. > > In the testpmd command line, the new parameter to set hairpin working > mode is described. > > Signed-off-by: Bing Zhao <[email protected]> > Acked-by: Ori Kam <[email protected]> > --- > doc/guides/prog_guide/rte_flow.rst | 3 +++ > doc/guides/rel_notes/release_20_11.rst | 8 ++++++++ > doc/guides/testpmd_app_ug/run_app.rst | 8 ++++++++ > 3 files changed, 19 insertions(+)
Please squash doc changes in related code changes commits, so both are atomic. Thanks

