net/mlx5: Support lockless FTE read lookups
[sfrench/cifs-2.6.git] / drivers / net / ethernet / mellanox / mlx5 / core / fs_core.h
index 00717eba22569ea8791556747b6b216cb6fc8ed6..f278298b0f6e653522751177bf03760326b66537 100644 (file)
@@ -202,6 +202,7 @@ struct fs_fte {
        enum fs_fte_status              status;
        struct mlx5_fc                  *counter;
        struct rhash_head               hash;
+       struct rcu_head rcu;
        int                             modify_mask;
 };