[RFC,0/3] batman-adv: Enable support for jumbo frames

Message ID 20230727-jumbo-mtu-v1-0-036ce1a6e33c@narfation.org (mailing list archive)
Headers
Series batman-adv: Enable support for jumbo frames |

Message

Sven Eckelmann July 27, 2023, 8:13 a.m. UTC
  There are from time to time discussions about supporting jumbo frames
with batman-adv. While the changes were known since a longe time [1], no
actual tests were performed and no actual reviews were gathered.

Maybe some more interest can be stirred up by this RFC and some
Tested-by/Reviewed-by [2] can be collected - or some fixes.

[1] https://www.open-mesh.org/issues/365
[2] https://www.kernel.org/doc/html/v6.4/process/submitting-patches.html#using-reported-by-tested-by-reviewed-by-suggested-by-and-fixes

Signed-off-by: Sven Eckelmann <sven@narfation.org>
---
Sven Eckelmann (3):
      batman-adv: Avoid magic value for minimum MTU
      batman-adv: Check hardif MTU against runtime MTU
      batman-adv: Add support for jumbo frames

 net/batman-adv/hard-interface.c | 24 ++++++++++++++----------
 net/batman-adv/main.h           |  2 ++
 net/batman-adv/soft-interface.c |  5 +++--
 3 files changed, 19 insertions(+), 12 deletions(-)
---
base-commit: f779cdaf7782ee765dbddd31f6d9a89abf0c52f9
change-id: 20230727-jumbo-mtu-13d736059c84

Best regards,