Re: [dpdk-dev] [PATCH v2 00/11] example/l3fwd: introduce event device support

2019-12-04 Thread Jerin Jacob
On Wed, Dec 4, 2019 at 8:13 PM wrote: > > From: Pavan Nikhilesh > > This patchset adds support for event mode in l3fwd. > The poll mode is still the default mode of operation. > > The following new command line parameters are added: > --mode: Dictates the mode of operation either poll or event.

[dpdk-dev] [PATCH v2 00/11] example/l3fwd: introduce event device support

2019-12-04 Thread pbhagavatula
From: Pavan Nikhilesh This patchset adds support for event mode in l3fwd. The poll mode is still the default mode of operation. The following new command line parameters are added: --mode: Dictates the mode of operation either poll or event. If unset then by default poll mode is used.