The series add the large receive offload (LRO) functions by hardware and the ethtool functions to configure RX flows of HW LRO.
changes since v2: - Add ndo_fix_features to prevent NETIF_F_LRO off while RX flow is programmed - Rephrase the dts property is a capability if the hardware supports LRO changes since v1: - Add HW LRO support - Add ethtool hooks to set LRO RX flows Nelson Chang (3): net: ethernet: mediatek: add HW LRO functions of PDMA RX rings net: ethernet: mediatek: add ethtool functions to configure RX flows of HW LRO net: ethernet: mediatek: add dts configuration to enable HW LRO .../devicetree/bindings/net/mediatek-net.txt | 2 + drivers/net/ethernet/mediatek/mtk_eth_soc.c | 433 +++++++++++++++++++-- drivers/net/ethernet/mediatek/mtk_eth_soc.h | 75 +++- 3 files changed, 485 insertions(+), 25 deletions(-) -- 1.9.1