Optimized for single thread utilization Signed-off-by: Kozlowski Mateusz <mateusz.kozlowski@intel.com> Signed-off-by: Artur Paszkiewicz <artur.paszkiewicz@intel.com> Change-Id: I56602a3d85e0cd47256c8f3e5d7a3f0ed4e38743 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/13303 Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
15 lines
304 B
C
15 lines
304 B
C
/* SPDX-License-Identifier: BSD-3-Clause
|
|
* Copyright (c) Intel Corporation.
|
|
* All rights reserved.
|
|
*/
|
|
|
|
#ifndef FTL_FTL_UTILS_H
|
|
#define FTL_FTL_UTILS_H
|
|
|
|
#include "utils/ftl_defs.h"
|
|
#include "utils/ftl_mempool.h"
|
|
#include "utils/ftl_conf.h"
|
|
#include "utils/ftl_md.h"
|
|
|
|
#endif /* FTL_FTL_UTILS_H */
|