Hello,
I'm using the linux kernel from LSDK_21_08 (kernel 5.10). I choose to use DPAA upstream driver instead of the private one.
Everything is working properly except the fact that I can't change MTU to something bigger than the default 1500.
I've tried to use the max-frame-size property in the device tree for each ethernet, but it doesn't change anything.
It seems that to achieve a higher MTU value, I need to configure frame size in FMAN, but with the upstream driver, I have no way to do that.
Do you guys have a solution to allow jumbo frames on LS1046A using upstream driver?
Side question, what are the advantages/disadvantages of using private driver instead of mainline one?
Regards,
Fred.