[dpdk-dev] [PATCH] build: list symbols exports in a single file
David Marchand
david.marchand at redhat.com
Tue Apr 6 18:53:36 CEST 2021
On Tue, Apr 6, 2021 at 6:51 PM Bruce Richardson
<bruce.richardson at 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
More information about the dev
mailing list