]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mediatek-hw-lro'
authorDavid S. Miller <davem@davemloft.net>
Mon, 19 Sep 2016 05:40:54 +0000 (01:40 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 19 Sep 2016 05:40:54 +0000 (01:40 -0400)
commit3a72785cb51638692063709c55ab7aed2c8bd7e0
treef26f092f7d32e5d5e681799b211a873ddcbbc53a
parent356af90866cb51291508d33e48e8587c646bd32e
parentf496f5d31003439161157a9deb525007f75a727c
Merge branch 'mediatek-hw-lro'

Nelson Chang says:

====================
net: ethernet: mediatek: add HW LRO functions

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
====================

Signed-off-by: David S. Miller <davem@davemloft.net>