]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/bnxt/bnxt_hwrm.h
net/bnxt: fix memory leak when freeing VF info
[dpdk.git] / drivers / net / bnxt / bnxt_hwrm.h
index 4a2af13c96961dff54b1a81041bf95ea7ac2524b..eaabe1ffcd8a5a55c491dcb50815a2cf6b5f49d3 100644 (file)
@@ -280,4 +280,5 @@ int bnxt_clear_one_vnic_filter(struct bnxt *bp,
                               struct bnxt_filter_info *filter);
 int bnxt_hwrm_cfa_vfr_alloc(struct bnxt *bp, uint16_t vf_idx);
 int bnxt_hwrm_cfa_vfr_free(struct bnxt *bp, uint16_t vf_idx);
+void bnxt_hwrm_free_vf_info(struct bnxt *bp);
 #endif