All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v3 0/6][pull request] Intel Wired LAN Driver Updates 2022-11-23 (ice)
@ 2022-11-23 23:06 Tony Nguyen
  2022-11-23 23:06 ` [PATCH net-next v3 1/6] ice: Check for PTP HW lock more frequently Tony Nguyen
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Tony Nguyen @ 2022-11-23 23:06 UTC (permalink / raw)
  To: davem, kuba, pabeni, edumazet; +Cc: Tony Nguyen, netdev

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

The following are changes since commit e80bd08fd75a644e2337fb535c1afdb6417357ff:
  sfc: ensure type is valid before updating seen_gen
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 100GbE

Anatolii Gerasymenko (1):
  ice: Use ICE_RLAN_BASE_S instead of magic number

Benjamin Mikailenko (2):
  ice: Accumulate HW and Netdev statistics over reset
  ice: Accumulate ring statistics over reset

Brett Creeley (1):
  ice: Remove and replace ice speed defines with ethtool.h versions

Karol Kolacinski (1):
  ice: Check for PTP HW lock more frequently

Marcin Szycik (1):
  ice: Fix configuring VIRTCHNL_OP_CONFIG_VSI_QUEUES with unbalanced
    queues

 drivers/net/ethernet/intel/ice/ice.h          |   7 +
 drivers/net/ethernet/intel/ice/ice_base.c     |   2 +-
 drivers/net/ethernet/intel/ice/ice_common.c   |  41 ++-
 drivers/net/ethernet/intel/ice/ice_common.h   |   1 +
 drivers/net/ethernet/intel/ice/ice_dcb_lib.c  |   3 +
 drivers/net/ethernet/intel/ice/ice_ethtool.c  |  12 +-
 .../net/ethernet/intel/ice/ice_lan_tx_rx.h    |  12 -
 drivers/net/ethernet/intel/ice/ice_lib.c      | 272 +++++++++++++++---
 drivers/net/ethernet/intel/ice/ice_main.c     |  96 +++++--
 drivers/net/ethernet/intel/ice/ice_ptp_hw.c   |  12 +-
 drivers/net/ethernet/intel/ice/ice_repr.c     |  10 +-
 drivers/net/ethernet/intel/ice/ice_txrx.c     |  40 ++-
 drivers/net/ethernet/intel/ice/ice_txrx.h     |  18 +-
 drivers/net/ethernet/intel/ice/ice_txrx_lib.c |   2 +-
 drivers/net/ethernet/intel/ice/ice_vf_mbx.c   |  92 ++----
 drivers/net/ethernet/intel/ice/ice_virtchnl.c |  37 ++-
 drivers/net/ethernet/intel/ice/ice_xsk.c      |  25 +-
 17 files changed, 482 insertions(+), 200 deletions(-)

-- 
2.35.1


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

end of thread, other threads:[~2022-11-25 10:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-23 23:06 [PATCH net-next v3 0/6][pull request] Intel Wired LAN Driver Updates 2022-11-23 (ice) Tony Nguyen
2022-11-23 23:06 ` [PATCH net-next v3 1/6] ice: Check for PTP HW lock more frequently Tony Nguyen
2022-11-23 23:06 ` [PATCH net-next v3 2/6] ice: Remove and replace ice speed defines with ethtool.h versions Tony Nguyen
2022-11-23 23:06 ` [PATCH net-next v3 3/6] ice: Accumulate HW and Netdev statistics over reset Tony Nguyen
2022-11-23 23:06 ` [PATCH net-next v3 4/6] ice: Accumulate ring " Tony Nguyen
2022-11-23 23:06 ` [PATCH net-next v3 5/6] ice: Fix configuring VIRTCHNL_OP_CONFIG_VSI_QUEUES with unbalanced queues Tony Nguyen
2022-11-23 23:06 ` [PATCH net-next v3 6/6] ice: Use ICE_RLAN_BASE_S instead of magic number Tony Nguyen
2022-11-25 10:50 ` [PATCH net-next v3 0/6][pull request] Intel Wired LAN Driver Updates 2022-11-23 (ice) patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.