]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch '1GbE' of https://github.com/anguy11/next-queue
authorDavid S. Miller <davem@davemloft.net>
Mon, 28 Sep 2020 21:54:13 +0000 (14:54 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Sep 2020 21:54:13 +0000 (14:54 -0700)
commit5496865a3cd877775d3476fd3b4f1a06a3c572b3
treede15edae9a4a4fbe16d85e7fb415925dc5635e64
parent86bffd530de643fccaa84a7d0333e846978f564f
parent564635019397494912699ffe8e528e9b573f100d
Merge branch '1GbE' of https://github.com/anguy11/next-queue

Tony Nguyen says:

====================
1GbE Intel Wired LAN Driver Updates 2020-09-28

This series contains updates to igb, igc, and e1000e drivers.

Sven Auhagen adds XDP support for igb.

Gal Hammer allows for 82576 to display part number string correctly for
igb.

Sasha adds device IDs for i221 and i226 parts. Exposes LPI counters and
removes unused fields in structures for igc. He also adds Meteor Lake
support for e1000e.

For igc, Andre renames IGC_TSYNCTXCTL_VALID to IGC_TSYNCTXCTL_TXTT_0 to
match the datasheet and adds a warning if it's not set when expected.
Removes the PTP Tx timestamp check in igc_ptp_tx_work() as it's already
checked in the watchdog_task. Cleans up some code by removing invalid error
bits, renaming a bit to match datasheet naming, and removing a, now
unneeded, macro.

Vinicius makes changes for igc PTP: removes calling SYSTIMR to latch timer
value, stores PTP time before a reset, and rejects schedules with times in
the future.

v2: Remove 'inline' from igb_xdp_tx_queue_mapping() and igb_rx_offset()
for patch 1
====================

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