Hi, > -----Original Message----- > From: Ferruh Yigit <[email protected]> > Sent: Saturday, April 24, 2021 12:30 AM > To: Xiaoyun Li <[email protected]>; Ori Kam <[email protected]>; > Bing Zhao <[email protected]> > Cc: Ferruh Yigit <[email protected]>; [email protected]; Ajit > Khaparde <[email protected]> > Subject: [PATCH v2] doc: fix formatting in testpmd user guide > > External email: Use caution opening links or attachments > > > From: Ajit Khaparde <[email protected]> > > Fix formatting in testpmd user guide for hairpin operation. > > Fixes: 01817b10d27c ("app/testpmd: change hairpin queues setup") > Cc:[email protected] > > Signed-off-by: Ajit Khaparde <[email protected]> > --- > Cc: Bing Zhao <[email protected]> > Cc: Ori Kam <[email protected]> > > v2: > * Fix only list formatting > --- > doc/guides/testpmd_app_ug/run_app.rst | 10 ++++++---- > 1 file changed, 6 insertions(+), 4 deletions(-) > > diff --git a/doc/guides/testpmd_app_ug/run_app.rst > b/doc/guides/testpmd_app_ug/run_app.rst > index d0621658ae64..eb4831835322 100644 > --- a/doc/guides/testpmd_app_ug/run_app.rst > +++ b/doc/guides/testpmd_app_ug/run_app.rst > @@ -538,8 +538,10 @@ The command line options are: > > * ``--hairpin-mode=0xXX`` > > - Set the hairpin port mode with bitmask, only valid when hairpin > queues number is set. > - bit 4 - explicit Tx flow rule > - bit 1 - two hairpin ports paired > - bit 0 - two hairpin ports loop > + Set the hairpin port mode with bitmask, only valid when hairpin > queues number is set:: > + > + bit 4 - explicit Tx flow rule > + bit 1 - two hairpin ports paired > + bit 0 - two hairpin ports loop > + > The default value is 0. Hairpin will use single port mode and > implicit Tx flow mode. > -- > 2.30.2
Reviewed-by: Bing Zhao <[email protected]>

