[PATCH 04/30] net/mlx5: add rte_device parameter to locate HWS registers

Thomas Monjalon thomas at monjalon.net
Sun Nov 5 21:27:19 CET 2023


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 <getelson at nvidia.com>
> Acked-by: Ori Kam <orika at nvidia.com>
> ---

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.





More information about the dev mailing list