From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from dpdk.org (dpdk.org [92.243.14.124])
	by inbox.dpdk.org (Postfix) with ESMTP id ADCABA0350;
	Thu, 25 Jun 2020 15:32:12 +0200 (CEST)
Received: from [92.243.14.124] (localhost [127.0.0.1])
	by dpdk.org (Postfix) with ESMTP id 443E01BEA7;
	Thu, 25 Jun 2020 15:31:16 +0200 (CEST)
Received: from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129])
 by dpdk.org (Postfix) with ESMTP id 54B221BE80
 for <dev@dpdk.org>; Thu, 25 Jun 2020 15:31:10 +0200 (CEST)
Received: from Internal Mail-Server by MTLPINE1 (envelope-from
 fady@mellanox.com) with SMTP; 25 Jun 2020 16:31:04 +0300
Received: from l-wincomp04-vm.labs.mlnx (l-wincomp04-vm.mtl.labs.mlnx
 [10.237.1.5])
 by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id 05PDV4Kn025704;
 Thu, 25 Jun 2020 16:31:04 +0300
From: Fady Bader <fady@mellanox.com>
To: dev@dpdk.org
Cc: fady@mellanox.com, thomas@monjalon.net, tbashar@mellanox.com,
 talshn@mellanox.com, yohadt@mellanox.com, dmitry.kozliuk@gmail.com,
 harini.ramakrishnan@microsoft.com, ocardona@microsoft.com,
 ranjit.menon@intel.com, pallavi.kadam@intel.com, kevin.laatz@intel.com,
 ferruh.yigit@intel.com, arybchenko@solarflare.com
Date: Thu, 25 Jun 2020 16:30:35 +0300
Message-Id: <20200625133038.25180-3-fady@mellanox.com>
X-Mailer: git-send-email 2.16.1.windows.4
In-Reply-To: <20200625133038.25180-1-fady@mellanox.com>
References: <20200625133038.25180-1-fady@mellanox.com>
Subject: [dpdk-dev] [PATCH 2/5] eal: updated export list for Windows
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org
Sender: "dev" <dev-bounces@dpdk.org>

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(+)

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
-- 
2.16.1.windows.4