From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 0113FA04C0; Tue, 6 Oct 2020 22:47:42 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0EC9D1023; Tue, 6 Oct 2020 22:47:41 +0200 (CEST) Received: from mail-lj1-f193.google.com (mail-lj1-f193.google.com [209.85.208.193]) by dpdk.org (Postfix) with ESMTP id 94EF9F64 for ; Tue, 6 Oct 2020 22:47:38 +0200 (CEST) Received: by mail-lj1-f193.google.com with SMTP id r24so12327981ljm.3 for ; Tue, 06 Oct 2020 13:47:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=6f/zks7Z5axVM6iJDBIv69VZUKkjO+MtLtZZTzHfZJY=; b=HWpqtBy9/UsHAS85ylCTZHZdu31ucCLahyfzxtdJnriOnJjgJChRm81lsw30hHSoTy CBd5N6yuGOhIUbQ+vXhqLsYLYNNaYXNlGdW5ypZfxy+Hd754jAemgbuDD/hS4Em9Zp2K 257/LNWVsTx+ZMXz4zHRFLpdYr//FwMTXVQActbzkiqZ1+1KZstjt80ZR8MiE3qDhQai YkspfUOO/zbfeFs5phgKioLa9rQo2mSptl8p8Iqh9R+BVQB9neTI5VtnfN0hRhrK/NdO 1S+f+O6en2DfN1jagsbRq4krpd0DCSDPHzdiKF432DUYnd9IexT+parQUr5Sec40GS5V tzTg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=6f/zks7Z5axVM6iJDBIv69VZUKkjO+MtLtZZTzHfZJY=; b=cs3libyfyin/J8+AGaDyiTXnJ/T4yy3YemdfjlHkfRcCHJaNdqOkDkRLFQc57wQ4x5 nN1zOu5VWo7B40GEDgvVPIXNH0LQc4cLesJFCUAcW350HZsbLeg7ihyIV5Dc3R7nnhW5 ciFLtQhP9ySDsgc0n8uKucIxgSnoTy2SL7NQK4FhgZKjuJt1iq439LoKq68IcbtbFG+D ctlhKcn3Wo1re3IPtQWqD8iQg7/pupBzz+5iZahN7b9q1/nGzgBVx6OBgFGw92X/2/42 hELzvtBoKJcOLQFnqdrY8QKuoC/GcyNMKkc8akitvlLW4qKQdBaXoDw8fuyzAlHlYSI8 dMEA== X-Gm-Message-State: AOAM532Aez/bxuPWHC1V4dDagLFJqo3a4FS83vID1RO9F/0iY+3MZM9B v+OASqgRkzQEG4zvp9Pj4u8= X-Google-Smtp-Source: ABdhPJyzg8bHlLnYjR1aNSUWzFM0erSx3cYvvV/YT5UqKTGbYXmKsDbdAN9UbiBgbvG/o9U98rF6Vg== X-Received: by 2002:a2e:7e10:: with SMTP id z16mr2480247ljc.439.1602017257218; Tue, 06 Oct 2020 13:47:37 -0700 (PDT) Received: from sovereign (broadband-37-110-65-23.ip.moscow.rt.ru. [37.110.65.23]) by smtp.gmail.com with ESMTPSA id f207sm14844lfd.47.2020.10.06.13.47.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 06 Oct 2020 13:47:36 -0700 (PDT) Date: Tue, 6 Oct 2020 23:47:35 +0300 From: Dmitry Kozlyuk To: Tal Shnaiderman Cc: dev@dpdk.org, thomas@monjalon.net, pallavi.kadam@intel.com, ranjit.menon@intel.com, navasile@linux.microsoft.com, dmitrym@microsoft.com, ophirmu@nvidia.com Message-ID: <20201006234735.1b817492@sovereign> In-Reply-To: <20201002191837.12984-1-talshn@nvidia.com> References: <20201002191837.12984-1-talshn@nvidia.com> X-Mailer: Claws Mail 3.17.6 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] eal/windows: export all built functions for clang X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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" On Fri, 2 Oct 2020 22:18:37 +0300, Tal Shnaiderman wrote: > export for clang build all the functions currently built > on Windows and listed in rte_eal_version.map by adding > them to rte_eal_exports.def. > > Signed-off-by: Tal Shnaiderman > --- > lib/librte_eal/rte_eal_exports.def | 156 ++++++++++++++++++++++++++++++++++++- > 1 file changed, 152 insertions(+), 4 deletions(-) Patch does not apply on e2d811063, please rebase.