> -----Original Message----- > From: jerinj@marvell.com [mailto:jerinj@marvell.com] > Sent: Thursday, April 18, 2019 7:06 AM > To: dev@dpdk.org; Thomas Monjalon ; Jerin Jacob > ; Mattias Rönnblom > ; Van Haaren, Harry > ; Gujjar, Abhinandan S > ; Rao, Nikhil ; Carrillo, > Erik G > Cc: pbhagavatula@marvell.com; hemant.agrawal@nxp.com; > nipun.gupta@nxp.com; Ma, Liang J > Subject: [dpdk-dev] [PATCH] eventdev: promote adapter functions as stable > > From: Jerin Jacob > > 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.rao@intel.com > Cc: erik.g.carrillo@intel.com > Cc: abhinandan.gujjar@intel.com > Cc: pbhagavatula@marvell.com > Cc: hemant.agrawal@nxp.com > Cc: nipun.gupta@nxp.com > Cc: harry.van.haaren@intel.com > Cc: mattias.ronnblom@ericsson.com > Cc: liang.j.ma@intel.com > > Signed-off-by: Jerin Jacob > --- 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