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 399CBA0093; Wed, 20 May 2020 15:58:43 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1C0871C2A0; Wed, 20 May 2020 15:58:43 +0200 (CEST) Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by dpdk.org (Postfix) with ESMTP id 44AAB1C24A for ; Wed, 20 May 2020 15:58:41 +0200 (CEST) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.west.internal (Postfix) with ESMTP id 4C91F11F8; Wed, 20 May 2020 09:58:40 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute7.internal (MEProxy); Wed, 20 May 2020 09:58:40 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; s=fm1; bh=Bsr4FePmYAXptg0/V316AveAyx bQtE6I0ztVUhoiIpo=; b=KcBBAP4zTE8+mwizJ8mcfBWlw5Q5nnyGd4OQtzV5Ho 4YUhbJ6lmg3KonyeelAs6O9zyXoKUXd02tjIwDxkYD/8521jkkdMOrkCxdGv7+JJ D8JIZOrF/55Thn7yEbmAQWuGqsEmikvAwuO3DTNxxay4eTnB9W6XW+BWloOjE8uj aMiBhZyyOVUr0K/CxdqAcdp0P2no7gBUriR+ewttApdwPDyWdJBG1gkBrLaCISey 2Va0hhR6sA5YiA7W9jISyIg/ZR7vFL+OpFk0XrlvvHJAahrZKt49/Mo0lvTO24pk Mb4JGdJPutovPYjX4zKnvm6z9FhmRugGxwqnsQ1dzRfA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:date:from :message-id:mime-version:subject:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=Bsr4FePmYAXptg0/V 316AveAyxbQtE6I0ztVUhoiIpo=; b=YC9H1VMyByrumdm6cQ+ShU3FqedY2EeB6 ysu5b86kiXDBZKOIoRXzwNpAo70lzyRJFRXTQI+LZQwMEuwCgnBNclj7rMd3V2i3 PQoRLzISzJNUHV8jB6/QO1oh74NFuMN1umnVl8jqZs0X27NZ14GFMfz/HOdGFOMs GiF9+YbfU09gFZNTSZApVf+0vxrDmtwgCeI4V6GvCKaPmWaFIhQ75moIX3MBPBJn Wq7IfyPd3sUb2uNhAxIWV0c1E8w2gIS6kwgOe0HQko1S9v1lIOkP7aDCG6efN+LZ 7aP7UYmB6PK5rHbMx8B6/vh6pASkNjxmtjmjKmNXg+w7mnBuHk1RQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedruddtledgieelucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefhvffufffkofgggfestdekredtre dttdenucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhho nhhjrghlohhnrdhnvghtqeenucggtffrrghtthgvrhhnpedvledvudehvdduudevuedvve ehgeduleegiefgjeehudehtddtgeduffejiefhgfenucfkphepjeejrddufeegrddvtdef rddukeegnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomh epthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth X-ME-Proxy: Received: from xps.monjalon.net (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 59BFC306644A; Wed, 20 May 2020 09:58:39 -0400 (EDT) From: Thomas Monjalon To: dev@dpdk.org Cc: david.marchand@redhat.com Date: Wed, 20 May 2020 15:58:26 +0200 Message-Id: <20200520135830.1178242-1-thomas@monjalon.net> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [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" 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(-) -- 2.26.2