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 CAEE7A052A; Wed, 27 Jan 2021 20:15:36 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 65AFD14104C; Wed, 27 Jan 2021 20:15:36 +0100 (CET) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id B3BAE14104B for ; Wed, 27 Jan 2021 20:15:34 +0100 (CET) IronPort-SDR: aC6fd0jSbJFhFXCm6QnX3lNmJCFeP23AtkQP3vB0m2d5G6HdSIFXTOwtB+rU61LDSQnjpRVISe fgjg/RiGm2yA== X-IronPort-AV: E=McAfee;i="6000,8403,9877"; a="241649575" X-IronPort-AV: E=Sophos;i="5.79,380,1602572400"; d="scan'208,217";a="241649575" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Jan 2021 11:15:32 -0800 IronPort-SDR: ZUegAY2Z0PlprulOc7R0CICVkLbzDQvURe5T+n+uZNkYsj6zkaPjm6akYvcKWaWR8UGMRtH0y8 Oe/EuPZbNbBA== X-IronPort-AV: E=Sophos;i="5.79,380,1602572400"; d="scan'208,217";a="362539889" Received: from pkadam-mobl1.amr.corp.intel.com (HELO [10.209.34.248]) ([10.209.34.248]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Jan 2021 11:15:32 -0800 To: Leyi Rong , bruce.richardson@intel.com, talshn@nvidia.com, qi.z.zhang@intel.com, ferruh.yigit@intel.com, ranjit.menon@intel.com, beilei.xing@intel.com Cc: dev@dpdk.org References: <20210126153819.63625-1-leyi.rong@intel.com> <20210127142706.6290-1-leyi.rong@intel.com> From: "Kadam, Pallavi" Message-ID: <6d8428d5-3995-9f7e-32ea-b4b19bd98a03@intel.com> Date: Wed, 27 Jan 2021 11:15:31 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.6.1 MIME-Version: 1.0 In-Reply-To: <20210127142706.6290-1-leyi.rong@intel.com> Content-Language: en-US Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [dpdk-dev] [PATCH v3 0/2] fix mingw build error 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 1/27/2021 6:27 AM, Leyi Rong wrote: > This patchset fix mingw build error when avx512 is introduced. > > --- Tested-by: Pallavi Kadam