[dpdk-dev] [PATCH v8 00/10] example/l2fwd-event: introduce l2fwd-event example
Jerin Jacob
jerinjacobk at gmail.com
Mon Nov 4 18:11:53 CET 2019
On Wed, Oct 30, 2019 at 11:47 PM Jerin Jacob <jerinjacobk at gmail.com> wrote:
>
> On Wed, Oct 30, 2019 at 9:57 PM <pbhagavatula at marvell.com> wrote:
> >
> > From: Pavan Nikhilesh <pbhagavatula at marvell.com>
> >
> > This patchset adds a new application to demonstrate the usage of event
> > mode. The poll mode is also available to help with the transition.
> >
> > The following new command line parameters are added:
> > --mode: Dictates the mode of operation either poll or event.
> > --eventq_sched: Dictates event scheduling mode ordered, atomic or
> > parallel.
> >
> > Based on event device capability the configuration is done as follows:
> > - A single event device is enabled.
> > - The number of event ports is equal to the number of worker
> > cores enabled in the core mask. Additional event ports might
> > be configured based on Rx/Tx adapter capability.
> > - The number of event queues is equal to the number of ethernet
> > ports. If Tx adapter doesn't have internal port capability then
> > an additional single link event queue is used to enqueue events
> > to Tx adapter.
> > - Each event port is linked to all existing event queues.
> > - Dedicated Rx/Tx adapters for each Ethernet port.
>
>
> Forgot to add the Nipun Gupta <nipun.gupta at nxp.com> ACK
> I will add his ACK on apply.
>
> Series Acked-by: Jerin Jacob <jerinj at marvell.com>
Series applied to dpdk-next-eventdev/master. Thanks.
More information about the dev
mailing list