[dpdk-dev] [PATCH 0/2] remove experimental tag for hotplug API

Thomas Monjalon thomas at monjalon.net
Thu Nov 1 15:46:31 CET 2018


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(-)

-- 
2.19.0



More information about the dev mailing list