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

2020-06-24 Thread Maxime Coquelin
Sorry, this patch has been sent by mistake, just discard it. On 6/24/20 2:26 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/ma

[dpdk-dev] [PATCH v2 11/12] examples/vdpa: remove useless device count

2020-06-24 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/