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 1E36AA0521; Tue, 3 Nov 2020 16:37:39 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4106DCB93; Tue, 3 Nov 2020 16:37:37 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 2452ACB7F for ; Tue, 3 Nov 2020 16:37:35 +0100 (CET) IronPort-SDR: NqDLRVy3q1bdSxBFOG9bG1nl5T+fbxIfPUBbhF5pmnEvUVxs2ADjnP8GMhnD32L6m3w4sJytce k1vS5D76koNQ== X-IronPort-AV: E=McAfee;i="6000,8403,9794"; a="168286582" X-IronPort-AV: E=Sophos;i="5.77,448,1596524400"; d="scan'208";a="168286582" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Nov 2020 07:37:33 -0800 IronPort-SDR: n+3DtAuXZse3wCNW8x/ObLS72PRuR3pbSRt9olwKOVDY41l+aS8lcERVLoM1K+ZhD1bJwmcGJf n53I1gPCK8dw== X-IronPort-AV: E=Sophos;i="5.77,448,1596524400"; d="scan'208";a="538528493" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.218.178]) ([10.213.218.178]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Nov 2020 07:37:32 -0800 From: Ferruh Yigit To: Bruce Richardson , Leyi Rong , Ali Alnubani Cc: qi.z.zhang@intel.com, dev@dpdk.org References: <20201103125629.56030-1-leyi.rong@intel.com> <20201103135200.41166-1-leyi.rong@intel.com> <20201103135200.41166-2-leyi.rong@intel.com> <20201103144220.GE1144@bricha3-MOBL.ger.corp.intel.com> Message-ID: <8349eee3-7981-cfc0-0199-f7cb4751c7ba@intel.com> Date: Tue, 3 Nov 2020 15:37:28 +0000 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2 1/2] net/ice: fix build error on lower version GCC 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 11/3/2020 3:29 PM, Ferruh Yigit wrote: > On 11/3/2020 2:42 PM, Bruce Richardson wrote: >> On Tue, Nov 03, 2020 at 09:51:59PM +0800, Leyi Rong wrote: >>> Fix the build error when -march=skylake-avx512 is not supported on >>> lower version GCC. >>> >>> Fixes: ef5d52dae5e2 ("net/ice: add AVX512 vector path") >>> >>> Signed-off-by: Leyi Rong >> >> Acked-by: Bruce Richardson >> > > Squashed into relevant commit in next-net, thanks. > > Indentation added to match 'ice' while merging. > Hi Ali, Can you please test the build of next-net/main one more time? Thanks, ferruh