Re: [dpdk-dev] [PATCH 1/2] eventdev: replace mbufs with events in Rx callback

2019-06-09 Thread Jerin Jacob Kollanukkaran
> -Original Message- > From: Nikhil Rao > Sent: Thursday, May 30, 2019 6:50 AM > To: Jerin Jacob Kollanukkaran > Cc: dev@dpdk.org; Nikhil Rao > Subject: [EXT] [PATCH 1/2] eventdev: replace mbufs with events in Rx > callback > > Replace the mbuf pointer array in the event eth Rx adapt

[dpdk-dev] [PATCH 1/2] eventdev: replace mbufs with events in Rx callback

2019-05-30 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 --- lib/librte_eventdev/rte_event_eth_rx_adapter.

[dpdk-dev] [PATCH 1/2] eventdev: replace mbufs with events in Rx callback

2019-05-30 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 --- lib/librte_eventdev/rte_event_eth_rx_adapter.