Re: [dpdk-dev] [v2 0/3] examples: fix use of internal struct

2019-07-18 Thread Thomas Monjalon
> 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 Applied, thanks

[dpdk-dev] [v2 0/3] examples: fix use of internal struct

2019-07-17 Thread Marcin Zapolski
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 ex