Re: [dpdk-dev] [PATCH 01/15] examples: enclose DPDK includes with angle brackets

2020-10-27 Thread Bruce Richardson
On Mon, Oct 26, 2020 at 06:20:51AM +0100, Thomas Monjalon wrote: > In examples, DPDK header files are external, > so they must be enclosed with angle brackets, not quotes. > > Signed-off-by: Thomas Monjalon > --- > examples/bbdev_app/main.c | 30 +- > example

Re: [dpdk-dev] [PATCH 01/15] examples: enclose DPDK includes with angle brackets

2020-10-26 Thread Andrew Rybchenko
On 10/26/20 8:20 AM, Thomas Monjalon wrote: > In examples, DPDK header files are external, > so they must be enclosed with angle brackets, not quotes. > > Signed-off-by: Thomas Monjalon Acked-by: Andrew Rybchenko

[dpdk-dev] [PATCH 01/15] examples: enclose DPDK includes with angle brackets

2020-10-25 Thread Thomas Monjalon
In examples, DPDK header files are external, so they must be enclosed with angle brackets, not quotes. Signed-off-by: Thomas Monjalon --- examples/bbdev_app/main.c | 30 +- examples/bond/main.c | 11 -- examples/tep_termination/vxlan