mempool/dpaa2: report error on endless loop in mbuf release
[dpdk.git] / drivers / crypto / octeontx / otx_cryptodev_ops.h
index 3f2d829..fac8a3c 100644 (file)
@@ -5,6 +5,12 @@
 #ifndef _OTX_CRYPTODEV_OPS_H_
 #define _OTX_CRYPTODEV_OPS_H_
 
+#include <rte_cryptodev.h>
+
+#define OTX_CPT_MIN_HEADROOM_REQ       (24)
+#define OTX_CPT_MIN_TAILROOM_REQ       (8)
+#define CPT_NUM_QS_PER_VF              (1)
+
 int
 otx_cpt_dev_create(struct rte_cryptodev *c_dev);