29/10/2023 17:31, Gregory Etelson: > 1. Add rte_eth_dev parameter to the `flow_hw_get_reg_id()` > > 2. Add mlx5_flow_hw_get_reg_id() > > Signed-off-by: Gregory Etelson <[email protected]> > Acked-by: Ori Kam <[email protected]> > ---
This,
> -static void
> +void
> flow_rxq_mark_flag_set(struct rte_eth_dev *dev)
> {
and this,
> +void
> +flow_rxq_mark_flag_set(struct rte_eth_dev *dev);
are completely unrelated changes,
and probably unneeded.

