Spdk/test/unit/lib/bdev/raid
Krzysztof Smolinski 4d783e7255 raid1: read balancing
Reads for raid1 bdevs are balanced. Algorithm tries to evenly distribute
load by sending read I/O to all base bdevs following round-robin, but
skiping base bdev that processed most data so far.

Signed-off-by: Krzysztof Smolinski <krzysztof.smolinski@intel.com>
Change-Id: I7d85411a6421bd7352031efb562ee95f2c612011
2023-05-09 17:58:11 +08:00
..
bdev_raid.c module/raid: add raid_bdev ptr to raid_base_bdev_info 2023-05-09 17:58:11 +08:00
concat.c bdev: remove spdk_bdev_ext_io_opts from spdk_bdev_io 2023-02-16 10:09:35 +00:00
raid1.c raid1: read balancing 2023-05-09 17:58:11 +08:00
raid5f.c raid5f: degraded io support 2023-05-09 17:58:11 +08:00
common.c module/raid: data offset and data size implementation 2023-05-09 17:58:11 +08:00
Makefile test/raid1: unit tests implementation 2023-01-09 12:39:19 +00:00