Re: [PATCH v2 0/4] virtio-net: add USO feature (UDP segmentation offload)

2023-08-09 Thread Jason Wang
On Thu, Aug 10, 2023 at 4:21 AM Yuri Benditovich wrote: > > ping I've queued this. Thanks > > On Tue, Aug 1, 2023 at 1:32 AM Yuri Benditovich > wrote: >> >> Starting from 6.2 the kernel supports UDP segmentation offload, it >> uses GSO_UDP_L4 to mark packets with UDP sermentation request >> >

Re: [PATCH v2 0/4] virtio-net: add USO feature (UDP segmentation offload)

2023-08-09 Thread Yuri Benditovich
ping On Tue, Aug 1, 2023 at 1:32 AM Yuri Benditovich wrote: > Starting from 6.2 the kernel supports UDP segmentation offload, it > uses GSO_UDP_L4 to mark packets with UDP sermentation request > > v1->v2: > Enable USO features by default starting from 8.1 > Move command-line parameters to the

[PATCH v2 0/4] virtio-net: add USO feature (UDP segmentation offload)

2023-07-31 Thread Yuri Benditovich
Starting from 6.2 the kernel supports UDP segmentation offload, it uses GSO_UDP_L4 to mark packets with UDP sermentation request v1->v2: Enable USO features by default starting from 8.1 Move command-line parameters to the last patch Andrew Melnychenko (2): tap: Add USO support to tap device.