netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3][pull request] Intel Wired LAN Driver Updates 2023-08-24 (igc, e1000e)
@ 2023-08-24 20:44 Tony Nguyen
  2023-08-24 20:44 ` [PATCH net-next 1/3] igc: Add support for multiple in-flight TX timestamps Tony Nguyen
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Tony Nguyen @ 2023-08-24 20:44 UTC (permalink / raw)
  To: davem, kuba, pabeni, edumazet, netdev; +Cc: Tony Nguyen, sasha.neftin

This series contains updates to igc and e1000e drivers.

Vinicius adds support for utilizing multiple PTP registers on igc.

Sasha reduces interval time for PTM on igc and adds new device support
on e1000e.

The following are changes since commit 35b4b6d0c53a3872e846dbcda9074117efdc078a:
  docs: netdev: recommend against --in-reply-to
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 1GbE

Sasha Neftin (2):
  igc: Decrease PTM short interval from 10 us to 1 us
  e1000e: Add support for the next LOM generation

Vinicius Costa Gomes (1):
  igc: Add support for multiple in-flight TX timestamps

 drivers/net/ethernet/intel/e1000e/ethtool.c  |   2 +
 drivers/net/ethernet/intel/e1000e/hw.h       |   3 +
 drivers/net/ethernet/intel/e1000e/ich8lan.c  |   7 +
 drivers/net/ethernet/intel/e1000e/netdev.c   |   4 +
 drivers/net/ethernet/intel/e1000e/ptp.c      |   1 +
 drivers/net/ethernet/intel/igc/igc.h         |  18 +-
 drivers/net/ethernet/intel/igc/igc_base.h    |   3 +
 drivers/net/ethernet/intel/igc/igc_defines.h |   9 +-
 drivers/net/ethernet/intel/igc/igc_main.c    |  41 ++++-
 drivers/net/ethernet/intel/igc/igc_ptp.c     | 174 +++++++++++++------
 drivers/net/ethernet/intel/igc/igc_regs.h    |  12 ++
 11 files changed, 210 insertions(+), 64 deletions(-)

-- 
2.38.1


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

end of thread, other threads:[~2023-08-26  2:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-24 20:44 [PATCH net-next 0/3][pull request] Intel Wired LAN Driver Updates 2023-08-24 (igc, e1000e) Tony Nguyen
2023-08-24 20:44 ` [PATCH net-next 1/3] igc: Add support for multiple in-flight TX timestamps Tony Nguyen
2023-08-24 20:44 ` [PATCH net-next 2/3] igc: Decrease PTM short interval from 10 us to 1 us Tony Nguyen
2023-08-24 20:44 ` [PATCH net-next 3/3] e1000e: Add support for the next LOM generation Tony Nguyen
2023-08-26  2:20 ` [PATCH net-next 0/3][pull request] Intel Wired LAN Driver Updates 2023-08-24 (igc, e1000e) patchwork-bot+netdevbpf

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