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

2020-01-13 Thread Nipun Gupta
Series Acked-by: Nipun Gupta > -Original Message- > From: dev On Behalf Of > pbhagavat...@marvell.com > Sent: Saturday, January 11, 2020 7:17 PM > To: jer...@marvell.com; konstantin.anan...@intel.com > Cc: dev@dpdk.org; Pavan Nikhilesh > Subject: [dpdk-dev] [PA

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

2020-01-11 Thread pbhagavatula
From: Pavan Nikhilesh 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 def