Re: [dpdk-dev] [PATCH v4 05/19] net/ixgbe: properly reference PCI header

2017-06-14 Thread Gaƫtan Rivet
Hi, On Wed, Jun 14, 2017 at 09:33:14AM +, Dai, Wei wrote: > Why to introduce this change ? > > Even without this patch, all files can be built successfully. > Each.*.o.d files in x86_64-native-linuxapp-gcc keeps same in both with and > without this patch. > So there is no need to add the lin

Re: [dpdk-dev] [PATCH v4 05/19] net/ixgbe: properly reference PCI header

2017-06-14 Thread Dai, Wei
Why to introduce this change ? Even without this patch, all files can be built successfully. Each.*.o.d files in x86_64-native-linuxapp-gcc keeps same in both with and without this patch. So there is no need to add the line at least in the config of x86_64-native-linuxapp-gcc. > -Original