All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/6][pull request] 10GbE Intel Wired LAN Driver Updates 2022-06-09
@ 2022-06-09 17:12 Tony Nguyen
  2022-06-09 17:12 ` [PATCH net-next 1/6] drivers, ixgbe: export vf statistics Tony Nguyen
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Tony Nguyen @ 2022-06-09 17:12 UTC (permalink / raw)
  To: davem, kuba, pabeni, edumazet; +Cc: Tony Nguyen, netdev

This series contains updates to misc Intel drivers.

Maximilian Heyne adds reporting of VF statistics on ixgbe via iproute2
interface.

Kai-Heng Feng removes duplicate defines from igb.

Jiaqing Zhao fixes typos in e1000, ixgb, and ixgbe drivers.

Julia Lawall fixes typos for fm10k, ixgbe, and ice drivers.

The following are changes since commit 263efe85a4b618037e1003c9636562d6cbb5f9f3:
  net: macb: change return type for gem_ptp_set_one_step_sync()
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 10GbE

Jiaqing Zhao (3):
  e1000: Fix typos in comments
  ixgb: Fix typos in comments
  ixgbe: Fix typos in comments

Julia Lawall (1):
  drivers/net/ethernet/intel: fix typos in comments

Kai-Heng Feng (1):
  igb: Remove duplicate defines

Maximilian Heyne (1):
  drivers, ixgbe: export vf statistics

 drivers/net/ethernet/intel/e1000/e1000_hw.c   |  4 +-
 drivers/net/ethernet/intel/fm10k/fm10k_mbx.c  |  2 +-
 drivers/net/ethernet/intel/ice/ice_lib.c      |  2 +-
 .../net/ethernet/intel/igb/e1000_defines.h    |  3 -
 drivers/net/ethernet/intel/igb/e1000_regs.h   |  1 -
 drivers/net/ethernet/intel/ixgb/ixgb_hw.c     |  4 +-
 drivers/net/ethernet/intel/ixgbe/ixgbe.h      | 34 ++++++++
 .../net/ethernet/intel/ixgbe/ixgbe_82598.c    |  2 +-
 .../net/ethernet/intel/ixgbe/ixgbe_common.c   |  2 +-
 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 86 +++++++++++++++++++
 .../net/ethernet/intel/ixgbe/ixgbe_sriov.c    |  2 +-
 drivers/net/ethernet/intel/ixgbe/ixgbe_type.h |  7 ++
 12 files changed, 136 insertions(+), 13 deletions(-)

-- 
2.35.1


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

end of thread, other threads:[~2022-06-11  5:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-09 17:12 [PATCH net-next 0/6][pull request] 10GbE Intel Wired LAN Driver Updates 2022-06-09 Tony Nguyen
2022-06-09 17:12 ` [PATCH net-next 1/6] drivers, ixgbe: export vf statistics Tony Nguyen
2022-06-09 17:12 ` [PATCH net-next 2/6] igb: Remove duplicate defines Tony Nguyen
2022-06-09 17:12 ` [PATCH net-next 3/6] e1000: Fix typos in comments Tony Nguyen
2022-06-09 17:12 ` [PATCH net-next 4/6] ixgb: " Tony Nguyen
2022-06-09 17:12 ` [PATCH net-next 5/6] ixgbe: " Tony Nguyen
2022-06-09 17:12 ` [PATCH net-next 6/6] drivers/net/ethernet/intel: fix " Tony Nguyen
2022-06-11  5:20 ` [PATCH net-next 0/6][pull request] 10GbE Intel Wired LAN Driver Updates 2022-06-09 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.