Re: [PATCH] net: Increase L2TPv3 buffer to fit jumboframes

2023-01-09 Thread Jason Wang
On Sat, Dec 31, 2022 at 4:27 AM Christian Svensson wrote: > > Increase the allocated buffer size to fit larger packets. > Given that jumboframes can commonly be up to 9000 bytes the closest suitable > value seems to be 16 KiB. > > Tested by running qemu towards a Linux L2TPv3 endpoint and pushing

Re: [PATCH] net: Increase L2TPv3 buffer to fit jumboframes

2023-01-01 Thread Christian Svensson
+qemu-trivial On Fri, Dec 30, 2022, 21:27 Christian Svensson wrote: > Increase the allocated buffer size to fit larger packets. > Given that jumboframes can commonly be up to 9000 bytes the closest > suitable > value seems to be 16 KiB. > > Tested by running qemu towards a Linux L2TPv3 endpoint

[PATCH] net: Increase L2TPv3 buffer to fit jumboframes

2022-12-30 Thread Christian Svensson
Increase the allocated buffer size to fit larger packets. Given that jumboframes can commonly be up to 9000 bytes the closest suitable value seems to be 16 KiB. Tested by running qemu towards a Linux L2TPv3 endpoint and pushing jumboframe traffic through the interfaces. Signed-off-by: Christian S