From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <thomas@monjalon.net> 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: <xms:HojbW5QYDjIXIHM5EKnmGDiHlPpFlkI3uXYQV72u5yr801MWEWrgog> X-ME-Proxy: <xmx:HojbW-Oe8kpc_OEaX59V-y1PCBa8KT-oqDrAQgW_Vxq7OJdY1VP6hA> <xmx:HojbWz5TJjn9RLm3kc4jiIik6KFC3ZbI2wEnlxeaWfs7MqUxyaLAtg> <xmx:HojbW-Natg85Q4ag9-f1PjRIFQVZuYnkjzOM1Mn0HBAKjtP7ghmOTg> <xmx:HojbW2icXobWCvrsYluYYn0VTCJDHa1bPWVKmslv3pydt0Wl0jVd7g> <xmx:HojbWwvrOnR5pVC34su95cxSUHVGybB5XpStUdaEcZqEeG0udnLexg> <xmx:H4jbW1AU-iH_f-h_MbrnINpfIZp6_kThhJAkUzsDMlCBKQjZFoJGeg> 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 <thomas@monjalon.net> To: dev@dpdk.org, "bruce.richardson@intel.com" <bruce.richardson@intel.com>, konstantin.ananyev@intel.com Cc: Yongseok Koh <yskoh@mellanox.com>, Shahaf Shuler <shahafs@mellanox.com>, "stable@dpdk.org" <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-stable] [dpdk-dev] [PATCH] build: disable compiler AVX512F support X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches <stable.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/stable>, <mailto:stable-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/stable/> List-Post: <mailto:stable@dpdk.org> List-Help: <mailto:stable-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/stable>, <mailto:stable-request@dpdk.org?subject=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 <yskoh@mellanox.com> I was asked to wait before applying this patch. 10 days passed and there is no comment, so I will apply it tomorrow.