RE: [RFC PATCH] Allow VIRTIO_F_IN_ORDER to be negotiated for vdpa devices

2022-02-07 Thread Gautam Dawar
Murlidhar Kamde Subject: Re: [RFC PATCH] Allow VIRTIO_F_IN_ORDER to be negotiated for vdpa devices On Sun, Feb 6, 2022 at 12:04 AM wrote: > > From: Gautam Dawar > > Hi All, > > The VIRTIO_F_IN_ORDER feature is implemented by DPDK's virtio_net > driver but not by the

Re: [RFC PATCH] Allow VIRTIO_F_IN_ORDER to be negotiated for vdpa devices

2022-02-06 Thread Jason Wang
On Sun, Feb 6, 2022 at 12:04 AM wrote: > > From: Gautam Dawar > > Hi All, > > The VIRTIO_F_IN_ORDER feature is implemented by DPDK's virtio_net > driver but not by the Linux kernel's virtio_net driver. > However, this feature still can't be tested using vhost-vdpa with > hardware devices that imp

[RFC PATCH] Allow VIRTIO_F_IN_ORDER to be negotiated for vdpa devices

2022-02-05 Thread gautam.dawar
From: Gautam Dawar Hi All, The VIRTIO_F_IN_ORDER feature is implemented by DPDK's virtio_net driver but not by the Linux kernel's virtio_net driver. However, this feature still can't be tested using vhost-vdpa with hardware devices that implement it as VIRTIO_F_IN_ORDER isn't defined in kernel's