git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa752f0
)
crypto/qat: remove unused macro
author
Fiona Trahe
<fiona.trahe@intel.com>
Wed, 13 Jun 2018 12:14:13 +0000
(14:14 +0200)
committer
Pablo de Lara
<pablo.de.lara.guarch@intel.com>
Wed, 27 Jun 2018 23:25:33 +0000
(
01:25
+0200)
Signed-off-by: Fiona Trahe <fiona.trahe@intel.com>
Signed-off-by: Tomasz Jozwiak <tomaszx.jozwiak@intel.com>
drivers/crypto/qat/qat_sym.h
patch
|
blob
|
history
diff --git
a/drivers/crypto/qat/qat_sym.h
b/drivers/crypto/qat/qat_sym.h
index
d887dc1
..
e46448b
100644
(file)
--- 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;