Re: [dpdk-dev] [PATCH] ethdev: fix include for ether header file

2019-10-23 Thread Ferruh Yigit
On 10/23/2019 3:01 PM, Thomas Monjalon wrote: > 23/10/2019 14:53, Ciara Power: >> The include for rte_ether.h in each of these files should not use >> quotes, as the header file is not in the librte_ethdev directory. These >> are now updated to use <> symbols, to search directories pre-designated

Re: [dpdk-dev] [PATCH] ethdev: fix include for ether header file

2019-10-23 Thread Power, Ciara
> -Original Message- > From: Thomas Monjalon > Sent: Wednesday 23 October 2019 15:02 > To: Power, Ciara > Cc: Yigit, Ferruh ; arybche...@solarflare.com; > dev@dpdk.org; olivier.m...@6wind.com; sta...@dpdk.org > Subject: Re: [PATCH] ethdev: fix include for ether header file > > 23/10/2019

Re: [dpdk-dev] [PATCH] ethdev: fix include for ether header file

2019-10-23 Thread Thomas Monjalon
23/10/2019 14:53, Ciara Power: > The include for rte_ether.h in each of these files should not use > quotes, as the header file is not in the librte_ethdev directory. These > are now updated to use <> symbols, to search directories pre-designated > by the compiler. > > Fixes: 57668ed7bc08 ("net:

[dpdk-dev] [PATCH] ethdev: fix include for ether header file

2019-10-23 Thread Ciara Power
The include for rte_ether.h in each of these files should not use quotes, as the header file is not in the librte_ethdev directory. These are now updated to use <> symbols, to search directories pre-designated by the compiler. Fixes: 57668ed7bc08 ("net: move ethernet definitions to the net librar