Re: [dpdk-dev] [PATCH] regex/mlx5: fix registration name

2020-07-29 Thread David Marchand
On Wed, Jul 29, 2020 at 4:10 PM Thomas Monjalon wrote: > > 29/07/2020 16:01, Ori Kam: > > The current registration name has the net prefix, which is incorrect. > > This commit removes the net and changes the name to be regex_mlx5. > > It was offlist, but Reported-by: David Marchand > > Signed-

Re: [dpdk-dev] [PATCH] regex/mlx5: fix registration name

2020-07-29 Thread Thomas Monjalon
29/07/2020 16:01, Ori Kam: > The current registration name has the net prefix, which is incorrect. > This commit removes the net and changes the name to be regex_mlx5. > > Signed-off-by: Ori Kam > --- > drivers/regex/mlx5/mlx5_regex.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-)

[dpdk-dev] [PATCH] regex/mlx5: fix registration name

2020-07-29 Thread Ori Kam
The current registration name has the net prefix, which is incorrect. This commit removes the net and changes the name to be regex_mlx5. Signed-off-by: Ori Kam --- drivers/regex/mlx5/mlx5_regex.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/regex/mlx5/mlx5_re