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

2022-06-16 Thread Xuan Zhuo
On Tue, 07 Jun 2022 15:10:18 +0200, Cornelia Huck wrote: > On Mon, Jun 06 2022, Xuan Zhuo wrote: > > > The purpose of this feature is to split the header and the payload of > > the packet. > > > > |receive buffer| > > |

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

2022-06-07 Thread Cornelia Huck
On Mon, Jun 06 2022, Xuan Zhuo wrote: > 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

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

2022-06-06 Thread 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 -->| payload