Some example applications have references to rte_eth_dev structure, which is not a part of public API. These patches replace them with calls to API functions.
v2: * adjust commit titles * add fixlines for the original commits Marcin Zapolski (3): examples/l3fwd*: fix use of internal struct examples/ip_fragmentation: fix use of internal struct examples/ipsec-secgw: fix use of internal struct examples/ip_fragmentation/main.c | 2 +- examples/ipsec-secgw/ipsec.c | 9 ++++----- examples/l3fwd-acl/main.c | 6 +----- examples/l3fwd-power/main.c | 6 +----- examples/l3fwd-vf/main.c | 7 +------ examples/l3fwd/main.c | 6 +----- examples/performance-thread/l3fwd-thread/main.c | 6 +----- 7 files changed, 10 insertions(+), 32 deletions(-) -- 2.17.1