Spdk/lib/ftl
Wojciech Malikowski 5c3591c72e ftl: Added initialization module
This patch adds OCSSD device initialization consisting of the
following:
 * retrieving SSD's geometry and its state
 * verifying configuration
 * initializing core structures (L2P, bands, write buffer, write
 pointers, bad block tables, etc)
 * initializing threads

Change-Id: Ieb643f78035702e834b9ef7830a3db215e35bfb7
Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com>
Signed-off-by: Wojciech Malikowski <wojciech.malikowski@intel.com>
Signed-off-by: Jakub Radtke <jakub.radtke@intel.com>
Signed-off-by: Mateusz Kozlowski <mateusz.kozlowski@intel.com>
Reviewed-on: https://review.gerrithub.io/c/431326
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
2019-01-18 18:58:04 +00:00
..
ftl_anm.c ftl: Gathering asynchronous NAND management events 2019-01-11 09:15:39 +00:00
ftl_anm.h ftl: Gathering asynchronous NAND management events 2019-01-11 09:15:39 +00:00
ftl_band.c ftl: Added relocate module 2019-01-11 09:15:39 +00:00
ftl_band.h ftl: Initial implementation 2019-01-11 09:15:39 +00:00
ftl_core.c ftl: Added initialization module 2019-01-18 18:58:04 +00:00
ftl_core.h ftl: Added initialization module 2019-01-18 18:58:04 +00:00
ftl_debug.c ftl: Initial implementation 2019-01-11 09:15:39 +00:00
ftl_debug.h ftl: Initial implementation 2019-01-11 09:15:39 +00:00
ftl_init.c ftl: Added initialization module 2019-01-18 18:58:04 +00:00
ftl_io.c ftl: Initial implementation 2019-01-11 09:15:39 +00:00
ftl_io.h ftl: Initial implementation 2019-01-11 09:15:39 +00:00
ftl_ppa.h ftl: Initial implementation 2019-01-11 09:15:39 +00:00
ftl_reloc.c ftl: Added relocate module 2019-01-11 09:15:39 +00:00
ftl_reloc.h ftl: Added relocate module 2019-01-11 09:15:39 +00:00
ftl_restore.c ftl: Restore state from the SSD 2019-01-17 20:58:57 +00:00
ftl_rwb.c ftl: Initial implementation 2019-01-11 09:15:39 +00:00
ftl_rwb.h ftl: Initial implementation 2019-01-11 09:15:39 +00:00
ftl_trace.h ftl: Added initialization module 2019-01-18 18:58:04 +00:00
Makefile ftl: Added initialization module 2019-01-18 18:58:04 +00:00