Re: [dpdk-dev] [PATCH v3 0/2] gcc-8 build fixes

2018-04-03 Thread Stephen Hemminger
On Tue, 3 Apr 2018 10:23:43 +0100 Ferruh Yigit wrote: > On 3/29/2018 6:05 PM, Stephen Hemminger wrote: > > 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. >

Re: [dpdk-dev] [PATCH v3 0/2] gcc-8 build fixes

2018-04-03 Thread Ferruh Yigit
On 3/29/2018 6:05 PM, Stephen Hemminger wrote: > 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 >

[dpdk-dev] [PATCH v3 0/2] gcc-8 build fixes

2018-03-29 Thread 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 v3 missing SO