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 3D177A0546; Tue, 6 Apr 2021 19:22:47 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A65B2406A2; Tue, 6 Apr 2021 19:22:46 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id 1219C4067C for ; Tue, 6 Apr 2021 19:22:44 +0200 (CEST) IronPort-SDR: RT8V9IlDTeJd9EWgM+o6hSb7bk52LQHwgnBkxBth+/J8w9b0QtCp3K0GDSpThS/UiQB9o5XhzD WRT3f5Yeqizw== X-IronPort-AV: E=McAfee;i="6000,8403,9946"; a="213490922" X-IronPort-AV: E=Sophos;i="5.82,201,1613462400"; d="scan'208";a="213490922" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Apr 2021 10:22:42 -0700 IronPort-SDR: 5fDWOm70OzCtEE9s0cLLNFNKxkE1A84RaLHCSzCAVBiE9O/MLoVuBpyVQlxf0oIJ2Q/WPSeVMd vasxC0AfcSCg== X-IronPort-AV: E=Sophos;i="5.82,201,1613462400"; d="scan'208";a="421308204" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.250.199]) ([10.213.250.199]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Apr 2021 10:22:20 -0700 From: Ferruh Yigit To: Pallavi Kadam , dev@dpdk.org, thomas@monjalon.net Cc: dmitry.kozliuk@gmail.com, ranjit.menon@intel.com, qiming.yang@intel.com, qi.z.zhang@intel.com References: <20210311015848.4976-1-pallavi.kadam@intel.com> <20210402012621.7944-1-pallavi.kadam@intel.com> <6315ed5f-b295-467b-da04-2f47b3444d80@intel.com> X-User: ferruhy Message-ID: Date: Tue, 6 Apr 2021 18:22:06 +0100 MIME-Version: 1.0 In-Reply-To: <6315ed5f-b295-467b-da04-2f47b3444d80@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v3 0/3] Support ice PMD on Windows 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" On 4/6/2021 5:40 PM, Ferruh Yigit wrote: > On 4/2/2021 2:26 AM, Pallavi Kadam wrote: >> This patch-set enables building the Intel ice PMD on Windows. >> >> v3 changes: >>     - Rebase on latest head >>     - Replaced 'unsigned long long' with 'size_t' >>     - Moved cflag '-fno-asynchronous-unwind-tables' above the assignment >>       "c_args = cflags" >>     - Updated release notes to add ice support on Windows in alphabetical >>       order >>     - Added a note on Windows limitation in ice driver document >> >> v2 changes: >>     - Updated patch#1 title to reflect the iavf base code support >>     - Added cflag '-fno-asynchronous-unwind-tables' to base driver >>     - Updated doc patch with the DDP documentation and >>         integrated it with the respective code commit >> >> Pallavi Kadam (3): >>    build: enable iavf base code to build on windows >>    net/ice: build on Windows >>    net/ice: disable ice DDP package on Windows >> > > For series, > Reviewed-by: Ferruh Yigit Series applied to dpdk-next-net/main, thanks.