]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/mlx5/mlx5.h
net/mlx5: make flow table cache thread safe
[dpdk.git] / drivers / net / mlx5 / mlx5.h
index 3ce890ab1fa85d14661af44a31dfb5c211a8c323..81dba2fe80d8942d58e0df192795b0ca16fcef64 100644 (file)
@@ -499,7 +499,7 @@ union mlx5_flow_tbl_key {
        struct {
                /* Table ID should be at the lowest address. */
                uint32_t table_id;      /**< ID of the table. */
-               uint16_t reserved;      /**< must be zero for comparison. */
+               uint16_t dummy;         /**< Dummy table for DV API. */
                uint8_t domain;         /**< 1 - FDB, 0 - NIC TX/RX. */
                uint8_t direction;      /**< 1 - egress, 0 - ingress. */
        };