MCPcopy Create free account
hub / github.com/F-Stack/f-stack / eth_txgbe_dev_uninit

Function eth_txgbe_dev_uninit

dpdk/drivers/net/txgbe/txgbe_ethdev.c:815–826  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

813}
814
815static int
816eth_txgbe_dev_uninit(struct rte_eth_dev *eth_dev)
817{
818 PMD_INIT_FUNC_TRACE();
819
820 if (rte_eal_process_type() != RTE_PROC_PRIMARY)
821 return 0;
822
823 txgbe_dev_close(eth_dev);
824
825 return 0;
826}
827
828static int txgbe_ntuple_filter_uninit(struct rte_eth_dev *eth_dev)
829{

Callers 1

txgbe_dev_resetFunction · 0.85

Calls 2

rte_eal_process_typeFunction · 0.85
txgbe_dev_closeFunction · 0.85

Tested by

no test coverage detected