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:
Konrad Sztyber 2023-03-29 12:06:33 +02:00 committed by David Ko
parent 072703d510
commit 5147911114
13 changed files with 12 additions and 12 deletions

View File

@ -6,7 +6,7 @@
#include "spdk/stdinc.h"
#include "spdk_internal/accel_module.h"
#include "spdk/accel_module.h"
#include "accel_internal.h"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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)

View File

@ -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"

View File

@ -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"