]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/bnxt/bnxt_filter.h
net/bnxt: support to add a VF MAC address
[dpdk.git] / drivers / net / bnxt / bnxt_filter.h
index 353b7f774a6a62bfacfa24ece3c791e3dfc9a159..613b2eeacb06df2d609f39f9f87ff84995970b47 100644 (file)
@@ -68,6 +68,7 @@ struct bnxt_filter_info {
 };
 
 struct bnxt_filter_info *bnxt_alloc_filter(struct bnxt *bp);
+struct bnxt_filter_info *bnxt_alloc_vf_filter(struct bnxt *bp, uint16_t vf);
 void bnxt_init_filters(struct bnxt *bp);
 void bnxt_free_all_filters(struct bnxt *bp);
 void bnxt_free_filter_mem(struct bnxt *bp);