> -----Original Message----- > From: Nikhil Rao <nikhil....@intel.com> > Sent: Wednesday, April 24, 2019 11:04 PM > To: tho...@monjalon.net > Cc: dev@dpdk.org; Nikhil Rao <nikhil....@intel.com>; Jerin Jacob Kollanukkaran > <jer...@marvell.com> > Subject: [EXT] [PATCH v2] eventdev: add experimental tag back > Add the experimental tag back to the Rx event adapter callback and the Rx > event > callback register functions due to API change to be proposed in a future > patch. > > 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> > --- --- 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;
The rte_event_eth_rx_adapter_cb_register symbol is present in DPDK_19.05 section too. Please remove duplicate symbol. With above fix: Acked-by: Jerin Jacob <jer...@marvell.com> > + > +EXPERIMENTAL { > + global: > + > + rte_event_eth_rx_adapter_cb_register; > +}; > -- > 1.8.3.1