Bug 217054
Summary: | wireguard - allowedips.c - warning: the frame size of 1032 bytes is larger than 1024 bytes | ||
---|---|---|---|
Product: | Networking | Reporter: | sander44 (ionut_n2001) |
Component: | Other | Assignee: | Stephen Hemminger (stephen) |
Status: | NEW --- | ||
Severity: | normal | CC: | michael+kernel |
Priority: | P1 | ||
Hardware: | AMD | ||
OS: | Linux | ||
Kernel Version: | 6.1.12 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
sander44
2023-02-18 15:49:26 UTC
arch/um/configs/x86_64_defconfig defines CONFIG_FRAME_WARN to 1024. A Wireguard self test at tools/testing/selftests/wireguard/qemu/arch/x86_64.config expects CONFIG_FRAME_WARN to be 1280. A discussion on the netdev mailing list reports: "This keeps coming up. The frame size that the compiler targets on 64-bit is 1280, not 1024. The reporter misconfigured the .config. Maybe there should be a min value for that. Dunno. Old topic." If that's the case, shouldn't the x86_64_defconfig set CONFIG_FRAME_WARN to 1280? Hi Michael, So the value should be CONFIG_FRAME_WARN=1280 now? I had it set to 1024 in the initial configuration file. |