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 7C14EA0093; Wed, 20 May 2020 16:53:12 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 479031C1C3; Wed, 20 May 2020 16:53:11 +0200 (CEST) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-2.mimecast.com [205.139.110.61]) by dpdk.org (Postfix) with ESMTP id 268D41C1C2 for ; Wed, 20 May 2020 16:53:10 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1589986389; 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: in-reply-to:in-reply-to:references:references; bh=pyMrpeLIhrtlgpcUfiOWEgs84KoOBJD/FNScYWMLpA8=; b=YJ+DCAXrtmFdNo4tuE4xON/gKX6tPAsYDWIdWCuf2hod+3matoWz4W6p26sPgnH49jbgIw JxSFVHKhDrhTS/Eyc0qdW7tamnMYzCm36+jTO1Dce0zgdFVMCBC8qXhYlIs4zcZWbcEKX/ 3sdae3Ed2OBC9Z/RsZDRtAVz8k+EMKA= Received: from mail-vk1-f198.google.com (mail-vk1-f198.google.com [209.85.221.198]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-180-A7-SAZP5M5CndXf9-12vwQ-1; Wed, 20 May 2020 10:53:07 -0400 X-MC-Unique: A7-SAZP5M5CndXf9-12vwQ-1 Received: by mail-vk1-f198.google.com with SMTP id k64so1507383vkk.4 for ; Wed, 20 May 2020 07:53:07 -0700 (PDT) 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=pyMrpeLIhrtlgpcUfiOWEgs84KoOBJD/FNScYWMLpA8=; b=KVU3HBBfooSWMMDPcsMA2ZH53g0MCJRXS5R3uIV5pH2+xDEiVyyRA5ryfzd8qUGYRa bPY9eDTjEOh6nD62dXVSEHAeIfjGZd+ffF6ajpAIrVTiG5p2T5vwQttkyQ6EtTLeFnzo 42226p0APm5+UbP7IjqgVlXsiGxtFvTk/oFZu3S1226yxlGKMY+yow40ra6OEx3e/s3z vk3JHvt6RPJuJGYS/0w2Lb7s6Bc88kFIRE7j0S2NF/TJfCqehtj2KGtMmFCfEOa9J7EL /8ZLqjlgizhO2oiIondARJbxkWRHksDOHDMHztP3cTH0Gd+bTQSdDltd52SrRaVc4lWW uTTQ== X-Gm-Message-State: AOAM532unOIzRqRGGH+IGjtk5/pBhQgrvTzcX/vBA+qnGvRbcN9z+6VG PijfK+bpWAUvwaZmlpUMy4axXVPvTK6D/eyymeW5xWS3tJfeDdOdPqEsFtxblKXQPOtu5mCnAoQ FE+DLlnYW6ty9fWln0HY= X-Received: by 2002:ab0:6544:: with SMTP id x4mr3538497uap.86.1589986387089; Wed, 20 May 2020 07:53:07 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxA4PLv+21S+CQsjTmVh6HdA7AbpxvOeTt8Vuf7UzRDamrEqiy0R+LJWA9MmGfB8dn1WZjArbx5qo1K+DyQmNo= X-Received: by 2002:ab0:6544:: with SMTP id x4mr3538480uap.86.1589986386727; Wed, 20 May 2020 07:53:06 -0700 (PDT) MIME-Version: 1.0 References: <20200520135830.1178242-1-thomas@monjalon.net> In-Reply-To: <20200520135830.1178242-1-thomas@monjalon.net> From: David Marchand Date: Wed, 20 May 2020 16:52:55 +0200 Message-ID: To: Thomas Monjalon Cc: dev X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH 0/4] fix build with GCC 10 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 Wed, May 20, 2020 at 3:58 PM Thomas Monjalon wrote: > > These are supposed to be the last patches to support GCC 10. > > Thomas Monjalon (4): > net/mvpp2: fix build with gcc 10 > examples/vm_power: fix build with -fno-common > examples/vm_power: drop Unix path limit redefinition > devtools: allow warnings in ABI reference build > > devtools/test-build.sh | 6 ++---- > devtools/test-meson-builds.sh | 3 +-- > drivers/net/mvpp2/mrvl_flow.c | 4 ++-- > examples/vm_power_manager/channel_manager.c | 3 ++- > examples/vm_power_manager/channel_manager.h | 9 ++------- > examples/vm_power_manager/power_manager.c | 1 - > 6 files changed, 9 insertions(+), 17 deletions(-) For the series, Acked-by: David Marchand -- David Marchand