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
>>
>
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
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.