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 6D1E0A04AB; Fri, 8 Nov 2019 21:08:06 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1EFCD1D14D; Fri, 8 Nov 2019 21:08:06 +0100 (CET) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 05C071D147 for ; Fri, 8 Nov 2019 21:08:05 +0100 (CET) Received: from mail-vs1-f70.google.com (mail-vs1-f70.google.com [209.85.217.70]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 66204859FB for ; Fri, 8 Nov 2019 20:08:04 +0000 (UTC) Received: by mail-vs1-f70.google.com with SMTP id g14so656538vsa.19 for ; Fri, 08 Nov 2019 12:08:04 -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:content-transfer-encoding; bh=GlqXufH3iNtUXARv7jV66ie2kouYWlV+kKd1N+msAq4=; b=XfFel9qsTxCjpBt1NCqD8gjIpAL46cMkrqqxXDjDk83qPg3+Dh7KgE1pwr87HD3dD3 LhZCqm3/db5I+nDh4+e+NhLPRrqDN0t0H316LdeyTWOWyEmpPzGuZ7rtKc8+BlwiaZ9w 36FKkIQLFu6oezfkAp40gf8L7iAljNLl64N7bk/tF4KNiX4rL7p2DgL3Fnt9WedAnc61 6QbYgbQKdyLga5yokXAuMqY35QNIRjQnHZV7VBgoR87KLwG06N3FiDvwrYQU64AUIFWd qMskVl78Ivh8LZT1FZHHSkHQ8whddCdgnjbY9NyLoSmWqZDP03Q7GkqghYk4y1b/wcvq Ou8g== X-Gm-Message-State: APjAAAUe112cBZG+zsb3Y1TFI/H+po1CnPP6UTRv/7MuQ8stHCOlMONA tySht7KtyG547UnPK/mpZGYa97u176W9sKtVdtFRFOSPcWM6vIBnvBzUfmXC7BC9MwiQ7L4OSww rZztaS3tbA9X0je3CpnA= X-Received: by 2002:a67:7d95:: with SMTP id y143mr9835285vsc.39.1573243683554; Fri, 08 Nov 2019 12:08:03 -0800 (PST) X-Google-Smtp-Source: APXvYqzYKEVPr76Q8xCR2jkiblQWsThR0rU339NNdbKZUMbsZG7C5kx6/F8EVuWtUclWW1zID51Ii7MV7D7M8n4n5D0= X-Received: by 2002:a67:7d95:: with SMTP id y143mr9835256vsc.39.1573243683172; Fri, 08 Nov 2019 12:08:03 -0800 (PST) MIME-Version: 1.0 References: <1573241531-16484-1-git-send-email-david.marchand@redhat.com> <21851495.KjiF73E6hx@xps> In-Reply-To: <21851495.KjiF73E6hx@xps> From: David Marchand Date: Fri, 8 Nov 2019 21:07:51 +0100 Message-ID: To: Thomas Monjalon Cc: dev , aostruszka@marvell.com, Bruce Richardson , Aaron Conole , Michael Santana Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH] ci: remove LTO job 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 Fri, Nov 8, 2019 at 8:56 PM Thomas Monjalon wrote: > > 08/11/2019 20:32, David Marchand: > > The LTO job using gcc-7 has two issues at the moment: > > - warnings about implicit fallthroughs trigger build errors: > > > > In file included from ...common/include/rte_memory.h:22:0, > > from ...linux/eal/eal_hugepage_info.c:24: > > ...common/include/rte_common.h: In function =E2=80=98rte_str_to_size=E2= =80=99: > > ...common/include/rte_common.h:744:27: error: this statement may > > fall through [-Werror=3Dimplicit-fallthrough=3D] > > case 'G': case 'g': size *=3D 1024; /* fall-through */ > > ~~~~~^~~~~~~ > > > > - if we disable this warning, linking the binaries takes too much time > > and the job is terminated by Travis because it reaches the maximum > > time limit > > > > Fixes: 098cc0fea3be ("build: add option to enable LTO") > > > > Signed-off-by: David Marchand > > Acked-by: Thomas Monjalon Thanks, applied. > Thank you, I should have tested it in Travis before merging. Well, the robot could have helped, but I can't find the job for the 7128 series, and the job for the 7333 series is still pending. --=20 David Marchand