net/bnxt: support flow filter ops
[dpdk.git] / drivers / net / bnxt / bnxt_vnic.h
index 993f221..5443904 100644 (file)
@@ -80,6 +80,7 @@ struct bnxt_vnic_info {
        bool            rss_dflt_cr;
 
        STAILQ_HEAD(, bnxt_filter_info) filter;
+       STAILQ_HEAD(, rte_flow) flow_list;
 };
 
 struct bnxt;