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

2022-05-30 Thread Michael S. Tsirkin
On Tue, May 31, 2022 at 10:10:52AM +0800, Xuan Zhuo wrote: > On Mon, 30 May 2022 14:27:26 -0400, "Michael S. Tsirkin" > wrote: > > On Sat, May 07, 2022 at 03:15:33PM +0800, Xuan Zhuo wrote: > > > The purpose of this feature is to split the header and the payload of > > > the packet. > > > > > >

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

2022-05-30 Thread Michael S. Tsirkin
On Tue, May 31, 2022 at 12:38:14PM +0800, Jason Wang wrote: > On Tue, May 31, 2022 at 2:23 AM Michael S. Tsirkin wrote: > > > > On Mon, May 30, 2022 at 01:56:06PM +0800, Jason Wang wrote: > > > On Thu, May 26, 2022 at 2:31 PM Xuan Zhuo > > > wrote: > > > > > > > > On Mon, 9 May 2022 16:41:11

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

2022-05-30 Thread Michael S. Tsirkin
On Tue, May 31, 2022 at 10:10:52AM +0800, Xuan Zhuo wrote: > On Mon, 30 May 2022 14:27:26 -0400, "Michael S. Tsirkin" > wrote: > > On Sat, May 07, 2022 at 03:15:33PM +0800, Xuan Zhuo wrote: > > > The purpose of this feature is to split the header and the payload of > > > the packet. > > > > > >

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

2022-05-30 Thread Jason Wang
On Tue, May 31, 2022 at 2:23 AM Michael S. Tsirkin wrote: > > On Mon, May 30, 2022 at 01:56:06PM +0800, Jason Wang wrote: > > On Thu, May 26, 2022 at 2:31 PM Xuan Zhuo > > wrote: > > > > > > On Mon, 9 May 2022 16:41:11 +0800, Jason Wang wrote: > > > > > > > > 在 2022/5/7 15:15, Xuan Zhuo 写道: >

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

2022-05-30 Thread Xuan Zhuo
On Mon, 30 May 2022 14:27:26 -0400, "Michael S. Tsirkin" wrote: > On Sat, May 07, 2022 at 03:15:33PM +0800, Xuan Zhuo wrote: > > The purpose of this feature is to split the header and the payload of > > the packet. > > > > |receive buffer|

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

2022-05-30 Thread Michael S. Tsirkin
On Sat, May 07, 2022 at 03:15:33PM +0800, 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|

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

2022-05-30 Thread Michael S. Tsirkin
On Mon, May 30, 2022 at 01:56:06PM +0800, Jason Wang wrote: > On Thu, May 26, 2022 at 2:31 PM Xuan Zhuo wrote: > > > > On Mon, 9 May 2022 16:41:11 +0800, Jason Wang wrote: > > > > > > 在 2022/5/7 15:15, Xuan Zhuo 写道: > > > > The purpose of this feature is to split the header and the payload of >