[dpdk-dev] [PATCH v3 01/11] examples/l3fwd: add framework for event device

Jerin Jacob jerinjacobk at gmail.com
Tue Jan 21 09:44:45 CET 2020


On Sat, Jan 11, 2020 at 7:17 PM <pbhagavatula at marvell.com> wrote:
>
> From: Sunil Kumar Kori <skori at 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 <skori at marvell.com>
> Signed-off-by: Nipun Gupta <nipun.gupta at nxp.com>


More information about the dev mailing list