Re: [dpdk-dev] [PATCH v6 08/11] vdev: use standard bus registration function

2017-07-03 Thread Thomas Monjalon
27/06/2017 18:11, Gaetan Rivet: > Signed-off-by: Gaetan Rivet Applied as a prerequisite for v8, thanks

[dpdk-dev] [PATCH v6 08/11] vdev: use standard bus registration function

2017-06-27 Thread Gaetan Rivet
Signed-off-by: Gaetan Rivet --- lib/librte_eal/common/eal_common_vdev.c | 18 +- lib/librte_eal/common/include/rte_vdev.h | 2 ++ 2 files changed, 3 insertions(+), 17 deletions(-) diff --git a/lib/librte_eal/common/eal_common_vdev.c b/lib/librte_eal/common/eal_common_vdev.c in