[dpdk-dev] [PATCH v2 09/20] common/mlx5: add write and read RXP registers
Thomas Monjalon
thomas at monjalon.net
Wed Jul 15 19:34:23 CEST 2020
12/07/2020 22:58, Ori Kam:
> This commits add the write and read RXP registers functionality.
>
> Signed-off-by: Ori Kam <orika at mellanox.com>
> Acked-by: Viacheslav Ovsiienko <viacheslavo at mellanox.com>
[...]
> --- a/drivers/common/mlx5/rte_common_mlx5_version.map
> +++ b/drivers/common/mlx5/rte_common_mlx5_version.map
> @@ -38,6 +38,8 @@ INTERNAL {
> mlx5_devx_regex_database_program;
> mlx5_devx_regex_database_resume;
> mlx5_devx_regex_database_stop;
> + mlx5_devx_regex_register_read;
> + mlx5_devx_regex_register_write;
Why some regex-specific functions are added to the common lib?
More information about the dev
mailing list