> > Apart from this, the original value seems to be wrong:
> > 
> > (((1UL << 10) - 1) << 0) = 0x3ff = 1023
> > 
> > The switch should be able to handle larger frames than this.
> You're right. The datasheet says bits 0:10, so it should have been 11
> bits not 10. Fixed in r20110

Following this logic then 14 makes sense for the AR8316 as it has
Gigabit Ethernet capability and thus needs to handle up to 9000 byte MTU
(jumbo frames semi-standard accepted size) - 13 is 8191 so it has to be
14.

_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to