drivers/crypto: fix PMDs memory leak
[dpdk.git] / drivers / crypto / octeontx / otx_cryptodev_ops.h
index 3f2d829..b3efecf 100644 (file)
@@ -5,6 +5,13 @@
 #ifndef _OTX_CRYPTODEV_OPS_H_
 #define _OTX_CRYPTODEV_OPS_H_
 
+#define OTX_CPT_MIN_HEADROOM_REQ       (24)
+#define OTX_CPT_MIN_TAILROOM_REQ       (8)
+#define CPT_NUM_QS_PER_VF              (1)
+
+void
+cleanup_global_resources(void);
+
 int
 otx_cpt_dev_create(struct rte_cryptodev *c_dev);