From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: [PATCH v2 0/2] gcc-9 build fixes Date: Thu, 29 Mar 2018 09:55:25 -0700 Message-ID: <20180329165527.13109-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-f194.google.com (mail-pf0-f194.google.com [209.85.192.194]) by dpdk.org (Postfix) with ESMTP id 7AF7A2BD8 for ; Thu, 29 Mar 2018 18:55:31 +0200 (CEST) Received: by mail-pf0-f194.google.com with SMTP id y69so3638481pfb.5 for ; Thu, 29 Mar 2018 09:55:31 -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 v2 fix issues with wrong length in mbuf pool_ops don't need memset in metrics names 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