Re: [dpdk-dev] [PATCH 1/3] examples/l3fwd*: remove references to rte_eth_devices

2019-07-15 Thread Bruce Richardson
On Mon, Jul 15, 2019 at 11:56:21AM +0200, Marcin Zapolski wrote: > Modify l3fwd and related example apps to use locally defined port_conf > instead of global rte_eth_devices which is not a part of public API. > > Signed-off-by: Marcin Zapolski As with the other patches, please treat this as a bu

[dpdk-dev] [PATCH 1/3] examples/l3fwd*: remove references to rte_eth_devices

2019-07-15 Thread Marcin Zapolski
Modify l3fwd and related example apps to use locally defined port_conf instead of global rte_eth_devices which is not a part of public API. Signed-off-by: Marcin Zapolski --- examples/l3fwd-acl/main.c | 6 +- examples/l3fwd-power/main.c | 6 +- e