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 491C8A04BA; Fri, 2 Oct 2020 06:29:00 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 62F111D5A2; Fri, 2 Oct 2020 06:28:58 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 529BB1D5A0 for ; Fri, 2 Oct 2020 06:28:56 +0200 (CEST) IronPort-SDR: A0sW4+YE8ZqSUL86W57qie6/i7f9v93t2mZpD3nT3kuzt5tqxk8M4rfLVNe+MwgI3AKHke0A8B G59thGK5swBg== X-IronPort-AV: E=McAfee;i="6000,8403,9761"; a="227029608" X-IronPort-AV: E=Sophos;i="5.77,326,1596524400"; d="scan'208";a="227029608" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Oct 2020 21:28:53 -0700 IronPort-SDR: UmFJfOSAeV5+BaXHqyEVW/2wTUkS2te4Eo6xmgrBx3vqjLF9PUt33L7W6QsLbOng6Dy49ux/PH vwc1oYN6dcsg== X-IronPort-AV: E=Sophos;i="5.77,326,1596524400"; d="scan'208";a="515769493" Received: from pkadam-mobl1.amr.corp.intel.com (HELO [10.212.125.55]) ([10.212.125.55]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Oct 2020 21:28:52 -0700 To: Tal Shnaiderman , dev@dpdk.org Cc: thomas@monjalon.net, dmitry.kozliuk@gmail.com, ranjit.menon@intel.com, navasile@linux.microsoft.com, dmitrym@microsoft.com, yipeng1.wang@intel.com, sameh.gobriel@intel.com, bruce.richardson@intel.com, Ophir Munk References: <20201001153059.8856-1-talshn@nvidia.com> From: "Kadam, Pallavi" Message-ID: <4c25df98-b68b-8ac1-1403-34cbace9184a@intel.com> Date: Thu, 1 Oct 2020 21:28:39 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.12.1 MIME-Version: 1.0 In-Reply-To: <20201001153059.8856-1-talshn@nvidia.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-GB Subject: Re: [dpdk-dev] [PATCH] hash: build on Windows 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 10/1/2020 8:30 AM, Tal Shnaiderman wrote: > From: Ophir Munk > > Build the lib for Windows. > Export the needed function from eal. > > Signed-off-by: Ophir Munk > Signed-off-by: Tal Shnaiderman > --- Tested-by: Pallavi Kadam Acked-by: Pallavi Kadam