Re: [virtio-dev] [PATCH v8] virtio_net: support for split transport header

2022-10-07 Thread Jason Wang
On Thu, Sep 29, 2022 at 3:04 PM Michael S. Tsirkin wrote: > > On Thu, Sep 29, 2022 at 09:48:33AM +0800, Jason Wang wrote: > > On Wed, Sep 28, 2022 at 9:39 PM Michael S. Tsirkin wrote: > > > > > > On Mon, Sep 26, 2022 at 04:06:17PM +0800, Jason Wang wrote: > > > > > Jason I think the issue with

[virtio-dev] [PATCH v3 4/4] vhost-user: add vhost-user device type

2022-10-07 Thread Usama Arif
The vhost-user device backend facilitates vhost-user device emulation through vhost-user protocol exchanges and access to shared memory. Software-defined networking, storage, and other I/O appliances can provide services through this device. This device is based on Wei Wang's vhost-pci work. The

[virtio-dev] [PATCH v3 3/4] content: Introduce driver/device auxiliary notifications for MMIO

2022-10-07 Thread Usama Arif
This includes the additions to the corresponding device and driver conformances. Signed-off-by: Usama Arif Signed-off-by: Stefan Hajnoczi Signed-off-by: Nikos Dragazis --- content.tex | 25 +++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/content.tex

[virtio-dev] [PATCH v3 2/4] content: Introduce driver/device aux. notification cfg type for PCI

2022-10-07 Thread Usama Arif
This includes the PCI device conformances for these notification capabilities. Signed-off-by: Usama Arif Signed-off-by: Stefan Hajnoczi Signed-off-by: Nikos Dragazis --- conformance.tex | 2 + content.tex | 191 ++-- 2 files changed, 171

[virtio-dev] [PATCH v3 1/4] content: Introduce driver/device auxiliary notifications

2022-10-07 Thread Usama Arif
Driver auxiliary notifications allow the device to send notifications other than configuration changes and used buffer notifications to the driver, these are optional and their meaning is device-specific. Device auxiliary notifications allow the driver to send notifications other than available

[virtio-dev] [PATCH v3 0/4] Introduce aux. notifications and virtio-vhost-user

2022-10-07 Thread Usama Arif
Hi, This patch series introduces device and driver auxiliary notifications as a new set of virtio device resources, as well as vhost-user device backend that uses these resources. Driver auxiliary notifications allow the device to send notifications other than configuration changes and used