Re: [dpdk-dev] [PATCH v3] eventdev: change Rx adapter callback and stats structure

2019-07-01 Thread Jerin Jacob Kollanukkaran
> -Original Message- > From: Nikhil Rao > Sent: Tuesday, June 25, 2019 4:46 AM > To: Jerin Jacob Kollanukkaran > Cc: nikhil@intel.com; dev@dpdk.org > Subject: [EXT] [PATCH v3] eventdev: change Rx adapter callback and stats > structure > > External Email > > --

[dpdk-dev] [PATCH v3] eventdev: change Rx adapter callback and stats structure

2019-06-25 Thread Nikhil Rao
Replace the mbuf pointer array in the event eth Rx adapter callback with an event array. Using an event array allows the application to change attributes of the events enqueued by the SW adapter. The callback can drop packets and populate a callback argument with the number of dropped packets. Add