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 93D7CA04F3 for ; Fri, 3 Jan 2020 15:52:40 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 722D51D440; Fri, 3 Jan 2020 15:52:40 +0100 (CET) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-1.mimecast.com [205.139.110.61]) by dpdk.org (Postfix) with ESMTP id 33D011D42B for ; Fri, 3 Jan 2020 15:52:39 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1578063158; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=FkhXDh2OPKp4VEo8D0bVf3Ki5dxkFX9jkuwCm1FhYzk=; b=DMszKt4N6YPtrNKs9V9oRMJZ6X0EcdTuHsOA2fP/jIji0KE6wWmld4w/9PKcmuinL0n217 7EGosvfIsBaATPiQzf8SnkxOE0JSNjfuRSsF2l+LZbUloqwOd9Iwsf5gtkBl4owiYlQ1pj n+g6hl8zDccG9t9kKQP9qhdurKQW/xs= Received: from mail-vk1-f200.google.com (mail-vk1-f200.google.com [209.85.221.200]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-26-cQNz9sHcOUqDTNa1J5smfg-1; Fri, 03 Jan 2020 09:52:35 -0500 Received: by mail-vk1-f200.google.com with SMTP id c1so17340751vko.4 for ; Fri, 03 Jan 2020 06:52:35 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=HShptJYT0OV8WEBSMIZGHf7oGzjA8vVRZMYwSj8lQqw=; b=qZPkWDLTdaQTvV6+KvFwvPqKZW3++G+jiYHIcCNYeLgG6MreGZBPMujlERZVt8/Os7 PP+TR+GpR5oo3pWhRUlj45WKsSVQPvTN0BMBspToN47SHNZo145OXsDa6/+nd8N8iP6k 1us0bAvmLJgwUY9bUiKcyfYcmULPDM8hKq7X2PHt6b1lRsMqO4kXwL25p58b6sgvmOpP nsoziyVVLCopTKTuc1pTuG0EM3fVarJsl1ZCr4A1bO+Q5uRRtPBvu8TgR2h7gS3OzAf5 haLZAMRt+hgwlXJ5pM2k49wPhCUrsZkOOk4Yn2qkLEgAX8HarUw6an+qWRTmXukjtmr9 C/0w== X-Gm-Message-State: APjAAAWydFjkcCYAtWnqhPG/rTGEXB1W2cDo73lptYoe3MTed6tw1goZ XLJ9kTjvjw+iW+Mr9fRVCEnwDkWmOQbmAeuuudf876nwUrXw4tHNdcE9ePjz4EmBVPZEMGj9594 a7rSs/M1NJ3RdujeSW6dT6gc= X-Received: by 2002:a1f:4104:: with SMTP id o4mr51804735vka.80.1578063154880; Fri, 03 Jan 2020 06:52:34 -0800 (PST) X-Google-Smtp-Source: APXvYqwmKgtzac3kQ3GC47PWm4IrUJO/OLBWkvSdRx71T0G7Hwf1U0+B4JCJAI89hbBRxrJBMBxZ80a/+MfBIz8bt1E= X-Received: by 2002:a1f:4104:: with SMTP id o4mr51804724vka.80.1578063154579; Fri, 03 Jan 2020 06:52:34 -0800 (PST) MIME-Version: 1.0 References: <20191217140838.2711906-1-bruce.richardson@intel.com> <20191223103840.2848732-1-bruce.richardson@intel.com> <20200103135521.GA570@bricha3-MOBL.ger.corp.intel.com> In-Reply-To: <20200103135521.GA570@bricha3-MOBL.ger.corp.intel.com> From: David Marchand Date: Fri, 3 Jan 2020 15:52:23 +0100 Message-ID: To: Bruce Richardson Cc: dev , dpdk stable X-MC-Unique: cQNz9sHcOUqDTNa1J5smfg-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-stable] [PATCH v2] build: explicitly enable sse4 for meson builds X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On Fri, Jan 3, 2020 at 2:55 PM Bruce Richardson wrote: > > +stable > > This patch is probably worthwhile taking into 19.11 and 18.11 branches to > reduce chances of failures on CI of stable trees. +1 > > On Mon, Dec 23, 2019 at 10:38:40AM +0000, Bruce Richardson wrote: > > If the compiler does not recognise the specific CPU when building with = the > > default "native" machine type, sse4.2 instructions can be missing, caus= ing > > a build error. Rather than advising the user to change the machine type= , > > we can just turn on SSE4.2 directly. This can prevent issues with runni= ng > > automated tests with older compilers/distros on newer hardware. > > > Cc: stable@dpdk.org > > Signed-off-by: Bruce Richardson Acked-by: David Marchand Applied, thanks. -- David Marchand