All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-wired-lan] [PATCH 0/3] ice: use better bitmap API
@ 2025-12-23 16:22 ` Yury Norov (NVIDIA)
  0 siblings, 0 replies; 16+ messages in thread
From: Yury Norov (NVIDIA) @ 2025-12-23 16:22 UTC (permalink / raw)
  To: Tony Nguyen, Przemek Kitszel, Andrew Lunn, David S. Miller,
	Eric Dumazet, Jakub Kicinski, Paolo Abeni, Yury Norov,
	Rasmus Villemoes, Andrew Morton, intel-wired-lan, netdev,
	linux-kernel

Use better bitmap API where appropriate.

Yury Norov (NVIDIA) (3):
  bitmap_weighted_xor()
  ice: use bitmap_weighted_xor()
  ice: use bitmap_empty() in ice_vf_has_no_qs_ena

 drivers/net/ethernet/intel/ice/ice_switch.c |  4 +---
 drivers/net/ethernet/intel/ice/ice_vf_lib.c |  4 ++--
 include/linux/bitmap.h                      | 14 ++++++++++++++
 lib/bitmap.c                                |  7 +++++++
 4 files changed, 24 insertions(+), 5 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2026-02-24 22:50 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-23 16:22 [Intel-wired-lan] [PATCH 0/3] ice: use better bitmap API Yury Norov (NVIDIA)
2025-12-23 16:22 ` Yury Norov (NVIDIA)
2025-12-23 16:23 ` [Intel-wired-lan] [PATCH 1/3] bitmap: introduce bitmap_weighted_xor() Yury Norov (NVIDIA)
2025-12-23 16:23   ` Yury Norov (NVIDIA)
2025-12-23 16:23 ` [Intel-wired-lan] [PATCH 2/3] ice: use bitmap_weighted_xor() in ice_find_free_recp_res_idx() Yury Norov (NVIDIA)
2025-12-23 16:23   ` Yury Norov (NVIDIA)
2025-12-23 19:08   ` [Intel-wired-lan] " David Laight
2025-12-23 19:08     ` David Laight
2026-02-22 17:59     ` [Intel-wired-lan] " Yury Norov via Intel-wired-lan
2026-02-22 17:59       ` Yury Norov
2026-02-24 22:50       ` [Intel-wired-lan] " Tony Nguyen
2026-02-24 22:50         ` Tony Nguyen
2025-12-23 16:23 ` [Intel-wired-lan] [PATCH 3/3] ice: use bitmap_empty() in ice_vf_has_no_qs_ena Yury Norov (NVIDIA)
2025-12-23 16:23   ` Yury Norov (NVIDIA)
2026-02-22 18:00 ` [Intel-wired-lan] [PATCH 0/3] ice: use better bitmap API Yury Norov via Intel-wired-lan
2026-02-22 18:00   ` Yury Norov

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.