public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] ice: use better bitmap API
@ 2026-03-02  1:11 Yury Norov
  2026-03-02  1:11 ` [PATCH v2 1/4] bitmap: introduce bitmap_weighted_xor() Yury Norov
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Yury Norov @ 2026-03-02  1:11 UTC (permalink / raw)
  To: Tony Nguyen, David S. Miller, Thomas Hellström, Andrew Lunn,
	Andrew Morton, David Airlie, Eric Dumazet, Jakub Kicinski,
	Matthew Brost, Paolo Abeni, Przemek Kitszel, Rodrigo Vivi,
	Simona Vetter, Yury Norov, Rasmus Villemoes, dri-devel, intel-xe,
	linux-kernel, netdev, intel-wired-lan
  Cc: Yury Norov, Simon Horman, David Laight

Use better bitmap API where appropriate. Patches #3,4 may be applied
separately.

v1: https://lore.kernel.org/all/20251223162303.434659-1-yury.norov@gmail.com/
v2:
 - new v2#4;
 - add documentation line (Simon);

Yury Norov (4):
  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
  drm/xe: switch xe_pagefault_queue_init() to using bitmap_weighted_or()

 drivers/gpu/drm/xe/xe_pagefault.c           |  3 +--
 drivers/net/ethernet/intel/ice/ice_switch.c |  4 +---
 drivers/net/ethernet/intel/ice/ice_vf_lib.c |  4 ++--
 include/linux/bitmap.h                      | 15 +++++++++++++++
 lib/bitmap.c                                |  7 +++++++
 5 files changed, 26 insertions(+), 7 deletions(-)

-- 
2.43.0


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

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

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-02  1:11 [PATCH v2 0/4] ice: use better bitmap API Yury Norov
2026-03-02  1:11 ` [PATCH v2 1/4] bitmap: introduce bitmap_weighted_xor() Yury Norov
2026-03-02  7:12   ` [Intel-wired-lan] " Loktionov, Aleksandr
2026-03-02  1:11 ` [PATCH v2 2/4] ice: use bitmap_weighted_xor() in ice_find_free_recp_res_idx() Yury Norov
2026-03-02  7:13   ` [Intel-wired-lan] " Loktionov, Aleksandr
2026-03-02  1:11 ` [PATCH v2 3/4] ice: use bitmap_empty() in ice_vf_has_no_qs_ena Yury Norov
2026-03-02  7:14   ` [Intel-wired-lan] " Loktionov, Aleksandr
2026-03-02  1:11 ` [PATCH v2 4/4] drm/xe: switch xe_pagefault_queue_init() to using bitmap_weighted_or() Yury Norov
2026-03-02  7:14   ` [Intel-wired-lan] " Loktionov, Aleksandr
2026-03-02 19:49   ` Matthew Brost
2026-03-04 11:43   ` Simon Horman
2026-03-05 22:40     ` Tony Nguyen
2026-03-02 23:01 ` [PATCH v2 0/4] ice: use better bitmap API Jacob Keller

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