12/07/2020 22:58, Ori Kam: > This commits add the write and read RXP registers functionality. > > Signed-off-by: Ori Kam <or...@mellanox.com> > Acked-by: Viacheslav Ovsiienko <viachesl...@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?