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

2022-10-17 Thread Xuan Zhuo
FYI: A new rx zerocopy idea, which is different from Eric's tcp mmap zerocopy, the buffer comes from user mode and put to device, no longer requires page alignment, but still depends on split header.

Re: [virtio-dev] [PATCH 0/2] introduce virtio-ism: internal shared memory device

2022-10-17 Thread Jason Wang
Adding Stefan. On Mon, Oct 17, 2022 at 3:47 PM Xuan Zhuo wrote: > > Hello everyone, > > # Background > > Nowadays, there is a common scenario to accelerate communication between > different VMs and containers, including light weight virtual machine based > containers. One way to achieve this is