The macros are not used. Remove the same. Signed-off-by: Anoob Joseph <ano...@marvell.com> --- app/test/test_cryptodev.c | 2 -- app/test/test_cryptodev.h | 5 ----- 2 files changed, 7 deletions(-)
diff --git a/app/test/test_cryptodev.c b/app/test/test_cryptodev.c index 169e2f3b48..1491ff03ba 100644 --- a/app/test/test_cryptodev.c +++ b/app/test/test_cryptodev.c @@ -65,8 +65,6 @@ #define VDEV_ARGS_SIZE 100 #define MAX_NB_SESSIONS 4 -#define MAX_DRV_SERVICE_CTX_SIZE 256 - #define MAX_RAW_DEQUEUE_COUNT 65535 #define IN_PLACE 0 diff --git a/app/test/test_cryptodev.h b/app/test/test_cryptodev.h index e00c9866c3..c56ef2fe3f 100644 --- a/app/test/test_cryptodev.h +++ b/app/test/test_cryptodev.h @@ -6,15 +6,10 @@ #include <rte_cryptodev.h> -#define HEX_DUMP 0 - #define MAX_NUM_OPS_INFLIGHT (4096) #define MIN_NUM_OPS_INFLIGHT (128) #define DEFAULT_NUM_OPS_INFLIGHT (128) -#define MAX_NUM_QPS_PER_QAT_DEVICE (2) -#define DEFAULT_NUM_QPS_PER_QAT_DEVICE (2) -#define DEFAULT_BURST_SIZE (64) #define DEFAULT_NUM_XFORMS (2) #define NUM_MBUFS (8191) #define MBUF_CACHE_SIZE (256) -- 2.45.2