On Thu, Jan 23, 2020 at 12:00 AM <pbhagavat...@marvell.com> wrote: > > From: Pavan Nikhilesh <pbhagavat...@marvell.com> > > Update l3fwd user guide to include event device related information. > > Signed-off-by: Pavan Nikhilesh <pbhagavat...@marvell.com> > --- > doc/guides/sample_app_ug/l3_forward.rst | 79 +++++++++++++++++++++++-- > 1 file changed, 73 insertions(+), 6 deletions(-) > > Where, > > @@ -86,6 +96,13 @@ Where, > > * ``--per-port-pool:`` Optional, set to use independent buffer pools per > port. Without this option, single buffer pool is used for all ports. > > +* ``--mode:`` Optional, Packet transfer mode for I/O, poll or eventdev. > + > +* ``--eventq-sched:`` Optional, Event queue synchronization method, Ordered, > Atomic or Parallel. Only valid if --mode=eventdev. > + > +* ``--event-eth-rxqs:`` Optionala, Number of ethernet RX queues per device. > Only valid if --mode=eventdev.
Typo: optional This series looks good to me. 1) Please update the release notes 2) The new files added in example/l3fwd and those are eventdev specific needs a maintainer. I would suggest adding those files under Eventdev section just below the F: app/test/test_eventdev.c