From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id CA760A0C43; Thu, 30 Sep 2021 22:26:52 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4FCCB410EB; Thu, 30 Sep 2021 22:26:52 +0200 (CEST) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by mails.dpdk.org (Postfix) with ESMTP id AA1F5410EA for ; Thu, 30 Sep 2021 22:26:50 +0200 (CEST) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 061465C00E0; Thu, 30 Sep 2021 16:26:50 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute4.internal (MEProxy); Thu, 30 Sep 2021 16:26:50 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=fm2; bh= +wJ4gSdfEzNPjxdGei3AGXoSRrmeoE71WCJ3GBcYJiU=; b=dYBqqNrqFgu/tNIi c1mAmy0GFOjH4tPAd1fIlIZr5JATOfuZdeGY8el47Kjnb/Cn0KvJ2YzwnRcpJ6A1 ll4G6HGQeg1QtX10teVhizaAvzvp2odKKl964b92a8PFd24C9OUVO+PzxJIO5SFF cJ1ESAyMu352YZBYjvKqO1SwrCBmHBI8rGIuhhCO8SJ3lMg/YZFEpdqu2XWlc+3K qokcGjnEtvlWIL5Zu7sB1GyuyFez+EMDb1nJmRXVq/YRjp4mxkHMS9aVOzwfo8qI gifAJ5Ov4KXb47Ktk4vA4d/JT8Gvj8gsQ0G6BJN2lzsZPDMb/SsK4AP0Io0ETctr rsH40w== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=+wJ4gSdfEzNPjxdGei3AGXoSRrmeoE71WCJ3GBcYJ iU=; b=ksDqYoy5dOrpbcVUIApZDx7mAEwBgviQ7P30ligiJlYhN/pqymzJbozTp t4ZXSqDjzZiKupmWJnZVrxdksd+TgqgWvu2NWSo3FAeM9oXn8iOD7tJq26nKubH5 M5UuTCJ2BH45ev1YI16EtI0xqryx1DoEgDVOAXa89nKc/xffKMxDKS09UfXhiaLf kTp5ZgvfYRJTRzkKaPF4PsWM1FCogCAiMoa2ROpC6SFg8i1NmR+PPCpQekYeDGi8 wP3A0MIlCpW+AzhiF0XyhY099R4aWquKns9KEgOvoaWrp8Et1qAchZp6cszMqrD6 4MP7vC50S6G0IHmzaH8SXHP3bH9uQ== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvtddrudekgedgudegiecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecunecujfgurhephffvufffkfgjfhgggfgtsehtuf ertddttddvnecuhfhrohhmpefvhhhomhgrshcuofhonhhjrghlohhnuceothhhohhmrghs sehmohhnjhgrlhhonhdrnhgvtheqnecuggftrfgrthhtvghrnhepudeggfdvfeduffdtfe eglefghfeukefgfffhueejtdetuedtjeeuieeivdffgeehnecuvehluhhsthgvrhfuihii vgepudenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonh drnhgvth X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Thu, 30 Sep 2021 16:26:49 -0400 (EDT) From: Thomas Monjalon To: William Tu Cc: dev@dpdk.org, sergey.madaminov@gmail.com, bruce.richardson@intel.com, Dmitry Kozlyuk Date: Thu, 30 Sep 2021 22:26:47 +0200 Message-ID: <10889161.SdutEFiemt@thomas> In-Reply-To: <20210812005517.627cf966@sovereign> References: <20210805174819.1147-1-u9012063@gmail.com> <20210812005517.627cf966@sovereign> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] eal/windows: expose symbol rte_version X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 11/08/2021 23:55, Dmitry Kozlyuk: > 2021-08-05 17:48 (UTC+0000), William Tu: > > When OVS inits, it calls rte_version to get the DPDK's version. > > The patch fixes the error below by exposing rte_version symbol. > > libopenvswitch.a(dpdk.c.obj) : error LNK2019: unresolved external symbol > > rte_version referenced in function dpdk_init > > Fixes: 5b637a848195 ("eal: fix querying DPDK version at runtime") > Cc: bruce.richardson@intel.com > Cc: stable@dpdk.org > > > Signed-off-by: William Tu > > Acked-by: Dmitry Kozlyuk Applied, thanks. Note: do not hesitate to ping when a patch is forgotten so long.