On 9/29/20 2:14 AM, Thomas Monjalon wrote: > The pointers .device and .intr_handle were already reset by the helper > rte_eth_dev_pci_generic_remove(). > It is now made part of rte_eth_dev_release_port(). > > It makes rte_eth_dev_pci_release() meaningless, > so it is replaced with a call to rte_eth_dev_release_port(). > > Signed-off-by: Thomas Monjalon <tho...@monjalon.net> > Reviewed-by: Ferruh Yigit <ferruh.yi...@intel.com>
Reviewed-by: Andrew Rybchenko <arybche...@solarflare.com>