net/mlx5e: Refactor ct to use post action infrastructure
[sfrench/cifs-2.6.git] / drivers / net / ethernet / mellanox / mlx5 / core / en / fs.h
index e348c276eaa1eb76334896db2bb39127bac890b5..41684a6c44e9947f619842f665f210b3db6ce753 100644 (file)
@@ -7,6 +7,8 @@
 #include "mod_hdr.h"
 #include "lib/fs_ttc.h"
 
+struct mlx5e_post_act;
+
 enum {
        MLX5E_TC_FT_LEVEL = 0,
        MLX5E_TC_TTC_FT_LEVEL,
@@ -19,6 +21,7 @@ struct mlx5e_tc_table {
        struct mutex                    t_lock;
        struct mlx5_flow_table          *t;
        struct mlx5_fs_chains           *chains;
+       struct mlx5e_post_act           *post_act;
 
        struct rhashtable               ht;