]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'atl1c-support-for-Mikrotik-10-25G-NIC-features'
authorDavid S. Miller <davem@davemloft.net>
Thu, 13 May 2021 22:48:11 +0000 (15:48 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 13 May 2021 22:48:11 +0000 (15:48 -0700)
commitb53bfe9c2ea02d5c7cb30fc292bce4fdcda54296
tree562621c7525aece0f397a1a3d3d898e9606a8a3b
parent2987a84bd628ff54cd3b8cd8b966ab984462ac69
parentfe6e8d217cc8ac85d0b0d514f686c84e6f53658d
Merge branch 'atl1c-support-for-Mikrotik-10-25G-NIC-features'

Gatis Peisenieks says:

====================
atl1c: support for Mikrotik 10/25G NIC features

The new Mikrotik 10/25G NIC maintains compatibility with existing atl1c
driver. However it does have new features.

This patch set adds support for reporting cards higher link speed, max-mtu,
enables rx csum offload and improves tx performance.

v2:
    - fixed xmit_more handling as pointed out by Eric Dumazet
    - added a more reliable link detection on Mikrotik 10/25G NIC
      since MDIO op emulation can occasionally fail
Guangbin Huang says:
====================

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