From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.warmcat.com (mail.warmcat.com [163.172.24.82]) by dpdk.org (Postfix) with ESMTP id C367E1F1C for ; Tue, 22 May 2018 03:24:28 +0200 (CEST) From: Andy Green To: dev@dpdk.org Cc: thomas@monjalon.net Date: Tue, 22 May 2018 09:24:07 +0800 Message-ID: <152695215195.111551.10652921922687464367.stgit@localhost.localdomain> In-Reply-To: <152686781484.58694.14737673447518527445.stgit@localhost.localdomain> References: <152686781484.58694.14737673447518527445.stgit@localhost.localdomain> User-Agent: StGit/unknown-version Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Subject: [dpdk-dev] [PATCH v7 0/8] Fixes for GCC8 against lagopus 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: , X-List-Received-Date: Tue, 22 May 2018 01:24:29 -0000 The following series fixes build problems in dpdk master headers, found when using it as the dpdk subproject in lagopus. These errors are coming when you try to use the dpdk headers, not when you build dpdk itself. 6/8 are acked by Bruce Richardson... the other two have had the pending comment applied in this version. --- Andy Green (8): lib/librte_eal: change type of tmp rte_rwlock.h: gcc8 sign conversion warnings rte_ip.h: cast type decided by sizeof to uint32 rte_mbuf.h: reduce temp to match uint16 types rte_mbuf.h: avoid implicit demotion in 64-bit arith rte_mbuf.h: choose correct type for temp rte_mbuf.h: add and subtract explicitly to avoid promotion rte_ethdev.h: align sign and scope of temp var .../common/include/arch/x86/rte_memcpy.h | 2 + lib/librte_eal/common/include/generic/rte_rwlock.h | 4 +-- lib/librte_ethdev/rte_ethdev.h | 15 ++++++----- lib/librte_mbuf/rte_mbuf.h | 28 +++++++++++++++----- lib/librte_net/rte_ip.h | 4 +-- 5 files changed, 35 insertions(+), 18 deletions(-) -- Signature