On Sat, Jan 11, 2020 at 7:17 PM <pbhagavat...@marvell.com> wrote: > > From: Sunil Kumar Kori <sk...@marvell.com> > > Add framework to enable event device as a producer of packets. > To switch between event mode and poll mode the following options > have been added: > `--mode="eventdev"` or `--mode="poll"` > Also, allow the user to select the schedule type to be either > RTE_SCHED_TYPE_ORDERED, RTE_SCHED_TYPE_ATOMIC or RTE_SCHED_TYPE_PARALLEL > through: > `--eventq-sched="ordered"` or `--eventq-sched="atomic"` or > `--eventq-sched="parallel"`
1) We need to throw an error when these options are selected with poll mode and vice versa 2) Update the example documentation for the newly added "event-eth-rxqs" option. Other than that, it looks good to me. > > Poll mode is still the default operation mode. > > Signed-off-by: Sunil Kumar Kori <sk...@marvell.com> > Signed-off-by: Nipun Gupta <nipun.gu...@nxp.com>