Spdk/module/bdev/raid
Artur Paszkiewicz 7131bec415 raid5f: full stripe writes
Implement support for full stripe writes without parity calculation.

The size and alignment of write IOs must be a multiple of full stripe
size. To reflect this, the raid bdev's write_unit_size is set
accordingly. We rely on the bdev layer to split larger IOs based on
that.

Signed-off-by: Artur Paszkiewicz <artur.paszkiewicz@intel.com>
Change-Id: I6940280ad870f3bd678fd19346b06ba4bdadd52e
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/7702
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Community-CI: Mellanox Build Bot
Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
2022-09-29 22:52:45 +00:00
..
bdev_raid_rpc.c Replace most BSD 3-clause license text with SPDX identifier. 2022-06-09 07:35:12 +00:00
bdev_raid.c module/raid: support for raid module private io channel 2022-09-29 22:52:45 +00:00
bdev_raid.h raid5f: full stripe writes 2022-09-29 22:52:45 +00:00
concat.c raid/concat: update bdev readv/writev to ext API. 2022-07-14 09:46:56 +00:00
Makefile module/raid: raid5: rename to raid5f 2022-07-27 08:51:21 +00:00
raid0.c bdev/raid: fix flush on raid0 2022-09-14 07:44:19 +00:00
raid5f.c raid5f: full stripe writes 2022-09-29 22:52:45 +00:00