diff options
author | Aleksander Jan Bajkowski <[email protected]> | 2024-10-03 19:19:41 +0200 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2024-10-04 11:11:12 -0700 |
commit | 8389cdb5c192bad690caf64a0746216c27f0c9b8 (patch) | |
tree | 8b51ab49fe656085a835db4082e0c76d27f1694d /tools/perf/scripts/python/syscall-counts-by-pid.py | |
parent | 7bc22763d51fc6308550bb61ad83e8aecbb88ae2 (diff) |
net: macb: Adding support for Jumbo Frames up to 10240 Bytes in SAMA5D2
As per the SAMA5D2 device specification it supports Jumbo frames.
But the suggested flag and length of bytes it supports was not updated
in this driver config_structure.
The maximum jumbo frames the device supports:
10240 bytes as per the device spec.
While changing the MTU value greater than 1500, it threw error:
sudo ifconfig eth1 mtu 9000
SIOCSIFMTU: Invalid argument
Add this support to driver so that it works as expected and designed.
Signed-off-by: Aleksander Jan Bajkowski <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
Acked-by: Nicolas Ferre <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions