[dpdk-dev] [PATCH] ethdev: fix include for ether header file
Thomas Monjalon
thomas at monjalon.net
Wed Oct 23 16:01:34 CEST 2019
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>
I'm curious, is it triggering any compilation issue?
More information about the dev
mailing list