worproject / Rockchip-Windows-Drivers

Windows on Arm drivers for RK35xx platforms.
104 stars 13 forks source link

dwc_eqos - support 9014-byte jumbo frames #36

Closed idigdoug closed 6 months ago

idigdoug commented 6 months ago

Enable support for 9014-byte jumbo frames.

Note that using a full 9022-byte buffer for 1522-byte packets is sub-optimal. NetAdapterCx does not currently support multi-fragment packets if using system-managed buffering. With driver-managed buffering we could fix this, but that probably isn't worthwhile at this point.