Tool/software:
Hi
The kernel HSR subsystem limits the maximum MTU of the HSR interface to 1494, which is the maximum MTU(1500) minus the HSR tag length(6), this is because the HSR subsystem occupies part of the MTU when adding the HSR tag. However, after the process of inserting HSR tag is offloaded to the PRU firmware, the maximum MTU of the HSR interface can be restored to 1500. It seems this is not implemented in driver.
Is there a reason why this is not implemented in linux driver? Could you provide some patch on this point?
Point in the code
https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/net/hsr/hsr_device.c?h=11.00.09#n107
Thanks a lot