X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fcrypto%2Fqat%2Fqat_crypto.h;h=b740d6b084802d1a3e7daefbb7589c540c4983bd;hb=7236d2bfe0acc48330e3c2a3dfac4ada9a792cd8;hp=67fa0e1efa3b26c0f89934dfce73988f9ab237dd;hpb=d099195ae7e0a64aaeba6fed290536f403dd5fe0;p=dpdk.git diff --git a/drivers/crypto/qat/qat_crypto.h b/drivers/crypto/qat/qat_crypto.h index 67fa0e1efa..b740d6b084 100644 --- a/drivers/crypto/qat/qat_crypto.h +++ b/drivers/crypto/qat/qat_crypto.h @@ -37,6 +37,8 @@ #include #include +#include "qat_crypto_capabilities.h" + /* * This macro rounds up a number to a be a multiple of * the alignment when the alignment is a power of 2 @@ -80,6 +82,7 @@ struct qat_pmd_private { /**< Max number of queue pairs supported by device */ unsigned max_nb_sessions; /**< Max number of sessions supported by device */ + const struct rte_cryptodev_capabilities *qat_dev_capabilities; }; int qat_dev_config(struct rte_cryptodev *dev,