module/accel: add a map file to IOAT module.

Signed-off-by: Seth Howell <seth.howell@intel.com>
Change-Id: I46080ce0e9920eacf2a9d53dfb328e4dfc593319
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/2314
Community-CI: Mellanox Build Bot
Community-CI: Broadcom CI
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com>
This commit is contained in:
Seth Howell 2020-05-09 22:34:29 -07:00 committed by Tomasz Zawadzki
parent 05cf9839fc
commit 57ce3d9dd6
2 changed files with 4 additions and 0 deletions

View File

@ -41,4 +41,6 @@ SO_SUFFIX := $(SO_VER).$(SO_MINOR)
LIBNAME = accel_ioat
C_SRCS = accel_engine_ioat.c accel_engine_ioat_rpc.c
SPDK_MAP_FILE = $(SPDK_ROOT_DIR)/mk/spdk_blank.map
include $(SPDK_ROOT_DIR)/mk/spdk.lib.mk

View File

@ -128,6 +128,8 @@ function confirm_abi_deps() {
name = SPDK_LOG_VMD
[suppress_variable]
name = SPDK_LOG_ACCEL_IDXD
[suppress_variable]
name = SPDK_LOG_ACCEL_IOAT
EOF
for object in "$libdir"/libspdk_*.so; do