net/hns3: fix setting default MAC address in bonding of VF
[dpdk.git] / drivers / crypto / qat / qat_asym.h
index b1dec8f..2838aee 100644 (file)
@@ -15,7 +15,7 @@
 typedef uint64_t large_int_ptr;
 #define MAX_PKE_PARAMS 8
 #define QAT_PKE_MAX_LN_SIZE 512
-#define _PKE_ALIGN_ __attribute__((__aligned__(8)))
+#define _PKE_ALIGN_ __rte_aligned(8)
 
 #define QAT_ASYM_MAX_PARAMS                    8
 #define QAT_ASYM_MODINV_NUM_IN_PARAMS          2
@@ -24,6 +24,7 @@ typedef uint64_t large_int_ptr;
 #define QAT_ASYM_MODEXP_NUM_OUT_PARAMS         1
 #define QAT_ASYM_RSA_NUM_IN_PARAMS             3
 #define QAT_ASYM_RSA_NUM_OUT_PARAMS            1
+#define QAT_ASYM_RSA_QT_NUM_IN_PARAMS          6
 
 struct qat_asym_op_cookie {
        size_t alg_size;