mempool: fix slow allocation of large mempools
[dpdk.git] / drivers / net / bnxt / bnxt_vnic.h
index ec3a3ff..a372b89 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_queue_id;
        bool            vlan_strip;
        bool            func_default;
        bool            bd_stall;
@@ -57,7 +58,6 @@ struct bnxt_vnic_info {
 };
 
 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);
@@ -67,5 +67,6 @@ int bnxt_alloc_vnic_attributes(struct bnxt *bp);
 void bnxt_free_vnic_mem(struct bnxt *bp);
 int bnxt_alloc_vnic_mem(struct bnxt *bp);
 int bnxt_vnic_grp_alloc(struct bnxt *bp, struct bnxt_vnic_info *vnic);
+void prandom_bytes(void *dest_ptr, size_t len);
 uint16_t bnxt_rte_to_hwrm_hash_types(uint64_t rte_type);
 #endif