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

Ferruh Yigit ferruh.yigit at intel.com
Wed Oct 23 21:14:15 CEST 2019


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
>> by the compiler.
>>
>> Fixes: 57668ed7bc08 ("net: move ethernet definitions to the net library")
>> Cc: olivier.matz at 6wind.com
>> Cc: stable at dpdk.org
>>
>> Signed-off-by: Ciara Power <ciara.power at intel.com>
>> ---
>>  lib/librte_ethdev/rte_eth_ctrl.h | 2 +-
>>  lib/librte_ethdev/rte_ethdev.c   | 2 +-
>>  lib/librte_ethdev/rte_ethdev.h   | 2 +-
>>  3 files changed, 3 insertions(+), 3 deletions(-)
> 
> Good change.
> Acked-by: Thomas Monjalon <thomas at monjalon.net>

Applied to dpdk-next-net/master, thanks.


More information about the stable mailing list