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 37D26A0562; Sun, 28 Mar 2021 04:04:12 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1512440042; Sun, 28 Mar 2021 04:04:12 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 42FF140040 for ; Sun, 28 Mar 2021 04:04:10 +0200 (CEST) IronPort-SDR: rWOA2Y1b/EyR9GcIlPiDpzuPGy5VC5/362Ke6+yOoUaSsHE1kH67OyU6XKNxjVaQY78iEvtv/g Ri0NmsT0mIsA== X-IronPort-AV: E=McAfee;i="6000,8403,9936"; a="252706669" X-IronPort-AV: E=Sophos;i="5.81,284,1610438400"; d="scan'208";a="252706669" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Mar 2021 19:04:09 -0700 IronPort-SDR: qtbksJwq7A00AfP6Ui52HN/MLpV4tbepwgqhlt8OjUMf/XkEzP2fvssH1Omq1qrupJuB1eL7Rk dAhf5D2Vm2OA== X-IronPort-AV: E=Sophos;i="5.81,284,1610438400"; d="scan'208";a="375983158" Received: from pkadam-mobl1.amr.corp.intel.com (HELO [10.255.231.96]) ([10.255.231.96]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Mar 2021 19:04:08 -0700 To: Ferruh Yigit , 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: <20210303215929.5616-1-pallavi.kadam@intel.com> <20210311015848.4976-1-pallavi.kadam@intel.com> <20210311015848.4976-3-pallavi.kadam@intel.com> From: "Kadam, Pallavi" Message-ID: <4ae94961-8c00-82f4-5262-b0f009e82744@intel.com> Date: Sat, 27 Mar 2021 19:04:08 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US Subject: Re: [dpdk-dev] [PATCH v2 2/3] net/ice: build 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 3/26/2021 4:58 AM, Ferruh Yigit wrote: > On 3/11/2021 1:58 AM, Pallavi Kadam wrote: >> - Add Intel ice PMD support on Windows. >> - Remove #include sys/ioctl header file as it is not needed. >> - Replace x86intrin.h with rte_vect.h to avoid __m_prefetchw conflicting >> types. >> - Replace POSIX usleep() API with rte API. >> - Add a new macro for the access() API as the original function >> has been deprecated on Windows. >> - Add extra cflags '-fno-asynchronous-unwind-tables' >> to avoid MinGW build error: >>     Error: invalid register for .seh_savexmm >> - Add documentation to support ice PMD on Windows. >> Update the release notes and features list for the same. >> >> Signed-off-by: Pallavi Kadam >> Reviewed-by: Ranjit Menon > > <...> > >> index 23f7f0bff..15b812ac5 100644 >> --- a/doc/guides/rel_notes/release_21_05.rst >> +++ b/doc/guides/rel_notes/release_21_05.rst >> @@ -70,6 +70,10 @@ New Features >>     * Added command to display Rx queue used descriptor count. >>       ``show port (port_id) rxq (queue_id) desc used count`` >>   +* **Updated Intel ice driver.** >> + >> +  * Added Intel ice support on Windows. >> + >> > > Can you please move the update just after 'Hisilicon' PMD update, we > are trying to keep PMD updates in order base on vendor alphabetical > order. > Overall the release note update order is described more in the section > comment of the document. Ok, I'll update the order in v3.