Spdk/test/unit/lib/bdev/raid/raid1.c
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
..
Makefile test/raid1: unit tests implementation 2023-01-09 12:39:19 +00:00
raid1_ut.c raid1: read balancing 2023-05-09 17:58:11 +08:00