net/mlx5: Introduce modify flow rule destination
[cascardo/linux.git] / include / linux / mlx5 / fs.h
index 8dec550..28a5b66 100644 (file)
@@ -113,4 +113,7 @@ mlx5_add_flow_rule(struct mlx5_flow_table *ft,
                   struct mlx5_flow_destination *dest);
 void mlx5_del_flow_rule(struct mlx5_flow_rule *fr);
 
+int mlx5_modify_rule_destination(struct mlx5_flow_rule *rule,
+                                struct mlx5_flow_destination *dest);
+
 #endif