smadaminov / ovs-dpdk-meson-issues

VMware Summer 2021
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

DPDK: undefined rte_eth_devices error #91

Open williamtu opened 2 years ago

williamtu commented 2 years ago

OVS DPDK is using "rte_eth_devices[]"

PS C:\temp\dpdk\include> vim .\rte_ethdev_core.h
/**
 * @internal
 * The pool of *rte_eth_dev* structures. The size of the pool
 * is configured at compile-time in the <rte_ethdev.c> file.
 */
extern struct rte_eth_dev rte_eth_devices[];

The latest DPDK main branch has error due to undefined struct rte_eth_dev