[PATCH net-next v2 0/3] net: ethernet: mediatek: add HW LRO functions

2016-09-17 Thread 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

RE: [PATCH net-next v2 0/3] net: ethernet: mediatek: add HW LRO functions

2016-09-17 Thread Nelson Chang
; linux-media...@lists.infradead.org; nelsonch...@gmail.com Subject: Re: [PATCH net-next v2 0/3] net: ethernet: mediatek: add HW LRO functions From: Nelson Chang <nelson.ch...@mediatek.com> Date: Wed, 14 Sep 2016 13:58:56 +0800 > The series add the large receive offload (LRO) functions by

Re: [PATCH net-next v2 0/3] net: ethernet: mediatek: add HW LRO functions

2016-09-17 Thread David Miller
From: Nelson Chang 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

[PATCH net-next v2 0/3] net: ethernet: mediatek: add HW LRO functions

2016-09-14 Thread 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