From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: [PATCH v3 0/2] gcc-8 build fixes Date: Thu, 29 Mar 2018 10:05:29 -0700 Message-ID: <20180329170531.2478-1-stephen@networkplumber.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Stephen Hemminger To: dev@dpdk.org Return-path: Received: from mail-pf0-f195.google.com (mail-pf0-f195.google.com [209.85.192.195]) by dpdk.org (Postfix) with ESMTP id CF48FE5D for ; Thu, 29 Mar 2018 19:05:35 +0200 (CEST) Received: by mail-pf0-f195.google.com with SMTP id u86so3653279pfd.2 for ; Thu, 29 Mar 2018 10:05:35 -0700 (PDT) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This fixes some of the obvious warnings found building DPDK with gcc-8. There still are some deeper issues in the rte_hash_table code; leave the fix for that up to the maintainer. Stephen Hemminger (2): rte_mbuf: fix strncpy warnings rte_metrics: fix strncpy truncation warning v3 missing SOB on 1st patch v2 fix issues with wrong length in mbuf pool_ops don't need memset in metrics names Stephen Hemminger (2): rte_mbuf: fix strncpy warnings rte_metrics: fix strncpy truncation warning lib/librte_mbuf/rte_mbuf_pool_ops.c | 4 ++-- lib/librte_metrics/rte_metrics.c | 7 +++++-- 2 files changed, 7 insertions(+), 4 deletions(-) -- 2.16.2