Re: [dpdk-dev] [RFC] eventdev: replace mbufs with events in Rx callback

2019-05-09 Thread Jerin Jacob Kollanukkaran
> -Original Message- > From: Nikhil Rao > Sent: Thursday, May 9, 2019 5:27 AM > To: Jerin Jacob Kollanukkaran > Cc: dev@dpdk.org; Nikhil Rao > Subject: [EXT] [RFC] eventdev: replace mbufs with events in Rx callback > > Replace the mbuf pointer array in the event eth Rx adapter callback

[dpdk-dev] [RFC] eventdev: replace mbufs with events in Rx callback

2019-05-08 Thread Nikhil Rao
Replace the mbuf pointer array in the event eth Rx adapter callback with an event array instead of an mbuf array. Using an event array allows the application to change attributes of the events enqueued by the SW adapter. Signed-off-by: Nikhil Rao --- Hi All, Please review the new interface prop