Re: [PATCH net-next] netconsole: selftest: Add test for fragmented messages

2025-02-04 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Mon, 03 Feb 2025 11:04:15 -0800 you wrote: > Add a new selftest to verify netconsole's handling of messages that > exceed the packet size limit and require fragmentation. The test sends > messages with varying size

[PATCH net-next] netconsole: selftest: Add test for fragmented messages

2025-02-03 Thread Breno Leitao
Add a new selftest to verify netconsole's handling of messages that exceed the packet size limit and require fragmentation. The test sends messages with varying sizes and userdata, validating that: 1. Large messages are correctly fragmented and reassembled 2. Userdata fields are properly preserved