> -----Original Message----- > From: Nikhil Rao <nikhil....@intel.com> > Sent: Tuesday, April 23, 2019 11:20 AM > To: tho...@monjalon.net > Cc: dev@dpdk.org; Nikhil Rao <nikhil....@intel.com>; Jerin Jacob Kollanukkaran > <jer...@marvell.com> > Subject: [EXT] [PATCH] eventdev: add experimental tag back > > ---------------------------------------------------------------------- > Add the experimental tag back to the Rx event adapter callback and the Rx > event > callback register functions. This patch also adds the experimental tag in the > callback register function definition and adds the function to the > EXPERIMENTAL > section of the map file, these were missing previously. > > Fixes: 80bdf91dc8ee ("eventdev: promote adapter functions as stable") > Cc: jer...@marvell.com > > Signed-off-by: Nikhil Rao <nikhil....@intel.com> > --- diff --git a/lib/librte_eventdev/rte_eventdev_version.map > b/lib/librte_eventdev/rte_eventdev_version.map > index 88c3ce5..9bfc666 100644 > --- a/lib/librte_eventdev/rte_eventdev_version.map > +++ b/lib/librte_eventdev/rte_eventdev_version.map > @@ -124,3 +124,9 @@ DPDK_19.05 { > rte_event_timer_arm_tmo_tick_burst; > rte_event_timer_cancel_burst; > } DPDK_18.05; > + > +EXPERIMENTAL { > + global: > + > + rte_event_eth_rx_adapter_cb_register;
This symbol is present in DPDK_19.05 section above. Please remove the duplicate entry from DPDK_19.05. With above fix: Acked-by: Jerin Jacob <jer...@marvell.com> > +}; > -- > 1.8.3.1