netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net-next v2 00/13][pull request] 1GbE Intel Wired LAN Driver Updates 2020-06-29
@ 2020-06-30  1:27 Jeff Kirsher
  2020-06-30  1:27 ` [net-next v2 01/13] igc: Add initial EEE support Jeff Kirsher
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: Jeff Kirsher @ 2020-06-30  1:27 UTC (permalink / raw)
  To: davem; +Cc: Jeff Kirsher, netdev, nhorman, sassmann

This series contains updates to only the igc driver.

Sasha added Energy Efficient Ethernet (EEE) support and Latency Tolerance
Reporting (LTR) support for the igc driver. Added Low Power Idle (LPI)
counters and cleaned up unused TCP segmentation counters. Removed
igc_power_down_link() and call igc_power_down_phy_copper_base()
directly. Removed unneeded copper media check. 

Andre cleaned up timestamping by removing un-supported features and
duplicate code for i225. Fixed the timestamp check on the proper flag
instead of the skb for pending transmit timestamps. Refactored
igc_ptp_set_timestamp_mode() to simply the flow.

v2: Removed the log message in patch 1 as suggested by David Miller.
    Note: The locking issue Jakub Kicinski saw in patch 5, currently
    exists in the current net-next tree, so Andre will resolve the
    locking issue in a follow-on patch.

The following are changes since commit b8483ecaf72ee9059dcca5de969781028a550f89:
  liquidio: use list_empty_careful in lio_list_delete_head
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue 1GbE

Andre Guedes (6):
  igc: Clean up Rx timestamping logic
  igc: Remove duplicate code in Tx timestamp handling
  igc: Check __IGC_PTP_TX_IN_PROGRESS instead of ptp_tx_skb
  igc: Remove UDP filter setup in PTP code
  igc: Refactor igc_ptp_set_timestamp_mode()
  igc: Fix Rx timestamp disabling

Sasha Neftin (7):
  igc: Add initial EEE support
  igc: Add initial LTR support
  igc: Add LPI counters
  igc: Remove TCP segmentation TX fail counter
  igc: Refactor the igc_power_down_link()
  igc: Remove unneeded check for copper media type
  igc: Remove checking media type during MAC initialization

 drivers/net/ethernet/intel/igc/igc.h         |   7 +-
 drivers/net/ethernet/intel/igc/igc_defines.h |  39 ++-
 drivers/net/ethernet/intel/igc/igc_ethtool.c |  95 +++++++
 drivers/net/ethernet/intel/igc/igc_hw.h      |   1 +
 drivers/net/ethernet/intel/igc/igc_i225.c    | 156 +++++++++++
 drivers/net/ethernet/intel/igc/igc_i225.h    |   3 +
 drivers/net/ethernet/intel/igc/igc_mac.c     |  16 +-
 drivers/net/ethernet/intel/igc/igc_main.c    |  48 ++--
 drivers/net/ethernet/intel/igc/igc_ptp.c     | 256 +++++--------------
 drivers/net/ethernet/intel/igc/igc_regs.h    |  16 +-
 10 files changed, 414 insertions(+), 223 deletions(-)

-- 
2.26.2


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2020-06-30 19:35 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-30  1:27 [net-next v2 00/13][pull request] 1GbE Intel Wired LAN Driver Updates 2020-06-29 Jeff Kirsher
2020-06-30  1:27 ` [net-next v2 01/13] igc: Add initial EEE support Jeff Kirsher
2020-06-30  1:27 ` [net-next v2 02/13] igc: Add initial LTR support Jeff Kirsher
2020-06-30  1:27 ` [net-next v2 03/13] igc: Clean up Rx timestamping logic Jeff Kirsher
2020-06-30  1:27 ` [net-next v2 04/13] igc: Remove duplicate code in Tx timestamp handling Jeff Kirsher
2020-06-30  1:27 ` [net-next v2 05/13] igc: Check __IGC_PTP_TX_IN_PROGRESS instead of ptp_tx_skb Jeff Kirsher
2020-06-30  1:27 ` [net-next v2 06/13] igc: Remove UDP filter setup in PTP code Jeff Kirsher
2020-06-30  1:27 ` [net-next v2 07/13] igc: Refactor igc_ptp_set_timestamp_mode() Jeff Kirsher
2020-06-30  1:27 ` [net-next v2 08/13] igc: Fix Rx timestamp disabling Jeff Kirsher
2020-06-30  1:27 ` [net-next v2 09/13] igc: Add LPI counters Jeff Kirsher
2020-06-30  1:27 ` [net-next v2 10/13] igc: Remove TCP segmentation TX fail counter Jeff Kirsher
2020-06-30  1:27 ` [net-next v2 11/13] igc: Refactor the igc_power_down_link() Jeff Kirsher
2020-06-30  1:27 ` [net-next v2 12/13] igc: Remove unneeded check for copper media type Jeff Kirsher
2020-06-30  1:27 ` [net-next v2 13/13] igc: Remove checking media type during MAC initialization Jeff Kirsher
2020-06-30 19:34 ` [net-next v2 00/13][pull request] 1GbE Intel Wired LAN Driver Updates 2020-06-29 David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).