Re: [dpdk-dev] [PATCH] eal: promote some experimental functions as stable

2019-04-21 Thread Thomas Monjalon
18/04/2019 12:02, Kevin Traynor: > On 18/04/2019 01:30, Thomas Monjalon wrote: > > The function rte_eal_cleanup() was introduced more than one year ago, > > in DPDK 18.02. It is no longer experimental, allowing > > pdump, proc-info and hotplug_mp apps to not need any experimental API. > > > > The

Re: [dpdk-dev] [PATCH] eal: promote some experimental functions as stable

2019-04-18 Thread Kevin Traynor
On 18/04/2019 01:30, Thomas Monjalon wrote: > The function rte_eal_cleanup() was introduced more than one year ago, > in DPDK 18.02. It is no longer experimental, allowing > pdump, proc-info and hotplug_mp apps to not need any experimental API. > > The function rte_ctrl_thread_create() was introdu