All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-wired-lan] [PATCH RESEND 0/3] ice: use better bitmap API
@ 2026-02-25  0:00 ` Yury Norov
  0 siblings, 0 replies; 14+ messages in thread
From: Yury Norov via Intel-wired-lan @ 2026-02-25  0:00 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
  Cc: Yury Norov, David Laight

Use better bitmap API where appropriate.

Original series:

https://lore.kernel.org/all/20251223162303.434659-1-yury.norov@gmail.com/

RESEND: rebase on top of v7.0-rc1

Yury Norov (3):
  bitmap: introduce bitmap_weighted_xor()
  ice: use bitmap_weighted_xor() in ice_find_free_recp_res_idx()
  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] 14+ messages in thread

end of thread, other threads:[~2026-03-01 15:19 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-25  0:00 [Intel-wired-lan] [PATCH RESEND 0/3] ice: use better bitmap API Yury Norov via Intel-wired-lan
2026-02-25  0:00 ` Yury Norov
2026-02-25  0:00 ` [Intel-wired-lan] [PATCH RESEND 1/3] bitmap: introduce bitmap_weighted_xor() Yury Norov via Intel-wired-lan
2026-02-25  0:00   ` Yury Norov
2026-03-01 15:19   ` [Intel-wired-lan] [RESEND, " Simon Horman
2026-03-01 15:19     ` [RESEND,1/3] " Simon Horman
2026-02-25  0:00 ` [Intel-wired-lan] [PATCH RESEND 2/3] ice: use bitmap_weighted_xor() in ice_find_free_recp_res_idx() Yury Norov via Intel-wired-lan
2026-02-25  0:00   ` Yury Norov
2026-02-25  0:00 ` [Intel-wired-lan] [PATCH RESEND 3/3] ice: use bitmap_empty() in ice_vf_has_no_qs_ena Yury Norov via Intel-wired-lan
2026-02-25  0:00   ` Yury Norov
2026-02-25 12:02 ` [Intel-wired-lan] [PATCH RESEND 0/3] ice: use better bitmap API Przemek Kitszel
2026-02-25 12:02   ` Przemek Kitszel
2026-02-25 15:41   ` [Intel-wired-lan] " Yury Norov via Intel-wired-lan
2026-02-25 15:41     ` 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.