Spdk/test/unit/lib/bdev
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_zone.c Replace most BSD 3-clause license text with SPDX identifier. 2022-06-09 07:35:12 +00:00
bdev.c bdev: split writes based on write_unit_size 2022-09-29 22:52:45 +00:00
compress.c check_format: For C files only, fix return type breaks 2022-06-27 09:33:48 +00:00
crypto.c check_format: For C files only, fix return type breaks 2022-06-27 09:33:48 +00:00
gpt Replace most BSD 3-clause license text with SPDX identifier. 2022-06-09 07:35:12 +00:00
mt bdev: send bdev reset based on outstanding IO and a new timeout parameter 2022-09-22 19:18:30 +00:00
nvme accel: Refer to plugins as 'modules' instead of 'engines' 2022-09-21 08:17:48 +00:00
part.c UT/bdev/part.c:add the test of function spdk_bdev_part_free() 2022-09-20 10:17:57 +00:00
pmem Replace most BSD 3-clause license text with SPDX identifier. 2022-06-09 07:35:12 +00:00
raid raid5f: full stripe writes 2022-09-29 22:52:45 +00:00
scsi_nvme.c Replace most BSD 3-clause license text with SPDX identifier. 2022-06-09 07:35:12 +00:00
vbdev_lvol.c vbdev_lvol: Implement SEEK_[DATA,HOLE] io type 2022-09-15 08:23:56 +00:00
vbdev_zone_block.c check_format: For C files only, fix return type breaks 2022-06-27 09:33:48 +00:00
Makefile Replace most BSD 3-clause license text with SPDX identifier. 2022-06-09 07:35:12 +00:00