Spdk/module/bdev/raid
Artur Paszkiewicz 706029d5be module/raid: register RAID modules
Add the ability to register RAID modules. Supported RAID levels are
determined based on the list of registered modules.

The module descriptor structure will hold the function pointers for
RAID-level specific operations.

Signed-off-by: Artur Paszkiewicz <artur.paszkiewicz@intel.com>
Change-Id: I7a579ac381f1764b427a48d1dc31260725217c4e
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/471080
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
2019-11-06 14:57:25 +00:00
..
bdev_raid_rpc.c module/raid: make raid_level an enum instead of plain integer 2019-11-01 14:34:32 +00:00
bdev_raid.c module/raid: register RAID modules 2019-11-06 14:57:25 +00:00
bdev_raid.h module/raid: register RAID modules 2019-11-06 14:57:25 +00:00
Makefile module/raid: move raid0 functions to separate file 2019-11-01 14:34:32 +00:00
raid0.c module/raid: register RAID modules 2019-11-06 14:57:25 +00:00