Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next...
authorDavid S. Miller <davem@davemloft.net>
Fri, 25 Nov 2022 10:46:22 +0000 (10:46 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 25 Nov 2022 10:46:22 +0000 (10:46 +0000)
commita6e3d86ece0b42a571a11055ace5c3148cb7ce76
tree96acc146e0daf3c88920fb7e7860331275a92a23
parentbed6e86593448c0581e4444cfb711e17575aac6a
parent60aeca6dc47493a681199f8f53fabd5b96adfa44
Merge branch '100GbE' of git://git./linux/kernel/git/tnguy/next-queue

Tony Nguyen says:

====================
Intel Wired LAN Driver Updates 2022-11-23 (ice)

This series contains updates to ice driver only.

Karol adjusts check of PTP hardware to wait longer but check more often.

Brett removes use of driver defined link speed; instead using the values
from ethtool.h, utilizing static tables for indexing.

Ben adds tracking of stats in order to accumulate reported statistics that
were previously reset by hardware.

Marcin fixes issues setting RXDID when queues are asymmetric.

Anatolii re-introduces use of define over magic number; ICE_RLAN_BASE_S.
---
v3:
 - Dropped, previous, patch 2
v2:
Patch 5
 - Convert some allocations to non-managed
 - Remove combined error checking; add error checks for each call
 - Remove excess NULL checks
 - Remove unnecessary NULL sets and newlines
====================

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