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

Bruce Richardson bruce.richardson at intel.com
Mon Jul 15 17:03:00 CEST 2019


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 <marcinx.a.zapolski at intel.com>

As with the other patches, please treat this as a bug-fix and include a
fixes line for each app fixed. Apps should not be using internal DPDK data
structures directly.

/Bruce


More information about the dev mailing list