All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Nguyen <anthony.l.nguyen@intel.com>
To: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com,
	edumazet@google.com, netdev@vger.kernel.org
Cc: Tony Nguyen <anthony.l.nguyen@intel.com>
Subject: [PATCH net 0/3][pull request] Intel Wired LAN Driver Updates 2024-03-06 (igc, igb, ice)
Date: Wed,  6 Mar 2024 10:26:11 -0800	[thread overview]
Message-ID: <20240306182617.625932-1-anthony.l.nguyen@intel.com> (raw)

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

Vinicius removes double clearing of interrupt register which could cause
timestamp events to be missed on igc and igb.

Przemek corrects calculation of statistics which caused incorrect spikes
in reporting for ice driver.

The following are changes since commit c055fc00c07be1f0df7375ab0036cebd1106ed38:
  net/rds: fix WARNING in rds_conn_connect_if_down
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 1GbE

Przemek Kitszel (1):
  ice: fix stats being updated by way too large values

Vinicius Costa Gomes (2):
  igc: Fix missing time sync events
  igb: Fix missing time sync events

 drivers/net/ethernet/intel/ice/ice_main.c | 24 +++++++++++------------
 drivers/net/ethernet/intel/igb/igb_main.c | 23 +++++-----------------
 drivers/net/ethernet/intel/igc/igc_main.c | 12 +-----------
 3 files changed, 17 insertions(+), 42 deletions(-)

-- 
2.41.0


             reply	other threads:[~2024-03-06 18:26 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-06 18:26 Tony Nguyen [this message]
2024-03-06 18:26 ` [PATCH net 1/3] igc: Fix missing time sync events Tony Nguyen
2024-03-06 18:26 ` [PATCH net 2/3] igb: " Tony Nguyen
2024-03-06 18:26 ` [PATCH net 3/3] ice: fix stats being updated by way too large values Tony Nguyen
2024-03-08 19:40 ` [PATCH net 0/3][pull request] Intel Wired LAN Driver Updates 2024-03-06 (igc, igb, ice) patchwork-bot+netdevbpf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240306182617.625932-1-anthony.l.nguyen@intel.com \
    --to=anthony.l.nguyen@intel.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.