accel: move accel_module.h to include/spdk
This file should be external to enable out-of-tree accel modules. Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com> Change-Id: I2e973d0e88d7145d0fc9714f56db48486b00f3b7 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/17419 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@nvidia.com> Reviewed-by: Jacek Kalwas <jacek.kalwas@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
parent
072703d510
commit
5147911114
@ -6,7 +6,7 @@
|
||||
|
||||
#include "spdk/stdinc.h"
|
||||
|
||||
#include "spdk_internal/accel_module.h"
|
||||
#include "spdk/accel_module.h"
|
||||
|
||||
#include "accel_internal.h"
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
*/
|
||||
|
||||
#include "accel_internal.h"
|
||||
#include "spdk_internal/accel_module.h"
|
||||
#include "spdk/accel_module.h"
|
||||
|
||||
#include "spdk/rpc.h"
|
||||
#include "spdk/util.h"
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
#include "spdk/stdinc.h"
|
||||
|
||||
#include "spdk_internal/accel_module.h"
|
||||
#include "spdk/accel_module.h"
|
||||
#include "accel_internal.h"
|
||||
|
||||
#include "spdk/env.h"
|
||||
|
@ -5,7 +5,7 @@
|
||||
*/
|
||||
|
||||
#include "accel_dpdk_compressdev.h"
|
||||
#include "spdk_internal/accel_module.h"
|
||||
#include "spdk/accel_module.h"
|
||||
|
||||
#include "spdk/stdinc.h"
|
||||
#include "spdk/rpc.h"
|
||||
|
@ -7,7 +7,7 @@
|
||||
#include "accel_dpdk_cryptodev.h"
|
||||
|
||||
#include "spdk/accel.h"
|
||||
#include "spdk_internal/accel_module.h"
|
||||
#include "spdk/accel_module.h"
|
||||
#include "spdk/env.h"
|
||||
#include "spdk/likely.h"
|
||||
#include "spdk/thread.h"
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
#include "spdk/stdinc.h"
|
||||
|
||||
#include "spdk_internal/accel_module.h"
|
||||
#include "spdk/accel_module.h"
|
||||
#include "spdk/log.h"
|
||||
#include "spdk_internal/idxd.h"
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
#include "spdk/stdinc.h"
|
||||
|
||||
#include "spdk_internal/accel_module.h"
|
||||
#include "spdk/accel_module.h"
|
||||
#include "spdk/log.h"
|
||||
#include "spdk_internal/idxd.h"
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
#include "spdk/stdinc.h"
|
||||
|
||||
#include "spdk_internal/accel_module.h"
|
||||
#include "spdk/accel_module.h"
|
||||
#include "spdk/log.h"
|
||||
#include "spdk/likely.h"
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
#include "spdk_internal/mlx5.h"
|
||||
#include "spdk_internal/rdma.h"
|
||||
#include "spdk_internal/accel_module.h"
|
||||
#include "spdk/accel_module.h"
|
||||
#include "spdk_internal/assert.h"
|
||||
#include "spdk_internal/sgl.h"
|
||||
#include "accel_mlx5.h"
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include "spdk/log.h"
|
||||
#include "spdk/accel.h"
|
||||
|
||||
#include "spdk_internal/accel_module.h"
|
||||
#include "spdk/accel_module.h"
|
||||
|
||||
|
||||
#define CHUNK_SIZE (1024 * 16)
|
||||
|
@ -13,7 +13,7 @@
|
||||
#include "spdk/string.h"
|
||||
#include "spdk/log.h"
|
||||
#include "spdk/accel.h"
|
||||
#include "spdk_internal/accel_module.h"
|
||||
#include "spdk/accel_module.h"
|
||||
|
||||
#include "spdk/bdev.h"
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
#include "spdk_cunit.h"
|
||||
#include "spdk_internal/mock.h"
|
||||
#include "spdk_internal/accel_module.h"
|
||||
#include "spdk/accel_module.h"
|
||||
#include "thread/thread_internal.h"
|
||||
#include "common/lib/ut_multithread.c"
|
||||
#include "common/lib/test_iobuf.c"
|
||||
|
Loading…
Reference in New Issue
Block a user