From: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
To: dev@dpdk.org
Cc: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>,
pallavi.kadam@intel.com, jizh@linux.microsoft.com,
bruce.richardson@intel.com, Ray Kinsella <mdr@ashroe.eu>,
Ranjit Menon <ranjit.menon@intel.com>,
Tal Shnaiderman <talshn@nvidia.com>
Subject: [dpdk-dev] [PATCH 2/2] eal/windows: fix export list
Date: Sun, 29 Aug 2021 05:16:02 +0300 [thread overview]
Message-ID: <20210829021602.290466-3-dmitry.kozliuk@gmail.com> (raw)
In-Reply-To: <20210829021602.290466-1-dmitry.kozliuk@gmail.com>
* Version and randomness API were not added to .def file by mistake,
which is why they were later excluded from the export list.
* Device API stubs were added to EAL but not exported.
Fixes: edd66d57d55c ("eal/windows: add random function")
Fixes: 3d2fcb0e0aec ("eal/windows: add device event stubs")
Fixes: 5b637a848195 ("eal: fix querying DPDK version at runtime")
Cc: pallavi.kadam@intel.com
Cc: jizh@linux.microsoft.com
Cc: bruce.richardson@intel.com
Signed-off-by: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
---
lib/eal/version.map | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/lib/eal/version.map b/lib/eal/version.map
index a40e4bc659..73474949d6 100644
--- a/lib/eal/version.map
+++ b/lib/eal/version.map
@@ -186,7 +186,7 @@ DPDK_22 {
rte_socket_count;
rte_socket_id;
rte_socket_id_by_idx;
- rte_srand; # WINDOWS_NO_EXPORT
+ rte_srand;
rte_strerror;
rte_strscpy;
rte_strsplit;
@@ -233,8 +233,8 @@ EXPERIMENTAL {
# added in 18.05
rte_dev_event_callback_register;
rte_dev_event_callback_unregister;
- rte_dev_event_monitor_start; # WINDOWS_NO_EXPORT
- rte_dev_event_monitor_stop; # WINDOWS_NO_EXPORT
+ rte_dev_event_monitor_start;
+ rte_dev_event_monitor_stop;
rte_fbarray_attach;
rte_fbarray_destroy;
rte_fbarray_detach;
@@ -287,8 +287,8 @@ EXPERIMENTAL {
# added in 18.11
rte_delay_us_sleep;
rte_dev_event_callback_process;
- rte_dev_hotplug_handle_disable; # WINDOWS_NO_EXPORT
- rte_dev_hotplug_handle_enable; # WINDOWS_NO_EXPORT
+ rte_dev_hotplug_handle_disable;
+ rte_dev_hotplug_handle_enable;
rte_malloc_heap_create;
rte_malloc_heap_destroy;
rte_malloc_heap_get_socket;
@@ -326,7 +326,7 @@ EXPERIMENTAL {
rte_lcore_to_cpu_id;
rte_mcfg_timer_lock;
rte_mcfg_timer_unlock;
- rte_rand_max; # WINDOWS_NO_EXPORT
+ rte_rand_max;
# added in 19.11
rte_mcfg_get_single_file_segments;
@@ -417,12 +417,12 @@ EXPERIMENTAL {
rte_thread_key_delete;
rte_thread_value_get;
rte_thread_value_set;
- rte_version_minor; # WINDOWS_NO_EXPORT
- rte_version_month; # WINDOWS_NO_EXPORT
- rte_version_prefix; # WINDOWS_NO_EXPORT
- rte_version_release; # WINDOWS_NO_EXPORT
- rte_version_suffix; # WINDOWS_NO_EXPORT
- rte_version_year; # WINDOWS_NO_EXPORT
+ rte_version_minor;
+ rte_version_month;
+ rte_version_prefix;
+ rte_version_release;
+ rte_version_suffix;
+ rte_version_year;
# added in 21.08
rte_power_monitor_multi; # WINDOWS_NO_EXPORT
--
2.29.3
next prev parent reply other threads:[~2021-08-29 2:16 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-29 2:16 [dpdk-dev] [PATCH 0/2] eal/windows: restore mistakenly hidden API Dmitry Kozlyuk
2021-08-29 2:16 ` [dpdk-dev] [PATCH 1/2] eal: remove Windows-specific list of common files Dmitry Kozlyuk
2021-09-01 17:20 ` William Tu
2021-08-29 2:16 ` Dmitry Kozlyuk [this message]
2021-09-01 17:21 ` [dpdk-dev] [PATCH 2/2] eal/windows: fix export list William Tu
2021-09-01 19:35 ` [dpdk-dev] [PATCH 0/2] eal/windows: restore mistakenly hidden API Menon, Ranjit
2021-09-30 20:48 ` Thomas Monjalon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210829021602.290466-3-dmitry.kozliuk@gmail.com \
--to=dmitry.kozliuk@gmail.com \
--cc=bruce.richardson@intel.com \
--cc=dev@dpdk.org \
--cc=jizh@linux.microsoft.com \
--cc=mdr@ashroe.eu \
--cc=pallavi.kadam@intel.com \
--cc=ranjit.menon@intel.com \
--cc=talshn@nvidia.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).