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 6AAD014EC for ; Mon, 28 May 2018 11:03:38 +0200 (CEST) From: Andy Green To: dev@dpdk.org Date: Mon, 28 May 2018 17:03:33 +0800 Message-ID: <152749815575.44120.3090426090234773551.stgit@localhost.localdomain> In-Reply-To: <152747443129.35192.15673273827095899997.stgit@localhost.localdomain> References: <152747443129.35192.15673273827095899997.stgit@localhost.localdomain> User-Agent: StGit/unknown-version Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Subject: [dpdk-dev] [PATCH v2 0/2] dpdk header fixes for aarch64 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: Mon, 28 May 2018 09:03:38 -0000 On Xenial / 16.04 native aarch64 build with gcc 5.4.0, lagopus build finds a couple more issues hiding in dpdk headers. --- Andy Green (2): ring: fix declaration after code ring: fix sign conversion warning lib/librte_ring/rte_ring.h | 2 +- lib/librte_ring/rte_ring_c11_mem.h | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) -- Signature