]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/bnxt/tf_ulp/ulp_mark_mgr.h
net/bnxt: support ULP session manager cleanup
[dpdk.git] / drivers / net / bnxt / tf_ulp / ulp_mark_mgr.h
index b175abd5cbebb02fdc5d91dc8ffc84eb5415d323..5948683561f26ee52d03759854dc150e9697f652 100644 (file)
@@ -46,4 +46,12 @@ struct bnxt_ulp_mark_tbl {
 int32_t
 ulp_mark_db_init(struct bnxt_ulp_context *ctxt);
 
+/*
+ * Release all resources in the Mark Manager for this ulp context
+ *
+ * ctxt [in] The ulp context for the mark manager
+ */
+int32_t
+ulp_mark_db_deinit(struct bnxt_ulp_context *ctxt);
+
 #endif /* _ULP_MARK_MGR_H_ */