netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/3] net: ethernet: mediatek: add HW LRO functions
@ 2016-09-14  5:58 Nelson Chang
  2016-09-14  5:58 ` [PATCH net-next v2 1/3] net: ethernet: mediatek: add HW LRO functions of PDMA RX rings Nelson Chang
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Nelson Chang @ 2016-09-14  5:58 UTC (permalink / raw)
  To: john, davem, f.fainelli
  Cc: nbd, netdev, linux-mediatek, nelsonch.tw, Nelson Chang

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-09-17 13:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-14  5:58 [PATCH net-next v2 0/3] net: ethernet: mediatek: add HW LRO functions Nelson Chang
2016-09-14  5:58 ` [PATCH net-next v2 1/3] net: ethernet: mediatek: add HW LRO functions of PDMA RX rings Nelson Chang
2016-09-14  5:58 ` [PATCH net-next v2 2/3] net: ethernet: mediatek: add ethtool functions to configure RX flows of HW LRO Nelson Chang
2016-09-14  5:58 ` [PATCH net-next v2 3/3] net: ethernet: mediatek: add the dts property to set if the HW supports LRO Nelson Chang
2016-09-17 13:46 ` [PATCH net-next v2 0/3] net: ethernet: mediatek: add HW LRO functions David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).