> -----Original Message----- > From: Nikhil Rao <[email protected]> > Sent: Thursday, May 30, 2019 6:50 AM > To: Jerin Jacob Kollanukkaran <[email protected]> > Cc: [email protected]; Nikhil Rao <[email protected]> > Subject: [EXT] [PATCH 1/2] eventdev: replace mbufs with events in Rx > callback > > 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 <[email protected]> > --- > lib/librte_eventdev/rte_event_eth_rx_adapter.h | 57 +++++++++++++++-- # Please bump the library version as it an ABI change # Update API change In release notes. # remove __rte_experimental around this API # We kept eventdev EXPERIMENTAL status to accommodate this change. Please remove the EXPERMENTAL status

