Re: [dpdk-dev] [PATCH] doc: update references to removed function

2019-04-28 Thread Jerin Jacob Kollanukkaran
> -Original Message- > From: Erik Gabriel Carrillo > Sent: Friday, April 26, 2019 10:23 PM > To: jerin.ja...@caviumnetworks.com > Cc: harry.van.haa...@intel.com; dev@dpdk.org > Subject: [PATCH] doc: update references to removed function > > Remove references to the (deleted) rte_event_p

[dpdk-dev] [PATCH] doc: update references to removed function

2019-04-26 Thread Erik Gabriel Carrillo
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") Signed-off-by: Erik Gabriel Carrill