mbox series

[v2,0/2] rte_dev_probe() API change

Message ID 20200625080430.1392037-1-maxime.coquelin@redhat.com (mailing list archive)
Headers
Series rte_dev_probe() API change |

Message

Maxime Coquelin June 25, 2020, 8:04 a.m. UTC
  This series proposes a change in rte_dev_probe() API
for DPDK v20.11. First patch is the deprecation notice
to be applied in v20.11


Changes since v1:
-----------------
- Rebase on top of master
- Reword deprecation notice (Gaƫtan)

Maxime Coquelin (2):
  doc: announce rte_dev_probe() API change
  eal: improve device probing API

 app/test-pmd/testpmd.c                 |  2 +-
 doc/guides/rel_notes/deprecation.rst   |  5 +++++
 drivers/net/failsafe/failsafe.c        |  5 +++--
 lib/librte_eal/common/eal_common_dev.c | 18 ++++++++++--------
 lib/librte_eal/include/rte_dev.h       |  4 ++--
 5 files changed, 21 insertions(+), 13 deletions(-)