Re: [dpdk-dev] [PATCH v5 08/12] vdev: expose bus name

2017-06-27 Thread Bruce Richardson
On Mon, Jun 26, 2017 at 02:22:06AM +0200, Gaetan Rivet wrote: > Signed-off-by: Gaetan Rivet > --- The reason for this change is not explained, so either it explain it, or better, IMHO, just merge with the next patch, since it's a one-line change. If kept as separate patch: Acked-by: Bruce Richa

[dpdk-dev] [PATCH v5 08/12] vdev: expose bus name

2017-06-25 Thread Gaetan Rivet
Signed-off-by: Gaetan Rivet --- lib/librte_eal/common/include/rte_vdev.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/librte_eal/common/include/rte_vdev.h b/lib/librte_eal/common/include/rte_vdev.h index e6b678e..2d02c68 100644 --- a/lib/librte_eal/common/include/rte_vdev.h +++ b/li