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

2019-11-14 Thread Thomas Monjalon
> > If it's not feasible to review for current release we could push it to > > 20.02. > > > > We at least want to push l2fwd-event example for this release. > > http://patches.dpdk.org/project/dpdk/list/?series=6498 l2fwd-event was pushed in DPDK 19.11. Please make sure this series (eventdev in

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

2019-09-27 Thread Ananyev, Konstantin
M > >To: Pavan Nikhilesh Bhagavatula ; Jerin > >Jacob Kollanukkaran ; akhil.go...@nxp.com > >Cc: dev@dpdk.org > >Subject: RE: [dpdk-dev] [PATCH 00/11] example/l3fwd: introduce > >event device support > >Hi Pavan, > > > > > >> > >> From: Pav

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

2019-09-27 Thread Pavan Nikhilesh Bhagavatula
http://patches.dpdk.org/project/dpdk/list/?series=6498 Pavan. >-Original Message- >From: Ananyev, Konstantin >Sent: Thursday, September 26, 2019 3:41 PM >To: Pavan Nikhilesh Bhagavatula ; Jerin >Jacob Kollanukkaran ; akhil.go...@nxp.com >Cc: dev@dpdk.org >Subject: RE: [dpdk-

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

2019-09-26 Thread Ananyev, Konstantin
Hi Pavan, > > 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 >

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

2019-09-26 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.