ethdev: fix include of ethernet header file
authorCiara Power <ciara.power@intel.com>
Wed, 23 Oct 2019 12:53:00 +0000 (13:53 +0100)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 25 Oct 2019 17:00:22 +0000 (19:00 +0200)
commit22a076367369a04391a7b16d60a2905cf5c1da46
treec6af8870bb9cf88642d2da573dfd74bd8e80d3d2
parent6977f14517882fb33e8c5aba738a244e6f49c2b6
ethdev: fix include of ethernet header file

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: stable@dpdk.org
Signed-off-by: Ciara Power <ciara.power@intel.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
lib/librte_ethdev/rte_eth_ctrl.h
lib/librte_ethdev/rte_ethdev.c
lib/librte_ethdev/rte_ethdev.h