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 B7935A0A02; Fri, 26 Mar 2021 12:58:33 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7247640685; Fri, 26 Mar 2021 12:58:33 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 825B04067B for ; Fri, 26 Mar 2021 12:58:31 +0100 (CET) IronPort-SDR: 2lLyRmcwv8eD+zHNCZRKl8M/LdUEnmAxyJWnq148GCv2bGznKn9PqvtUVOx9lsPMWgaTN9zWkS nRk9l5+g9eCA== X-IronPort-AV: E=McAfee;i="6000,8403,9934"; a="190571255" X-IronPort-AV: E=Sophos;i="5.81,280,1610438400"; d="scan'208";a="190571255" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Mar 2021 04:58:30 -0700 IronPort-SDR: aG1nqhXkGYfvp6M9ewFlq9tAIrlgw+7Fd0gjrRgUzCLn9AJq0POcuMSwjk369TOa0UIO2P/Nn6 laWz/vT+60OA== X-IronPort-AV: E=Sophos;i="5.81,280,1610438400"; d="scan'208";a="375461506" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.231.99]) ([10.213.231.99]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Mar 2021 04:58:28 -0700 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: <20210303215929.5616-1-pallavi.kadam@intel.com> <20210311015848.4976-1-pallavi.kadam@intel.com> <20210311015848.4976-3-pallavi.kadam@intel.com> From: Ferruh Yigit X-User: ferruhy Message-ID: Date: Fri, 26 Mar 2021 11:58:24 +0000 MIME-Version: 1.0 In-Reply-To: <20210311015848.4976-3-pallavi.kadam@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit 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/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.