net/bnxt: add Rx queue create/destroy
[dpdk.git] / drivers / net / bnxt / bnxt.h
index 49aa38b..f7cf9d1 100644 (file)
@@ -142,6 +142,8 @@ struct bnxt {
        /* Default completion ring */
        struct bnxt_cp_ring_info        *def_cp_ring;
 
+       unsigned int            nr_vnics;
+
        struct bnxt_vnic_info   *vnic_info;
        STAILQ_HEAD(, bnxt_vnic_info)   free_vnic_list;