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

Function i40e_dev_rx_queue_release

dpdk/drivers/net/i40e/i40e_rxtx.c:2121–2125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2119}
2120
2121void
2122i40e_dev_rx_queue_release(struct rte_eth_dev *dev, uint16_t qid)
2123{
2124 i40e_rx_queue_release(dev->data->rx_queues[qid]);
2125}
2126
2127void
2128i40e_dev_tx_queue_release(struct rte_eth_dev *dev, uint16_t qid)

Callers

nothing calls this directly

Calls 1

i40e_rx_queue_releaseFunction · 0.85

Tested by

no test coverage detected