Message ID | 20200628105851.14916-3-fady@mellanox.com (mailing list archive) |
---|---|
State | Superseded, archived |
Delegated to: | Thomas Monjalon |
Headers | show |
Series | compiling ethdev lib under windows | expand |
Context | Check | Description |
---|---|---|
ci/checkpatch | success | coding style OK |
ci/Intel-compilation | fail | apply issues |
diff --git a/lib/librte_eal/rte_eal_exports.def b/lib/librte_eal/rte_eal_exports.def index 20f7346962..3b96bbc10d 100644 --- a/lib/librte_eal/rte_eal_exports.def +++ b/lib/librte_eal/rte_eal_exports.def @@ -29,6 +29,7 @@ EXPORTS rte_eal_tailq_register rte_eal_using_phys_addrs rte_free + rte_get_tsc_hz rte_hexdump rte_log rte_malloc @@ -148,3 +149,12 @@ EXPORTS rte_mem_page_size rte_mem_unmap rte_rand + + rte_class_register + rte_devargs_parse + rte_class_find_by_name + rte_socket_id + rte_strerror + rte_intr_rx_ctl + rte_log_register + rte_log_set_level \ No newline at end of file
Added eal functions used by ethdev lib to the export list under Windows. Signed-off-by: Fady Bader <fady@mellanox.com> --- lib/librte_eal/rte_eal_exports.def | 10 ++++++++++ 1 file changed, 10 insertions(+)