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

2022-08-10 Thread Heng Qi
在 2022/8/9 下午5:18, Jason Wang 写道: On Thu, Aug 4, 2022 at 8:48 PM Heng Qi wrote: 在 2022/8/4 下午2:27, Jason Wang 写道: On Mon, Aug 1, 2022 at 2:59 PM Heng Qi wrote: From: Xuan Zhuo The purpose of this feature is to split the header and the payload of the packet. |receive

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

2022-08-09 Thread Cornelia Huck
On Fri, Aug 05 2022, Heng Qi wrote: > 在 2022/8/4 下午9:50, Cornelia Huck 写道: >> On Thu, Aug 04 2022, Heng Qi wrote: >> >>> 在 2022/8/4 下午2:27, Jason Wang 写道: On Mon, Aug 1, 2022 at 2:59 PM Heng Qi wrote: > @@ -3820,9 +3826,13 @@ \subsubsection{Processing of Incoming >

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

2022-08-04 Thread Heng Qi
在 2022/8/4 下午9:50, Cornelia Huck 写道: On Thu, Aug 04 2022, Heng Qi wrote: 在 2022/8/4 下午2:27, Jason Wang 写道: On Mon, Aug 1, 2022 at 2:59 PM Heng Qi wrote: @@ -3820,9 +3826,13 @@ \subsubsection{Processing of Incoming Packets}\label{sec:Device Types / Network driver MUST NOT use the

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

2022-08-04 Thread Cornelia Huck
On Thu, Aug 04 2022, Heng Qi wrote: > 在 2022/8/4 下午2:27, Jason Wang 写道: >> On Mon, Aug 1, 2022 at 2:59 PM Heng Qi wrote: >>> @@ -3820,9 +3826,13 @@ \subsubsection{Processing of Incoming >>> Packets}\label{sec:Device Types / Network >>> driver MUST NOT use the \field{csum_start} and

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

2022-08-04 Thread Heng Qi
在 2022/8/4 下午2:27, Jason Wang 写道: On Mon, Aug 1, 2022 at 2:59 PM Heng Qi wrote: From: Xuan Zhuo The purpose of this feature is to split the header and the payload of the packet. |receive buffer| | 0th descriptor

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

2022-08-04 Thread Jason Wang
On Mon, Aug 1, 2022 at 2:59 PM Heng Qi wrote: > > From: Xuan Zhuo > > The purpose of this feature is to split the header and the payload of > the packet. > > |receive buffer| > | 0th descriptor | 1th

[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] Re: [PATCH] virtio_net: support split header

2022-02-16 Thread Jason Wang
On Wed, Feb 16, 2022 at 2:31 PM Xuan Zhuo wrote: > > On Wed, 16 Feb 2022 12:32:03 +0800, Jason Wang wrote: > > On Wed, Feb 16, 2022 at 11:01 AM Xuan Zhuo > > wrote: > > > > > > The purpose of this feature is to write the payload of the packet to a > > > specified location in the receive buffer

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

2022-02-15 Thread Xuan Zhuo
On Wed, 16 Feb 2022 12:32:03 +0800, Jason Wang wrote: > On Wed, Feb 16, 2022 at 11:01 AM Xuan Zhuo wrote: > > > > The purpose of this feature is to write the payload of the packet to a > > specified location in the receive buffer after the device receives the > > packet. > > > > |

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

2022-02-15 Thread Jason Wang
On Wed, Feb 16, 2022 at 11:01 AM Xuan Zhuo wrote: > > The purpose of this feature is to write the payload of the packet to a > specified location in the receive buffer after the device receives the > packet. > > |receive buffer | > |