]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/mlx5/mlx5.h
net/mlx5: query vport index match mode and parameters
[dpdk.git] / drivers / net / mlx5 / mlx5.h
index 7838f8184142cb086bce8d6526e59ea3dd070a83..82927e6190ead21d260421d8eb0b598572f76853 100644 (file)
@@ -620,6 +620,8 @@ struct mlx5_priv {
        unsigned int counter_fallback:1; /* Use counter fallback management. */
        uint16_t domain_id; /* Switch domain identifier. */
        uint16_t vport_id; /* Associated VF vport index (if any). */
+       uint32_t vport_meta_tag; /* Used for vport index match ove VF LAG. */
+       uint32_t vport_meta_mask; /* Used for vport index field match mask. */
        int32_t representor_id; /* Port representor identifier. */
        unsigned int if_index; /* Associated kernel network device index. */
        /* RX/TX queues. */