From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nelson Chang Subject: [PATCH net-next v2 0/3] net: ethernet: mediatek: add HW LRO functions Date: Sat, 17 Sep 2016 23:50:54 +0800 Message-ID: <1474127457-13143-1-git-send-email-nelson.chang@mediatek.com> Mime-Version: 1.0 Content-Type: text/plain Cc: , , , , Nelson Chang To: , Return-path: Received: from mailgw01.mediatek.com ([210.61.82.183]:25296 "EHLO mailgw01.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1752257AbcIQPvG (ORCPT ); Sat, 17 Sep 2016 11:51:06 -0400 Sender: netdev-owner@vger.kernel.org List-ID: The series add the large receive offload (LRO) functions by hardware and the ethtool functions to configure RX flows of HW LRO. changes since v3: - Respin the patch by the newer driver - Move the dts description of hwlro to optional properties 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