All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/5][pull request] Intel Wired LAN Driver Updates 2021-08-27
@ 2021-08-27 20:43 Tony Nguyen
  2021-08-27 20:43 ` [PATCH net 1/5] ice: fix Tx queue iteration for Tx timestamp enablement Tony Nguyen
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Tony Nguyen @ 2021-08-27 20:43 UTC (permalink / raw)
  To: davem, kuba; +Cc: Tony Nguyen, netdev, richardcochran

This series contains updates to ice driver only.

Jake corrects the iterator used for looping Tx timestamp and removes
dead code related to pin configuration. He also adds locking around
flushing of the Tx tracker and restarts the periodic clock following
time changes.

Brett corrects the locking around updating netdev dev_addr.

The following are changes since commit 5fe2a6b4344cbb2120d6d81e371b7ec8e75f03e2:
  Merge tag 'mlx5-fixes-2021-08-26' 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/net-queue 100GbE

Brett Creeley (1):
  ice: Only lock to update netdev dev_addr

Jacob Keller (4):
  ice: fix Tx queue iteration for Tx timestamp enablement
  ice: remove dead code for allocating pin_config
  ice: add lock around Tx timestamp tracker flush
  ice: restart periodic outputs around time changes

 drivers/net/ethernet/intel/ice/ice_main.c | 13 +++--
 drivers/net/ethernet/intel/ice/ice_ptp.c  | 66 ++++++++++++++++++-----
 2 files changed, 63 insertions(+), 16 deletions(-)

-- 
2.26.2


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

end of thread, other threads:[~2021-08-30 19:21 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-27 20:43 [PATCH net 0/5][pull request] Intel Wired LAN Driver Updates 2021-08-27 Tony Nguyen
2021-08-27 20:43 ` [PATCH net 1/5] ice: fix Tx queue iteration for Tx timestamp enablement Tony Nguyen
2021-08-27 20:43 ` [PATCH net 2/5] ice: remove dead code for allocating pin_config Tony Nguyen
2021-08-28  0:43   ` Jakub Kicinski
2021-08-30 19:21     ` Keller, Jacob E
2021-08-27 20:43 ` [PATCH net 3/5] ice: add lock around Tx timestamp tracker flush Tony Nguyen
2021-08-27 20:43 ` [PATCH net 4/5] ice: restart periodic outputs around time changes Tony Nguyen
2021-08-27 20:43 ` [PATCH net 5/5] ice: Only lock to update netdev dev_addr Tony Nguyen
2021-08-28 11:40 ` [PATCH net 0/5][pull request] Intel Wired LAN Driver Updates 2021-08-27 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.