]> git.droids-corp.org - dpdk.git/blobdiff - drivers/crypto/bcmfs/bcmfs_sym_defs.h
net/iavf: enable IRQ mapping configuration for large VF
[dpdk.git] / drivers / crypto / bcmfs / bcmfs_sym_defs.h
index aea1f281e43e5c42fb39cb17221e0e8054d1c0cb..eaefe97e2649bf97319423a3a7bea0ab344030fd 100644 (file)
@@ -27,6 +27,11 @@ struct bcmfs_sym_request;
 /** Crypot Request processing hash tag check error. */
 #define BCMFS_SYM_RESPONSE_HASH_TAG_ERROR        (3)
 
+/** Maximum threshold length to adjust AAD in continuation
+ *  with source BD of (FMD + OMD)
+ */
+#define BCMFS_AAD_THRESH_LEN   64
+
 int
 bcmfs_process_sym_crypto_op(struct rte_crypto_op *op,
                            struct bcmfs_sym_session *sess,