Re: [dpdk-dev] [PATCH v8 00/10] example/l2fwd-event: introduce l2fwd-event example

2019-11-04 Thread Jerin Jacob
On Wed, Oct 30, 2019 at 11:47 PM Jerin Jacob wrote: > > On Wed, Oct 30, 2019 at 9:57 PM wrote: > > > > From: Pavan Nikhilesh > > > > 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

Re: [dpdk-dev] [PATCH v8 00/10] example/l2fwd-event: introduce l2fwd-event example

2019-10-30 Thread Jerin Jacob
On Wed, Oct 30, 2019 at 9:57 PM wrote: > > From: Pavan Nikhilesh > > 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

[dpdk-dev] [PATCH v8 00/10] example/l2fwd-event: introduce l2fwd-event example

2019-10-30 Thread pbhagavatula
From: Pavan Nikhilesh 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: Dict