net/mlx5: add flow match on GENEVE item
[dpdk.git] / drivers / net / bnxt / bnxt_vnic.h
index ec3a3ff..4f760e0 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;
@@ -67,5 +68,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