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

2022-08-01 Thread Heng Qi
The content of the mail just sent is about "[PATCH v6] virtio_net: support split header". 在 2022/8/1 下午2:59, Heng Qi 写道: From: Xuan Zhuo The purpose of this feature is to split the header and the payload of the packet. |receive buffer|

[virtio-dev] [PATCH] virtio_net: support split header

2022-08-01 Thread Heng Qi
From: Xuan Zhuo The purpose of this feature is to split the header and the payload of the packet. |receive buffer| | 0th descriptor | 1th descriptor| | virtnet hdr | mac | ip hdr | tcp hdr|<-- hold

[virtio-dev] Re: [PATCH v6 4/5] Add admin_queue_index register to PCI common configuration structure

2022-08-01 Thread Michael S. Tsirkin
On Mon, Aug 01, 2022 at 03:11:58AM +0300, Max Gurtovoy wrote: > > On 8/1/2022 12:03 AM, Michael S. Tsirkin wrote: > > On Sun, Jul 31, 2022 at 06:43:53PM +0300, Max Gurtovoy wrote: > > > This new register will be used for querying the index of the admin > > > virtqueue of a virtio device. To

[virtio-dev] Re: [PATCH v6 3/5] Introduce virtio admin virtqueue

2022-08-01 Thread Michael S. Tsirkin
On Mon, Aug 01, 2022 at 02:07:26AM +0300, Max Gurtovoy wrote: > > On 8/1/2022 12:00 AM, Michael S. Tsirkin wrote: > > On Sun, Jul 31, 2022 at 06:43:52PM +0300, Max Gurtovoy wrote: > > > In one of the many use cases a user wants to manipulate features and > > > configuration of the virtio devices