public inbox for linux-block@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Enable testing small DMA segment sizes
@ 2026-03-23 20:29 Bart Van Assche
  2026-03-23 20:29 ` [PATCH 1/2] block: Reduce BLK_MIN_SEGMENT_SIZE Bart Van Assche
  2026-03-23 20:29 ` [PATCH 2/2] null_blk: Support configuring the maximum segment size Bart Van Assche
  0 siblings, 2 replies; 4+ messages in thread
From: Bart Van Assche @ 2026-03-23 20:29 UTC (permalink / raw)
  To: Jens Axboe
  Cc: linux-block, Christoph Hellwig, Damien Le Moal, Bart Van Assche

Hi Jens,

About one year ago support was merged for DMA segment sizes smaller than the
virtual memory page size. No blktests exist yet for the new codepaths related
to small segment size support. This patch series makes it possible to test
these code paths on a system (e.g. a VM) with 4 KiB pages.

The corresponding blktest patch is available here:
https://lore.kernel.org/linux-block/20260323200751.1238583-1-bvanassche@acm.org/

Please consider this patch series for the next merge window.

Thanks,

Bart.

Bart Van Assche (2):
  block: Reduce BLK_MIN_SEGMENT_SIZE
  null_blk: Support configuring the maximum segment size

 block/blk.h                       |  2 +-
 drivers/block/null_blk/main.c     | 13 +++++++++++++
 drivers/block/null_blk/null_blk.h |  1 +
 3 files changed, 15 insertions(+), 1 deletion(-)


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

end of thread, other threads:[~2026-03-24 20:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-23 20:29 [PATCH 0/2] Enable testing small DMA segment sizes Bart Van Assche
2026-03-23 20:29 ` [PATCH 1/2] block: Reduce BLK_MIN_SEGMENT_SIZE Bart Van Assche
2026-03-23 20:29 ` [PATCH 2/2] null_blk: Support configuring the maximum segment size Bart Van Assche
2026-03-24 20:10   ` Damien Le Moal

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