[dpdk-dev] [PATCH] ixgbe: Fix clang compilation issue

2014-10-22 Thread Bruce Richardson
Issue reported by Keith Wiles. Clang fails with an error about a variable being used uninitialized: CC ixgbe_rxtx_vec.o /home/keithw/projects/dpdk-code/org-dpdk/lib/librte_pmd_ixgbe/ixgbe_rxtx_vec.c:67:30: error: variable 'dma_addr0' is uninitialized when used here

[dpdk-dev] [PATCH] ixgbe: Fix clang compilation issue

2014-10-22 Thread Richardson, Bruce
Self-nak, resent old patch. > -Original Message- > From: Richardson, Bruce > Sent: Wednesday, October 22, 2014 11:54 AM > To: dev at dpdk.org > Cc: Richardson, Bruce > Subject: [PATCH] ixgbe: Fix clang compilation issue > > Issue reported by Keith Wiles. > Clang fails with an error about

[dpdk-dev] [PATCH] ixgbe: Fix clang compilation issue

2014-09-30 Thread Thomas Monjalon
> > Issue reported by Keith Wiles. > > Clang fails with an error about a variable being used uninitialized: > > > > CC ixgbe_rxtx_vec.o > > /home/keithw/projects/dpdk-code/org-dpdk/lib/librte_pmd_ixgbe/ixgbe_rxtx_vec.c:67:30: > > error: variable 'dma_addr0' is uninitialized > > when used

[dpdk-dev] [PATCH] ixgbe: Fix clang compilation issue

2014-09-30 Thread Wiles, Roger Keith
Acked-by: Keith Wiles On Sep 30, 2014, at 4:40 AM, Bruce Richardson wrote: > Issue reported by Keith Wiles. > Clang fails with an error about a variable being used uninitialized: > > CC ixgbe_rxtx_vec.o > /home/keithw/projects/dpdk-code/org-dpdk/lib/librte_pmd_ixgbe/ixgbe_rxtx_vec.c:67:30:

[dpdk-dev] [PATCH] ixgbe: Fix clang compilation issue

2014-09-30 Thread Bruce Richardson
Issue reported by Keith Wiles. Clang fails with an error about a variable being used uninitialized: CC ixgbe_rxtx_vec.o /home/keithw/projects/dpdk-code/org-dpdk/lib/librte_pmd_ixgbe/ixgbe_rxtx_vec.c:67:30: error: variable 'dma_addr0' is uninitialized when used here