netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/7][pull request] 100GbE Intel Wired LAN Driver Updates 2022-11-14 (ice)
@ 2022-11-14 23:42 Tony Nguyen
  2022-11-14 23:42 ` [PATCH net-next 1/7] ice: Check for PTP HW lock more frequently Tony Nguyen
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Tony Nguyen @ 2022-11-14 23:42 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.
He also removes waiting for PTP lock when getting time values.

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.

The following are changes since commit f12ed9c04804eec4f1819097a0fd0b4800adac2f:
  Merge tag 'mlx5-updates-2022-11-12' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
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 (2):
  ice: Check for PTP HW lock more frequently
  ice: Remove gettime HW semaphore

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      | 295 +++++++++++++++---
 drivers/net/ethernet/intel/ice/ice_main.c     |  98 ++++--
 drivers/net/ethernet/intel/ice/ice_ptp.c      |  31 +-
 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 +-
 18 files changed, 511 insertions(+), 227 deletions(-)

-- 
2.35.1


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

end of thread, other threads:[~2022-11-16 23:35 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-14 23:42 [PATCH net-next 0/7][pull request] 100GbE Intel Wired LAN Driver Updates 2022-11-14 (ice) Tony Nguyen
2022-11-14 23:42 ` [PATCH net-next 1/7] ice: Check for PTP HW lock more frequently Tony Nguyen
2022-11-14 23:42 ` [PATCH net-next 2/7] ice: Remove gettime HW semaphore Tony Nguyen
2022-11-14 23:42 ` [PATCH net-next 3/7] ice: Remove and replace ice speed defines with ethtool.h versions Tony Nguyen
2022-11-14 23:42 ` [PATCH net-next 4/7] ice: Accumulate HW and Netdev statistics over reset Tony Nguyen
2022-11-14 23:42 ` [PATCH net-next 5/7] ice: Accumulate ring " Tony Nguyen
2022-11-16  5:02   ` Jakub Kicinski
2022-11-16 23:34     ` Benjamin Mikailenko
2022-11-14 23:42 ` [PATCH net-next 6/7] ice: Fix configuring VIRTCHNL_OP_CONFIG_VSI_QUEUES with unbalanced queues Tony Nguyen
2022-11-14 23:42 ` [PATCH net-next 7/7] ice: Use ICE_RLAN_BASE_S instead of magic number Tony Nguyen

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).