[dpdk-dev] [PATCH] regex/octeontx2: fix driver name
Thomas Monjalon
thomas at monjalon.net
Tue Nov 3 11:51:46 CET 2020
23/10/2020 19:41, Thomas Monjalon:
> Following the recent alignment of all driver names,
> this new driver get unaligned:
> librte_regex_octeontx2_regex.so
>
> The 'fmt_name' must be "octeontx2_regex", and if not provided,
> is taken from the 'name' variable.
> But the variable 'name' should not be overwritten,
> to keep the automatic value from the directory name.
>
> The library name will be composed of the class directory
> and the driver directory name:
> librte_regex_octeontx2.so
>
> Reported-by: Christian Ehrhardt <christian.ehrhardt at canonical.com>
> Signed-off-by: Thomas Monjalon <thomas at monjalon.net>
> Acked-by: David Marchand <david.marchand at redhat.com>
Applied
More information about the dev
mailing list