numam-dpdk/drivers
David Marchand 56ea803e87 build: remove Windows export symbol list
Rather than have two files that keeps getting out of sync, let's
annotate the version.map to generate the Windows export file.

Some mlx5 symbols (haswell_broadwell_cpu, mlx5_glue, mlx5_os_*) were
only exported for Windows.
All of them are available and used by Linux too, so this patch adds
them in version.map.

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.marchand@redhat.com>
Tested-by: Tal Shnaiderman <talshn@nvidia.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
2021-04-08 17:57:33 +02:00
..
baseband config: remove compatibility build defines 2021-01-20 01:43:25 +01:00
bus eal: add synchronous interrupt unregister 2021-04-07 11:16:11 +02:00
common build: remove Windows export symbol list 2021-04-08 17:57:33 +02:00
compress compress/mlx5: support timestamp format 2021-03-16 10:05:39 +01:00
crypto drivers: replace page size definitions with function 2021-03-23 08:41:05 +01:00
event event/dlb: fix header includes for musl 2021-03-23 08:41:05 +01:00
mempool net/dpaa: prevent multiple mempool config 2021-02-24 18:03:30 +01:00
net net/virtio: remove duplicated port ID from virtio-user 2021-03-31 10:30:17 +02:00
raw raw/ifpga: add miscellaneous APIs 2021-03-05 09:56:18 +01:00
regex regex/mlx5: support timestamp format 2021-03-16 10:05:38 +01:00
vdpa vdpa/mlx5: fix virtq cleaning 2021-03-31 10:37:10 +02:00
meson.build common/sfc_efx: move function to get family 2021-03-16 12:39:42 +01:00