eal/windows: update symbols export
authorFady Bader <fady@mellanox.com>
Tue, 11 Aug 2020 06:24:21 +0000 (09:24 +0300)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 10 Sep 2020 23:40:36 +0000 (01:40 +0200)
commitfc5ae478f84c93ce3b067c9b01ebe922808c0310
tree9b5f3664792defa56e2982507ce9f442acde4940
parentf5192f9162d57346835cb8d92fc8de96ca97f3c9
eal/windows: update symbols export

The .def file is a reduced copy of the .map file.
In order to ease comparison, some lines are moved in the .def file
to be in the same order as in the .map file.

rte_eal_get_configuration is removed because it has been removed
from the .map file in DPDK 19.11.
Note: it had been removed and re-added by mistake in 20.08 .def file.

Few functions are added in the .def file to allow ethdev on Windows.

Signed-off-by: Fady Bader <fady@mellanox.com>
Acked-by: Narcisa Vasile <navasile@linux.microsoft.com>
Acked-by: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
Acked-by: Ranjit Menon <ranjit.menon@intel.com>
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
lib/librte_eal/rte_eal_exports.def