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

Function ixgbe_dev_rx_queue_release

dpdk/drivers/net/ixgbe/ixgbe_rxtx.c:2893–2897  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2891}
2892
2893void __rte_cold
2894ixgbe_dev_rx_queue_release(struct rte_eth_dev *dev, uint16_t qid)
2895{
2896 ixgbe_rx_queue_release(dev->data->rx_queues[qid]);
2897}
2898
2899/*
2900 * Check if Rx Burst Bulk Alloc function can be used.

Callers 1

ixgbe_dev_free_queuesFunction · 0.85

Calls 1

ixgbe_rx_queue_releaseFunction · 0.85

Tested by

no test coverage detected