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)
commit33b314265683c9ef09593c3390e57ba85194f635
tree562621c7525aece0f397a1a3d3d898e9606a8a3b
parent0d59c95ea3d2e81b76cfbd2f1ff0adf00c23c8f7
parentea0fbd05d7bd3298290d3579a837311ee5ceaf18
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>