DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH v2 0/2] gcc-9 build fixes
@ 2018-03-29 16:55 Stephen Hemminger
  2018-03-29 16:55 ` [dpdk-dev] [PATCH v2 1/2] rte_mbuf: fix strncpy warnings Stephen Hemminger
  2018-03-29 16:55 ` [dpdk-dev] [PATCH v2 2/2] rte_metrics: fix strncpy truncation warning Stephen Hemminger
  0 siblings, 2 replies; 3+ messages in thread
From: Stephen Hemminger @ 2018-03-29 16:55 UTC (permalink / raw)
  To: dev; +Cc: Stephen Hemminger

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-03-29 16:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-29 16:55 [dpdk-dev] [PATCH v2 0/2] gcc-9 build fixes Stephen Hemminger
2018-03-29 16:55 ` [dpdk-dev] [PATCH v2 1/2] rte_mbuf: fix strncpy warnings Stephen Hemminger
2018-03-29 16:55 ` [dpdk-dev] [PATCH v2 2/2] rte_metrics: fix strncpy truncation warning Stephen Hemminger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).