net/mlx5: make FDB default rule optional
[dpdk.git] / drivers / net / mlx5 / mlx5_flow.h
index 4255472..7c31bfe 100644 (file)
@@ -754,8 +754,8 @@ uint32_t mlx5_flow_id_get(struct mlx5_flow_id_pool *pool, uint32_t *id);
 uint32_t mlx5_flow_id_release(struct mlx5_flow_id_pool *pool,
                              uint32_t id);
 int mlx5_flow_group_to_table(const struct rte_flow_attr *attributes,
-                            bool external, uint32_t group, uint32_t *table,
-                            struct rte_flow_error *error);
+                            bool external, uint32_t group, bool fdb_def_rule,
+                            uint32_t *table, struct rte_flow_error *error);
 uint64_t mlx5_flow_hashfields_adjust(struct mlx5_flow *dev_flow, int tunnel,
                                     uint64_t layer_types,
                                     uint64_t hash_fields);