Re: [dpdk-dev] [PATCH] raw/ioat: fix compiler warning for incorrect include

2019-07-23 Thread David Marchand
On Tue, Jul 23, 2019 at 6:27 PM Bruce Richardson wrote: > > Some builds with clang report an error because '<>' rather than '""' were > used for including the ioat spec header file. > > Target: x86_64-native-bsdapp-clang > 22:10: error: 'rte_ioat_spec.h' file not found with include; use > "q

Re: [dpdk-dev] [PATCH] raw/ioat: fix compiler warning for incorrect include

2019-07-23 Thread Thomas Monjalon
23/07/2019 18:26, Bruce Richardson: > Some builds with clang report an error because '<>' rather than '""' were > used for including the ioat spec header file. > > Target: x86_64-native-bsdapp-clang > 22:10: error: 'rte_ioat_spec.h' file not found with include; use > "quotes" instead > #in

[dpdk-dev] [PATCH] raw/ioat: fix compiler warning for incorrect include

2019-07-23 Thread Bruce Richardson
Some builds with clang report an error because '<>' rather than '""' were used for including the ioat spec header file. Target: x86_64-native-bsdapp-clang 22:10: error: 'rte_ioat_spec.h' file not found with include; use "quotes" instead #include ^ "rt