Re: [dpdk-dev] [PATCH] regex/octeontx2: fix driver name

2020-11-03 Thread Thomas Monjalon
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

[dpdk-dev] [PATCH] regex/octeontx2: fix driver name

2020-10-23 Thread 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 valu