public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/4][pull request] Intel Wired LAN Driver Updates 2026-03-02 (ice, i40e, ixgbe)
@ 2026-03-02 23:40 Tony Nguyen
  2026-03-02 23:40 ` [PATCH net-next 1/4] ice: Make name member of struct ice_cgu_pin_desc const Tony Nguyen
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Tony Nguyen @ 2026-03-02 23:40 UTC (permalink / raw)
  To: davem, kuba, pabeni, edumazet, andrew+netdev, netdev; +Cc: Tony Nguyen

For ice:
Simon Horman adds const modifier to read only member of a struct.

For i40e:
Yury Norov removes an unneeded check of bitmap_weight().

Andy Shevchenko adds a missing include.

For ixgbe:
Aleksandr changes declaration of a bitmap to utilize DECLARE_BITMAP()
macro.
---
These originally come from this series; ice devmem/io_uring patches are
excluded while they are being updated.
https://lore.kernel.org/netdev/20260206174910.4066255-1-anthony.l.nguyen@intel.com/

The following are changes since commit 01857fc712f6469cab9cc578120cdc80f1c2a634:
  Merge branch 'net-sched-refactor-qdisc-drop-reasons-into-dedicated-tracepoint'
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 100GbE

Aleksandr Loktionov (1):
  ixgbe: refactor: use DECLARE_BITMAP for ring state field

Andy Shevchenko (1):
  i40e: Add missing header

Simon Horman (1):
  ice: Make name member of struct ice_cgu_pin_desc const

Yury Norov (NVIDIA) (1):
  i40e: drop useless bitmap_weight() call in i40e_set_rxfh_fields()

 .../net/ethernet/intel/i40e/i40e_ethtool.c    | 21 +++----
 drivers/net/ethernet/intel/i40e/i40e_hmc.h    |  2 +
 drivers/net/ethernet/intel/ice/ice_ptp_hw.h   |  2 +-
 drivers/net/ethernet/intel/ixgbe/ixgbe.h      | 27 ++++-----
 drivers/net/ethernet/intel/ixgbe/ixgbe_lib.c  |  4 +-
 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 56 +++++++++----------
 drivers/net/ethernet/intel/ixgbe/ixgbe_xsk.c  |  2 +-
 7 files changed, 56 insertions(+), 58 deletions(-)

-- 
2.47.1


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

end of thread, other threads:[~2026-03-03 22:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-02 23:40 [PATCH net-next 0/4][pull request] Intel Wired LAN Driver Updates 2026-03-02 (ice, i40e, ixgbe) Tony Nguyen
2026-03-02 23:40 ` [PATCH net-next 1/4] ice: Make name member of struct ice_cgu_pin_desc const Tony Nguyen
2026-03-02 23:41 ` [PATCH net-next 2/4] i40e: drop useless bitmap_weight() call in i40e_set_rxfh_fields() Tony Nguyen
2026-03-02 23:41 ` [PATCH net-next 3/4] i40e: Add missing header Tony Nguyen
2026-03-03  8:02   ` Andy Shevchenko
2026-03-03 16:37     ` Tony Nguyen
2026-03-03 22:55       ` Andy Shevchenko
2026-03-02 23:41 ` [PATCH net-next 4/4] ixgbe: refactor: use DECLARE_BITMAP for ring state field Tony Nguyen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox