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

2019-06-19 Thread Rao, Nikhil
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Rao, Nikhil > Sent: Wednesday, June 19, 2019 1:40 PM > To: Jerin Jacob Kollanukkaran > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2] eventdev: change Rx adapter callback > and stats st

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

2019-06-19 Thread Rao, Nikhil
Hi Jerin, > -Original Message- > From: Jerin Jacob Kollanukkaran [mailto:jer...@marvell.com] > Sent: Monday, June 17, 2019 10:03 AM > To: Rao, Nikhil > Cc: dev@dpdk.org > Subject: RE: [PATCH v2] eventdev: change Rx adapter callback and stats > structure > > 2) remove the following > lib

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

2019-06-16 Thread Jerin Jacob Kollanukkaran
> -Original Message- > From: Nikhil Rao > Sent: Friday, June 14, 2019 4:58 AM > To: Jerin Jacob Kollanukkaran > Cc: nikhil@intel.com; dev@dpdk.org > Subject: [EXT] [PATCH v2] eventdev: change Rx adapter callback and stats > structure > > --

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

2019-06-14 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