All of lore.kernel.org
 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
  0 siblings, 0 replies; 13+ 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] 13+ messages in thread
* RE: [PATCH net-next v2 0/3] net: ethernet: mediatek: add HW LRO functions
@ 2016-09-17 15:50 ` Nelson Chang
  0 siblings, 0 replies; 13+ messages in thread
From: Nelson Chang @ 2016-09-17 15:50 UTC (permalink / raw)
  To: davem; +Cc: john, f.fainelli, nbd, netdev, linux-mediatek, nelsonch.tw

Thanks David!
I'll respin the patch and submit the newer version.

-----Original Message-----
From: David Miller [mailto:davem@davemloft.net] 
Sent: Saturday, September 17, 2016 9:46 PM
To: Nelson Chang (張家祥)
Cc: john@phrozen.org; f.fainelli@gmail.com; nbd@openwrt.org;
netdev@vger.kernel.org; linux-mediatek@lists.infradead.org;
nelsonch.tw@gmail.com
Subject: Re: [PATCH net-next v2 0/3] net: ethernet: mediatek: add HW LRO
functions

From: Nelson Chang <nelson.chang@mediatek.com>
Date: Wed, 14 Sep 2016 13:58:56 +0800

> 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

This doesn't apply cleanly to net-next.

^ permalink raw reply	[flat|nested] 13+ messages in thread
* [PATCH net-next v2 0/3] net: ethernet: mediatek: add HW LRO functions
@ 2016-09-17 15:50 ` Nelson Chang
  0 siblings, 0 replies; 13+ messages in thread
From: Nelson Chang @ 2016-09-17 15:50 UTC (permalink / raw)
  To: john, davem; +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 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

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

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

Thread overview: 13+ 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 ` 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   ` 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   ` 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-14  5:58   ` Nelson Chang
2016-09-17 13:46 ` [PATCH net-next v2 0/3] net: ethernet: mediatek: add HW LRO functions David Miller
2016-09-17 15:50 Nelson Chang
2016-09-17 15:50 ` Nelson Chang
2016-09-17 15:50 Nelson Chang
2016-09-17 15:50 ` Nelson Chang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.