From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id C47CB4F9C; Fri, 2 Nov 2018 00:11:27 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 51BA4222C2; Thu, 1 Nov 2018 19:11:27 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 01 Nov 2018 19:11:27 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=wqmBmZ5R4yRmQBo7hgPGiQjaVMeG6Idwakzc9Nvf+sI=; b=bXyufJVUt/U3 LF0TkYjGEshFH4whyXiqNo0RnRYORs57G/HmDC1AIYdHZt2u8nVcOihJuLGBD6LZ fEmlLQANDr6bEyqrEwou+fCneZtu8jeJMC6/alWaNjFdWOvXahE18nG+mpppiBl0 /KXNFUPKNn8EZgc1OAyFZxobUACGQMo= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=wqmBmZ5R4yRmQBo7hgPGiQjaVMeG6Idwakzc9Nvf+ sI=; b=se20vr3AAXi3KWqJK2c3bzomirf5xaybsy8L8gof92Xdz6WAnYVJjyVDf 48mSqQhzCUZZLrKbJvQUUwFhNH7cXgQOa9c1vIPY1MvnGNgQYQo3mzk8Gd052lWc 8xLGe8ySWmNx9d4MecR5Qr12oqc5shstMvTGUCxf5TIdiK06LLcXUzy6An6G5KHB JZVEYA5vW6YJemQXuqsaBtOcsg4itBCGI7smzV0HextuFHjjpX918baY0jVTvfZm yjt6OoMMyKyuE+3rRldzkPgkJf5sW2MS63r8/NjcUVkMOVaZqHwcVBawlD9syhTc ooyHQVIbRAI8wHVo89j+ndF+3O4kw== X-ME-Sender: X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id AD422102E4; Thu, 1 Nov 2018 19:11:25 -0400 (EDT) From: Thomas Monjalon To: dev@dpdk.org, "bruce.richardson@intel.com" , konstantin.ananyev@intel.com Cc: Yongseok Koh , Shahaf Shuler , "stable@dpdk.org" , ferruh.yigit@intel.com Date: Fri, 02 Nov 2018 00:11:24 +0100 Message-ID: <31482910.FCGgztJ3Sx@xps> In-Reply-To: <20181023212318.43082-1-yskoh@mellanox.com> References: <20181023212318.43082-1-yskoh@mellanox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] build: disable compiler AVX512F support 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: , X-List-Received-Date: Thu, 01 Nov 2018 23:11:28 -0000 23/10/2018 23:23, Yongseok Koh: > This is a workaround to prevent a crash, which might be caused by > optimization of newer gcc (7.3.0) on Intel Skylake. > > Bugzilla ID: 97 > > Cc: stable@dpdk.org > > Signed-off-by: Yongseok Koh I was asked to wait before applying this patch. 10 days passed and there is no comment, so I will apply it tomorrow.