> -----Original Message----- > From: Erik Gabriel Carrillo <[email protected]> > Sent: Friday, April 26, 2019 10:23 PM > To: [email protected] > Cc: [email protected]; [email protected] > Subject: [PATCH] doc: update references to removed function > > Remove references to the (deleted) rte_event_port_enqueue_depth() function > in the Doxygen comments for rte_event_enqueue_burst() and friends, and > replace with references to rte_event_port_attr_get(). > > Fixes: 78ffab961155 ("eventdev: add port attribute function")
Cc: [email protected] > Signed-off-by: Erik Gabriel Carrillo <[email protected]> > --- > lib/librte_eventdev/rte_eventdev.h | 17 +++++++++++------ One more instance is pending after applying the patch. [master] [dpdk.org] $ grep -ri "rte_event_port_enqueue_depth" * lib/librte_eventdev/rte_event_eth_tx_adapter.h: * rte_event_port_enqueue_depth() available for this port. With above fix and adding Fixes: for the new entry: Acked-by: Jerin Jacob <[email protected]>

