On 8/27/2019 10:04 PM, Rastislav Cernay wrote: > From: Rastislav Cernay <cer...@netcope.com> > > The rte_eth_dev_close() function now handles freeing resources for > devices (e.g., mac_addrs). To conform with the new close() behaviour we > are asserting the RTE_ETH_DEV_CLOSE_REMOVE flag so that > rte_eth_dev_close() releases all device level dynamic memory. > > Signed-off-by: Rastislav Cernay <cer...@netcope.com> > Acked-by: Jan Remes <re...@netcope.com>
Applied to dpdk-next-net/master, thanks.