On Tue, Apr 6, 2021 at 6:51 PM Bruce Richardson <bruce.richard...@intel.com> wrote: > > -# special case, allow override if an def file already exists alongside map > > file > > - override_file = join(dirname(args[1]), basename(args[2])) > > - if exists(override_file): > > - with open(override_file) as f_in: > > - functions = f_in.readlines() > > - > > If this is removed, then drivers/common/mlx5/version.map similarly needs to > be annotated so that we can remove rte_common_mlx5_exports.def
Erf, and I thought I had checked... v2 incoming. -- David Marchand