[dpdk-dev] [PATCH v3 12/14] examples/vdpa: remove useless device count

2020-06-26 Thread Maxime Coquelin
The VDPA example now uses the vDPA class iterator, so knowing the number of available devices beforehand is no longer needed. Acked-by: Adrián Moreno Signed-off-by: Maxime Coquelin --- examples/vdpa/main.c | 9 ++--- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/examples/vdp

Re: [dpdk-dev] [PATCH v3 12/14] examples/vdpa: remove useless device count

2020-06-26 Thread Adrian Moreno
On 6/26/20 3:27 PM, Maxime Coquelin wrote: > The VDPA example now uses the vDPA class iterator, so > knowing the number of available devices beforehand is > no longer needed. > > Signed-off-by: Maxime Coquelin > --- > examples/vdpa/main.c | 9 ++--- > 1 file changed, 2 insertions(+), 7 del

[dpdk-dev] [PATCH v3 12/14] examples/vdpa: remove useless device count

2020-06-26 Thread Maxime Coquelin
The VDPA example now uses the vDPA class iterator, so knowing the number of available devices beforehand is no longer needed. Signed-off-by: Maxime Coquelin --- examples/vdpa/main.c | 9 ++--- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/examples/vdpa/main.c b/examples/vdpa/