On Tue, Apr 6, 2021 at 7:59 PM David Marchand <david.march...@redhat.com> wrote: > > Rather than have two files that keeps getting out of sync, let's > annotate the version.map to generate the Windows export file. > > Note: Existing version.map annotation achieved with: > $ for dir in lib/librte_eal drivers/common/mlx5; do > ./buildtools/map-list-symbol.sh $dir/*.map | > while read file version sym; do > ! git grep -qw $sym $dir/*.def || continue; > sed -i -e "s/$sym;/$sym; # WINDOWS_NO_EXPORT/" $dir/*.map; > done; > done > > Signed-off-by: David Marchand <david.march...@redhat.com>
Tested-by: Tal Shnaiderman <tal...@nvidia.com> Acked-by: Thomas Monjalon <tho...@monjalon.net> Updated commitlog and sorted common/mlx5 updates (from offlist comments with Thomas). Applied, thanks. -- David Marchand