> -----Original Message----- > From: jer...@marvell.com [mailto:jer...@marvell.com] > Sent: Thursday, April 18, 2019 7:06 AM > To: dev@dpdk.org; Thomas Monjalon <tho...@monjalon.net>; Jerin Jacob > <jer...@marvell.com>; Mattias Rönnblom > <mattias.ronnb...@ericsson.com>; Van Haaren, Harry > <harry.van.haa...@intel.com>; Gujjar, Abhinandan S > <abhinandan.guj...@intel.com>; Rao, Nikhil <nikhil....@intel.com>; Carrillo, > Erik G <erik.g.carri...@intel.com> > Cc: pbhagavat...@marvell.com; hemant.agra...@nxp.com; > nipun.gu...@nxp.com; Ma, Liang J <liang.j...@intel.com> > Subject: [dpdk-dev] [PATCH] eventdev: promote adapter functions as stable > > From: Jerin Jacob <jer...@marvell.com> > > Promote the adapter functions and rte_event_port_unlinks_in_progress() > as stable as it's been added for a while now and multiple drivers and test > application like test-eventdev has been tested using the adapter APIs. > > Cc: nikhil....@intel.com > Cc: erik.g.carri...@intel.com > Cc: abhinandan.guj...@intel.com > Cc: pbhagavat...@marvell.com > Cc: hemant.agra...@nxp.com > Cc: nipun.gu...@nxp.com > Cc: harry.van.haa...@intel.com > Cc: mattias.ronnb...@ericsson.com > Cc: liang.j...@intel.com > > Signed-off-by: Jerin Jacob <jer...@marvell.com> > ---
Hi Jerin, The "__rte_experimental" tag was removed from function prototypes in header files while still leaving the following text in the Doxygen comments: * @warning * @b EXPERIMENTAL: this API may change without prior notice Regards, Erik