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

2020-01-28 Thread Jerin Jacob
On Tue, Jan 28, 2020 at 11:05 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 v6 00/11] example/l3fwd: introduce event device support

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