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

Function eth_ixgbe_dev_uninit

dpdk/drivers/net/ixgbe/ixgbe_ethdev.c:1359–1370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1357}
1358
1359static int
1360eth_ixgbe_dev_uninit(struct rte_eth_dev *eth_dev)
1361{
1362 PMD_INIT_FUNC_TRACE();
1363
1364 if (rte_eal_process_type() != RTE_PROC_PRIMARY)
1365 return 0;
1366
1367 ixgbe_dev_close(eth_dev);
1368
1369 return 0;
1370}
1371
1372static int ixgbe_ntuple_filter_uninit(struct rte_eth_dev *eth_dev)
1373{

Callers 1

ixgbe_dev_resetFunction · 0.85

Calls 2

rte_eal_process_typeFunction · 0.85
ixgbe_dev_closeFunction · 0.85

Tested by

no test coverage detected