Re: [dpdk-dev] [PATCH] examples/l2fwd-event: add l2fwd with eventdev mode

2019-09-13 Thread Jerin Jacob
On Fri, Sep 6, 2019 at 1:50 PM Sunil Kumar Kori wrote: > > Patchset adds a new application to demonstrate usage of poll > and eventdev mode. > > Following is the summary of newly added features: > 1. Exposing following new command line parameters. > - mode: It dictates the mode of operation i.e.

[dpdk-dev] [PATCH] examples/l2fwd-event: add l2fwd with eventdev mode

2019-09-06 Thread Sunil Kumar Kori
Patchset adds a new application to demonstrate usage of poll and eventdev mode. Following is the summary of newly added features: 1. Exposing following new command line parameters. - mode: It dictates the mode of operation i.e. poll or eventdev. - eventq_sync: It dictates eventq synchronization