]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mediatek-hw-lro-chip-id-check'
authorDavid S. Miller <davem@davemloft.net>
Fri, 7 Oct 2016 01:08:13 +0000 (21:08 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 7 Oct 2016 01:08:13 +0000 (21:08 -0400)
commit073fe9bda7386b648948b32c7345f008ac00bbb8
tree4f341218d5234cfed499dc45da0ea69ee37e6cc3
parentba6747fdcc32029b6d4eb0cec8b38e2abc59a2db
parentc401ab1509c4319a3c7e5ed544e3dc855c754c1c
Merge branch 'mediatek-hw-lro-chip-id-check'

Nelson Chang says:

====================
net: ethernet: mediatek: check the hw lro capability by the chip id instead of the dtsi

The series modify to check if hw lro is supported by the chip id.

changes since v3:
- Refine mtk_is_hwlro_supported() function

changes since v2:
- Refine mtk_get_chip_id() function

changes since v1:
- Because hw lro started to be supported from MT7623, the proper way to check if the feature is capable is to judge by the chip id instead of by the dtsi.
====================

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