02/11/2020 20:48, David Marchand: > On Mon, Nov 2, 2020 at 6:45 PM Bruce Richardson > <bruce.richard...@intel.com> wrote: > > > > Since the device class is now part of the standard filenames, it's no > > longer needed in name overrides in specific drivers. > > > > Fixes: a20b2c01a7a1 ("build: standardize component names and defines") > > > > Signed-off-by: Bruce Richardson <bruce.richard...@intel.com> > > Equivalent to https://patchwork.dpdk.org/patch/81961/ but maybe better > to skip setting fmt_name when it is the same as the default value. [...] > > -name = 'octeontx2_regex'
But it is not the same? The name will default to "octeontx2", which is fine. But the fmt_name should not take this default. I believe fmt_name should be "octeontx2_regex" as I did in my patch.