Re: [dpdk-dev] [PATCH] net/virtio: fix virtio-user init when using existing tap

2021-09-28 Thread Maxime Coquelin
On 9/17/21 11:33, David Marchand wrote: When attaching to an existing mono queue tap, the virtio-user was not reporting that the virtio device was not properly initialised which prevented from starting the port later. $ ip tuntap add test mode tap $ dpdk-testpmd --vdev \ net_virtio_user0,i

Re: [dpdk-dev] [PATCH] net/virtio: fix virtio-user init when using existing tap

2021-09-23 Thread David Marchand
On Thu, Sep 23, 2021 at 5:39 PM Olivier Matz wrote: > > Hi David, > > On Fri, Sep 17, 2021 at 11:33:44AM +0200, David Marchand wrote: > > When attaching to an existing mono queue tap, the virtio-user was not > > reporting that the virtio device was not properly initialised which > > prevented from

Re: [dpdk-dev] [PATCH] net/virtio: fix virtio-user init when using existing tap

2021-09-23 Thread Olivier Matz
Hi David, On Fri, Sep 17, 2021 at 11:33:44AM +0200, David Marchand wrote: > When attaching to an existing mono queue tap, the virtio-user was not > reporting that the virtio device was not properly initialised which > prevented from starting the port later. > > $ ip tuntap add test mode tap > $ d

[dpdk-dev] [PATCH] net/virtio: fix virtio-user init when using existing tap

2021-09-17 Thread David Marchand
When attaching to an existing mono queue tap, the virtio-user was not reporting that the virtio device was not properly initialised which prevented from starting the port later. $ ip tuntap add test mode tap $ dpdk-testpmd --vdev \ net_virtio_user0,iface=test,path=/dev/vhost-net,queues=2 -- -i