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

2020-01-27 Thread Jerin Jacob
On Fri, Jan 24, 2020 at 9:35 AM 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 v5 00/11] example/l3fwd: introduce event device support

2020-01-23 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.