Re: [dpdk-dev] [PATCH] net/virtio: fix kernel set features for multi-queue devices

2021-06-17 Thread Maxime Coquelin
On 5/28/21 3:20 PM, Thierry Herbelot wrote: > Restore the original code, where VHOST_SET_FEATURES is applied to > all vhostfds of the device. > > Fixes: cc0151b34dee ("net/virtio: add virtio-user features ops") > Cc: sta...@dpdk.org > Cc: Maxime Coquelin > Cc: Chenbo Xia > > Signed-off-by: T

Re: [dpdk-dev] [PATCH] net/virtio: fix kernel set features for multi-queue devices

2021-06-01 Thread Thierry Herbelot
Hello Maxime, On 6/1/21 9:51 AM, Maxime Coquelin wrote: On 5/28/21 3:20 PM, Thierry Herbelot wrote: Restore the original code, where VHOST_SET_FEATURES is applied to all vhostfds of the device. Fixes: cc0151b34dee ("net/virtio: add virtio-user features ops") Cc: sta...@dpdk.org Cc: Maxime Co

Re: [dpdk-dev] [PATCH] net/virtio: fix kernel set features for multi-queue devices

2021-06-01 Thread Maxime Coquelin
On 5/28/21 3:20 PM, Thierry Herbelot wrote: > Restore the original code, where VHOST_SET_FEATURES is applied to > all vhostfds of the device. > > Fixes: cc0151b34dee ("net/virtio: add virtio-user features ops") > Cc: sta...@dpdk.org > Cc: Maxime Coquelin > Cc: Chenbo Xia > > Signed-off-by: T

[dpdk-dev] [PATCH] net/virtio: fix kernel set features for multi-queue devices

2021-05-28 Thread Thierry Herbelot
Restore the original code, where VHOST_SET_FEATURES is applied to all vhostfds of the device. Fixes: cc0151b34dee ("net/virtio: add virtio-user features ops") Cc: sta...@dpdk.org Cc: Maxime Coquelin Cc: Chenbo Xia Signed-off-by: Thierry Herbelot --- drivers/net/virtio/virtio_user/vhost_kernel