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

Function eth_igb_dev_uninit

dpdk/drivers/net/e1000/igb_ethdev.c:889–900  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

887}
888
889static int
890eth_igb_dev_uninit(struct rte_eth_dev *eth_dev)
891{
892 PMD_INIT_FUNC_TRACE();
893
894 if (rte_eal_process_type() != RTE_PROC_PRIMARY)
895 return 0;
896
897 eth_igb_close(eth_dev);
898
899 return 0;
900}
901
902/*
903 * Virtual Function device init

Callers 1

eth_igb_resetFunction · 0.85

Calls 2

rte_eal_process_typeFunction · 0.85
eth_igb_closeFunction · 0.85

Tested by

no test coverage detected