Re: [PATCH 2/4] virtio-net: add support of UDP segmentation (USO) on the host

2021-05-12 Thread Willem de Bruijn
On Wed, May 12, 2021 at 2:56 PM Yuri Benditovich wrote: > > On Wed, May 12, 2021 at 5:33 PM Willem de Bruijn > wrote: > > > > On Wed, May 12, 2021 at 2:10 AM Yuri Benditovich > > wrote: > > > > > > On Tue, May 11, 2021 at 8:48 PM Willem de Bruijn > > > wrote: > > > > > > > > On Tue, May 11,

Re: [PATCH 2/4] virtio-net: add support of UDP segmentation (USO) on the host

2021-05-12 Thread Willem de Bruijn
On Wed, May 12, 2021 at 2:10 AM Yuri Benditovich wrote: > > On Tue, May 11, 2021 at 8:48 PM Willem de Bruijn > wrote: > > > > On Tue, May 11, 2021 at 12:43 AM Yuri Benditovich > > wrote: > > > > > > Large UDP packet provided by the guest with GSO type set to > > > VIRTIO_NET_HDR_GSO_UDP_L4 will

Re: [PATCH 2/4] virtio-net: add support of UDP segmentation (USO) on the host

2021-05-12 Thread Yuri Benditovich
On Tue, May 11, 2021 at 8:48 PM Willem de Bruijn wrote: > > On Tue, May 11, 2021 at 12:43 AM Yuri Benditovich > wrote: > > > > Large UDP packet provided by the guest with GSO type set to > > VIRTIO_NET_HDR_GSO_UDP_L4 will be divided to several UDP > > packets according to the gso_size field. > >

Re: [PATCH 2/4] virtio-net: add support of UDP segmentation (USO) on the host

2021-05-11 Thread Willem de Bruijn
On Tue, May 11, 2021 at 12:43 AM Yuri Benditovich wrote: > > Large UDP packet provided by the guest with GSO type set to > VIRTIO_NET_HDR_GSO_UDP_L4 will be divided to several UDP > packets according to the gso_size field. > > Signed-off-by: Yuri Benditovich > --- > include/linux/virtio_net.h |

Re: [PATCH 2/4] virtio-net: add support of UDP segmentation (USO) on the host

2021-05-11 Thread Jason Wang
On Tue, May 11, 2021 at 4:24 PM Yuri Benditovich wrote: > > On Tue, May 11, 2021 at 9:47 AM Jason Wang wrote: > > > > > > 在 2021/5/11 下午12:42, Yuri Benditovich 写道: > > > Large UDP packet provided by the guest with GSO type set to > > > VIRTIO_NET_HDR_GSO_UDP_L4 will be divided to several UDP > >

Re: [PATCH 2/4] virtio-net: add support of UDP segmentation (USO) on the host

2021-05-11 Thread Yuri Benditovich
On Tue, May 11, 2021 at 9:47 AM Jason Wang wrote: > > > 在 2021/5/11 下午12:42, Yuri Benditovich 写道: > > Large UDP packet provided by the guest with GSO type set to > > VIRTIO_NET_HDR_GSO_UDP_L4 will be divided to several UDP > > packets according to the gso_size field. > > > > Signed-off-by: Yuri

Re: [PATCH 2/4] virtio-net: add support of UDP segmentation (USO) on the host

2021-05-11 Thread Jason Wang
在 2021/5/11 下午12:42, Yuri Benditovich 写道: Large UDP packet provided by the guest with GSO type set to VIRTIO_NET_HDR_GSO_UDP_L4 will be divided to several UDP packets according to the gso_size field. Signed-off-by: Yuri Benditovich --- include/linux/virtio_net.h | 5 + 1 file changed,