Re: [dpdk-dev] [PATCH v2 1/3] virtio-user: fix backend selection if stat fails

2020-10-20 Thread Kevin Traynor
On 20/10/2020 16:20, Adrian Moreno wrote: > If stat fails because the file does not exist, it means that > the backend must be vhost-user in server mode. > > Also, log the detected backend type. > > Bugzilla ID: 559 > Fixes: f908b22ea47a ("net/virtio: move backend type selection to ethdev") > Cc:

Re: [dpdk-dev] [PATCH v2 1/3] virtio-user: fix backend selection if stat fails

2020-10-20 Thread Maxime Coquelin
On 10/20/20 5:20 PM, Adrian Moreno wrote: > If stat fails because the file does not exist, it means that > the backend must be vhost-user in server mode. > > Also, log the detected backend type. > > Bugzilla ID: 559 > Fixes: f908b22ea47a ("net/virtio: move backend type selection to ethdev") >

[dpdk-dev] [PATCH v2 1/3] virtio-user: fix backend selection if stat fails

2020-10-20 Thread Adrian Moreno
If stat fails because the file does not exist, it means that the backend must be vhost-user in server mode. Also, log the detected backend type. Bugzilla ID: 559 Fixes: f908b22ea47a ("net/virtio: move backend type selection to ethdev") Cc: sta...@dpdk.org Signed-off-by: Adrian Moreno --- drive