On Wed, 18 Feb 2026 11:45:24 +0100 Thomas Monjalon <[email protected]> wrote:
> Some callbacks are set to NULL in the release process. > It is not needed as it is already done in rte_eth_dev_release_port() > called by rte_eth_dev_close(), rte_eth_dev_destroy() > or rte_eth_dev_pci_generic_remove(). > > Signed-off-by: Thomas Monjalon <[email protected]> > --- Acked-by: Stephen Hemminger <[email protected]>

