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

Function eth_igbvf_dev_uninit

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

Source from the content-addressed store, hash-verified

1000}
1001
1002static int
1003eth_igbvf_dev_uninit(struct rte_eth_dev *eth_dev)
1004{
1005 PMD_INIT_FUNC_TRACE();
1006
1007 if (rte_eal_process_type() != RTE_PROC_PRIMARY)
1008 return 0;
1009
1010 igbvf_dev_close(eth_dev);
1011
1012 return 0;
1013}
1014
1015static int eth_igb_pci_probe(struct rte_pci_driver *pci_drv __rte_unused,
1016 struct rte_pci_device *pci_dev)

Callers

nothing calls this directly

Calls 2

rte_eal_process_typeFunction · 0.85
igbvf_dev_closeFunction · 0.85

Tested by

no test coverage detected