[virtio-dev] Re: [PATCH v6 2/2] virtio-net: use mtu size as buffer length for big packets

2022-09-21 Thread Jason Wang
在 2022/9/14 22:49, Gavin Li 写道: Currently add_recvbuf_big() allocates MAX_SKB_FRAGS segments for big packets even when GUEST_* offloads are not present on the device. However, if guest GSO is not supported, it would be sufficient to allocate segments to cover just up the MTU size and no

[virtio-dev] Re: [PATCH v6 1/2] virtio-net: introduce and use helper function for guest gso support checks

2022-09-21 Thread Jason Wang
在 2022/9/14 22:49, Gavin Li 写道: Probe routine is already several hundred lines. Use helper function for guest gso support check. Signed-off-by: Gavin Li Reviewed-by: Gavi Teitz Reviewed-by: Parav Pandit Reviewed-by: Xuan Zhuo Reviewed-by: Si-Wei Liu Acked-by: Jason Wang ---

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

2022-09-21 Thread Michael S. Tsirkin
On Mon, Sep 19, 2022 at 04:47:04PM +0800, Heng Qi wrote: > Hi, I submitted split header v8 on the morning of the 16th, > do you have any new comments? Sit tight please, I can't review that quickly. I know some maintainers are much better, sorry! -- MST

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

2022-09-21 Thread Jason Wang
On Wed, Sep 21, 2022 at 2:20 PM Jason Wang wrote: > > On Tue, Sep 20, 2022 at 11:28 AM Heng Qi wrote: > > > > On Tue, Sep 20, 2022 at 09:59:22AM +0800, Jason Wang wrote: > > > > > > 在 2022/9/16 10:56, hengqi 写道: > > > >From: Xuan Zhuo > > > > > > > >The purpose of this feature is to split the

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

2022-09-21 Thread Jason Wang
On Tue, Sep 20, 2022 at 11:28 AM Heng Qi wrote: > > On Tue, Sep 20, 2022 at 09:59:22AM +0800, Jason Wang wrote: > > > > 在 2022/9/16 10:56, hengqi 写道: > > >From: Xuan Zhuo > > > > > >The purpose of this feature is to split the transport header and the > > >payload > > >of the packet. > > > > >