2022-06-22 12:54:05 +00:00
|
|
|
/* SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
* Copyright (c) Intel Corporation.
|
|
|
|
* All rights reserved.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "spdk/likely.h"
|
|
|
|
#include "spdk/stdinc.h"
|
|
|
|
#include "spdk/nvme.h"
|
|
|
|
#include "spdk/thread.h"
|
|
|
|
#include "spdk/bdev_module.h"
|
|
|
|
#include "spdk/string.h"
|
|
|
|
#include "spdk/ftl.h"
|
|
|
|
#include "spdk/crc32.h"
|
|
|
|
|
|
|
|
#include "ftl_core.h"
|
2022-06-22 12:01:59 +00:00
|
|
|
#include "ftl_internal.h"
|
2022-06-22 10:11:47 +00:00
|
|
|
#include "mngt/ftl_mngt.h"
|
2022-06-22 12:54:05 +00:00
|
|
|
|
|
|
|
SPDK_LOG_REGISTER_COMPONENT(ftl_core)
|