Changes between Version 5 and Version 6 of ventana/ethernet
- Timestamp:
- 06/07/2021 03:27:41 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ventana/ethernet
v5 v6 18 18 * Freescale FEC MAC: 19 19 * Used on the GW51xx,GW52xx,GW53xx,GW54xx, GW5913, GW5910 (Port 1 on boards with 2 ports) 20 * [http ://cache.freescale.com/files/32bit/doc/errata/IMX6DQCE.pdf i.MX6 errata: ERR004512] discusses a throughput limitation limiting the device to appx 470mbps20 * [https://www.nxp.com/docs/en/errata/IMX6DQCE.pdf i.MX6 errata: ERR004512] discusses a throughput limitation limiting the device to appx 470mbps 21 21 * [http://lxr.missinglinkelectronics.com/linux/drivers/net/ethernet/freescale/fec.c fec linux driver] 22 22 * hardware supports common hardware accelerations such as NAPI, checksum offload, and jumbo frames. The driver used in the Yocto and OpenWrt 16.01 BSPs support this, yet the upstream driver used in OpenWrt 14.08 does not.