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 A2224A04B5; Tue, 27 Oct 2020 12:57:11 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 894562BDB; Tue, 27 Oct 2020 12:57:10 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 5E0682BD3 for ; Tue, 27 Oct 2020 12:57:08 +0100 (CET) IronPort-SDR: eShSuYxfk2Ayc1Zmssy24OaJojgXcDWGKZm+FDydEFfR11KfHp2qHWaBmPAIFMFP4bovYtUbAM z8qFj4skQ5fA== X-IronPort-AV: E=McAfee;i="6000,8403,9786"; a="168165233" X-IronPort-AV: E=Sophos;i="5.77,423,1596524400"; d="scan'208";a="168165233" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Oct 2020 04:57:07 -0700 IronPort-SDR: 4wZgyZDqsCVptBYraWATHvu9zhxCNxPVDQb3Qi9pRoi/pGY5tZZqRBnl4Wpk31aA/G+bdJz8l1 uvQIu4VQq18Q== X-IronPort-AV: E=Sophos;i="5.77,423,1596524400"; d="scan'208";a="468268721" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.251.87.204]) ([10.251.87.204]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Oct 2020 04:57:05 -0700 To: Leyi Rong , qi.z.zhang@intel.com, bruce.richardson@intel.com, wenzhuo.lu@intel.com, Ali Alnubani , Andrew Rybchenko , David Marchand Cc: dev@dpdk.org References: <20201027101926.112609-1-leyi.rong@intel.com> From: Ferruh Yigit Message-ID: Date: Tue, 27 Oct 2020 11:57:02 +0000 MIME-Version: 1.0 In-Reply-To: <20201027101926.112609-1-leyi.rong@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH] net/ice: add AVX512BW flag check both in build and runtime 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 10/27/2020 10:19 AM, Leyi Rong wrote: > Intrinsic function __mm512_bsrli_epi128 should be used in > the environment which supports AVX512BW, so adds check for > this flag. > > Fixes: 5dd3b8f3af34 ("net/ice: add AVX512 vector path") > > Signed-off-by: Leyi Rong Squashed into relevant commit in next-net, thanks. Andrew, Ali, David, Can you please confirm the issue is solved in the next-net/main? Thanks, ferruh