idxd: rename internal header file to idxd_internal.h

This avoids confusion with the public idxd.h
header file which causes problems with abidiff.

Signed-off-by: Jim Harris <james.r.harris@intel.com>
Change-Id: I7910c93d9d95b99c82f4dfdba845e6804e1b6568
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/13729
Community-CI: Mellanox Build Bot
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Paul Luse <paul.e.luse@intel.com>
Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
This commit is contained in:
Jim Harris 2022-07-20 00:54:17 +00:00 committed by Konrad Sztyber
parent 6abb4764ad
commit 79c9b1e5df
5 changed files with 3 additions and 4 deletions

View File

@ -14,7 +14,7 @@
#include "spdk/log.h" #include "spdk/log.h"
#include "spdk_internal/idxd.h" #include "spdk_internal/idxd.h"
#include "idxd.h" #include "idxd_internal.h"
#define ALIGN_4K 0x1000 #define ALIGN_4K 0x1000
#define USERSPACE_DRIVER_NAME "user" #define USERSPACE_DRIVER_NAME "user"

View File

@ -16,7 +16,7 @@
#include "spdk/log.h" #include "spdk/log.h"
#include "spdk_internal/idxd.h" #include "spdk_internal/idxd.h"
#include "idxd.h" #include "idxd_internal.h"
struct spdk_kernel_idxd_device { struct spdk_kernel_idxd_device {
struct spdk_idxd_device idxd; struct spdk_idxd_device idxd;

View File

@ -14,7 +14,7 @@
#include "spdk/log.h" #include "spdk/log.h"
#include "spdk_internal/idxd.h" #include "spdk_internal/idxd.h"
#include "idxd.h" #include "idxd_internal.h"
struct spdk_user_idxd_device { struct spdk_user_idxd_device {
struct spdk_idxd_device idxd; struct spdk_idxd_device idxd;

View File

@ -8,7 +8,6 @@
#include "spdk_internal/idxd.h" #include "spdk_internal/idxd.h"
#include "common/lib/test_env.c" #include "common/lib/test_env.c"
#include "idxd/idxd.h"
#include "idxd/idxd_user.c" #include "idxd/idxd_user.c"
#define FAKE_REG_SIZE 0x1000 #define FAKE_REG_SIZE 0x1000