[dpdk-dev] [PATCH] doc: update references to removed function
Jerin Jacob Kollanukkaran
jerinj at marvell.com
Sun Apr 28 20:14:43 CEST 2019
> -----Original Message-----
> From: Erik Gabriel Carrillo <erik.g.carrillo at intel.com>
> Sent: Friday, April 26, 2019 10:23 PM
> To: jerin.jacob at caviumnetworks.com
> Cc: harry.van.haaren at intel.com; dev at dpdk.org
> 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: stable at dpdk.org
> Signed-off-by: Erik Gabriel Carrillo <erik.g.carrillo at intel.com>
> ---
> 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 <jerinj at marvell.com>
More information about the dev
mailing list