[dpdk-dev] [PATCH v2 0/2] gcc-9 build fixes

Stephen Hemminger stephen at networkplumber.org
Thu Mar 29 18:55:25 CEST 2018


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



More information about the dev mailing list