Re: [dpdk-dev] [PATCH 1/2] eal: remove experimental tag for probe/remove

2018-11-05 Thread Thomas Monjalon
05/11/2018 14:13, Thomas Monjalon: > 05/11/2018 13:19, Kevin Traynor: > > On 11/01/2018 02:46 PM, Thomas Monjalon wrote: > > > The functions rte_dev_probe() and rte_dev_remove() are new > > > in DPDK 18.11 so they got the experimental tag by policy. > > > However they are too much basic functions f

Re: [dpdk-dev] [PATCH 1/2] eal: remove experimental tag for probe/remove

2018-11-05 Thread Thomas Monjalon
05/11/2018 13:19, Kevin Traynor: > On 11/01/2018 02:46 PM, Thomas Monjalon wrote: > > The functions rte_dev_probe() and rte_dev_remove() are new > > in DPDK 18.11 so they got the experimental tag by policy. > > However they are too much basic functions for being skipped > > by strict applications w

Re: [dpdk-dev] [PATCH 1/2] eal: remove experimental tag for probe/remove

2018-11-05 Thread Kevin Traynor
On 11/01/2018 02:46 PM, Thomas Monjalon wrote: > The functions rte_dev_probe() and rte_dev_remove() are new > in DPDK 18.11 so they got the experimental tag by policy. > However they are too much basic functions for being skipped > by strict applications which do not use experimental functions. >

[dpdk-dev] [PATCH 1/2] eal: remove experimental tag for probe/remove

2018-11-01 Thread Thomas Monjalon
The functions rte_dev_probe() and rte_dev_remove() are new in DPDK 18.11 so they got the experimental tag by policy. However they are too much basic functions for being skipped by strict applications which do not use experimental functions. The alternative is to use rte_eal_hotplug_add() and rte_e