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

2020-10-20 Thread Adrian Moreno
On 10/20/20 11:55 AM, Maxime Coquelin wrote: > > > On 10/20/20 11:38 AM, Kevin Traynor wrote: >> On 20/10/2020 10:11, Maxime Coquelin wrote: >>> >>> >>> On 10/20/20 11:01 AM, Kevin Traynor wrote: On 20/10/2020 08:16, Adrian Moreno wrote: > If stat fails it means the backend must be vh

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

2020-10-20 Thread Maxime Coquelin
On 10/20/20 11:38 AM, Kevin Traynor wrote: > On 20/10/2020 10:11, Maxime Coquelin wrote: >> >> >> On 10/20/20 11:01 AM, Kevin Traynor wrote: >>> On 20/10/2020 08:16, Adrian Moreno wrote: If stat fails it means the backend must be vhost-user in server mode Bugzilla ID: 559 Fix

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

2020-10-20 Thread Kevin Traynor
On 20/10/2020 10:11, Maxime Coquelin wrote: > > > On 10/20/20 11:01 AM, Kevin Traynor wrote: >> On 20/10/2020 08:16, Adrian Moreno wrote: >>> If stat fails it means the backend must be vhost-user in server mode >>> >>> Bugzilla ID: 559 >>> Fixes: f908b22ea47a ("net/virtio: move backend type selec

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

2020-10-20 Thread Maxime Coquelin
On 10/20/20 11:01 AM, Kevin Traynor wrote: > On 20/10/2020 08:16, Adrian Moreno wrote: >> If stat fails it means the backend must be vhost-user in server mode >> >> Bugzilla ID: 559 >> Fixes: f908b22ea47a ("net/virtio: move backend type selection to ethdev") >> Cc: sta...@dpdk.org >> >> Signed-o

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

2020-10-20 Thread Kevin Traynor
On 20/10/2020 08:16, Adrian Moreno wrote: > If stat fails it means the backend must be vhost-user in server mode > > Bugzilla ID: 559 > Fixes: f908b22ea47a ("net/virtio: move backend type selection to ethdev") > Cc: sta...@dpdk.org > > Signed-off-by: Adrian Moreno > --- > drivers/net/virtio/vir

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

2020-10-20 Thread Jiang, YuX
.@dpdk.org; Maxime > Coquelin ; Xia, Chenbo > ; Wang, Zhihong > Subject: [dpdk-dev] [PATCH] virtio-user: fix backend selection if stat fails > > If stat fails it means the backend must be vhost-user in server mode > > Bugzilla ID: 559 > Fixes: f908b22ea47a ("net/virtio: mo

[dpdk-dev] [PATCH] virtio-user: fix backend selection if stat fails

2020-10-20 Thread Adrian Moreno
If stat fails it means the backend must be vhost-user in server mode Bugzilla ID: 559 Fixes: f908b22ea47a ("net/virtio: move backend type selection to ethdev") Cc: sta...@dpdk.org Signed-off-by: Adrian Moreno --- drivers/net/virtio/virtio_user_ethdev.c | 5 +++-- 1 file changed, 3 insertions(+)