[dpdk-dev] [PATCH v3 29/38] crypto/qat: remove unused macro
Tomasz Jozwiak
tomaszx.jozwiak at intel.com
Wed Jun 13 14:14:13 CEST 2018
From: Fiona Trahe <fiona.trahe at intel.com>
Signed-off-by: Fiona Trahe <fiona.trahe at intel.com>
Signed-off-by: Tomasz Jozwiak <tomaszx.jozwiak at intel.com>
---
drivers/crypto/qat/qat_sym.h | 6 ------
1 file changed, 6 deletions(-)
diff --git a/drivers/crypto/qat/qat_sym.h b/drivers/crypto/qat/qat_sym.h
index d887dc126..e46448bd2 100644
--- a/drivers/crypto/qat/qat_sym.h
+++ b/drivers/crypto/qat/qat_sym.h
@@ -9,12 +9,6 @@
#include "qat_common.h"
-/*
- * This macro rounds up a number to a be a multiple of
- * the alignment when the alignment is a power of 2
- */
-#define ALIGN_POW2_ROUNDUP(num, align) \
- (((num) + (align) - 1) & ~((align) - 1))
#define QAT_64_BTYE_ALIGN_MASK (~0x3f)
struct qat_sym_session;
--
2.17.0
More information about the dev
mailing list