mbox

[0/2] remove experimental tag for hotplug API

Message ID 20181101144633.13429-1-thomas@monjalon.net (mailing list archive)
Headers

Message

Thomas Monjalon Nov. 1, 2018, 2:46 p.m. UTC
  There are new functions in 18.11 which are fixing some hotplug issues.
OVS would like to use them but do not want to allow experimental
functions.
As these are major functions, fixing some issues, and replacing
a deprecated function, an exception should be done.

Thomas Monjalon (2):
  eal: remove experimental tag for probe/remove
  ethdev: remove experimental tag for iterator API

 lib/librte_eal/common/eal_common_dev.c   |  4 ++--
 lib/librte_eal/common/include/rte_dev.h  | 10 ++--------
 lib/librte_eal/rte_eal_version.map       |  4 ++--
 lib/librte_ethdev/rte_ethdev.c           |  6 +++---
 lib/librte_ethdev/rte_ethdev.h           | 12 ------------
 lib/librte_ethdev/rte_ethdev_version.map |  6 +++---
 6 files changed, 12 insertions(+), 30 deletions(-)