]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/bnxt/bnxt_vnic.h
net/mlx5: prefer DevX API to create Rx objects
[dpdk.git] / drivers / net / bnxt / bnxt_vnic.h
index de34b21eb816dc5310982157ace3458ad1f1d653..a372b899bce8392b9e5c1a2efe6306225aefef23 100644 (file)
@@ -45,6 +45,7 @@ struct bnxt_vnic_info {
        uint16_t        cos_rule;
        uint16_t        lb_rule;
        uint16_t        rx_queue_cnt;
        uint16_t        cos_rule;
        uint16_t        lb_rule;
        uint16_t        rx_queue_cnt;
+       uint16_t        cos_queue_id;
        bool            vlan_strip;
        bool            func_default;
        bool            bd_stall;
        bool            vlan_strip;
        bool            func_default;
        bool            bd_stall;
@@ -57,7 +58,6 @@ struct bnxt_vnic_info {
 };
 
 struct bnxt;
 };
 
 struct bnxt;
-void bnxt_init_vnics(struct bnxt *bp);
 int bnxt_free_vnic(struct bnxt *bp, struct bnxt_vnic_info *vnic,
                          int pool);
 struct bnxt_vnic_info *bnxt_alloc_vnic(struct bnxt *bp);
 int bnxt_free_vnic(struct bnxt *bp, struct bnxt_vnic_info *vnic,
                          int pool);
 struct bnxt_vnic_info *bnxt_alloc_vnic(struct bnxt *bp);