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

Function txgbe_dev_rx_queue_release

dpdk/drivers/net/txgbe/txgbe_rxtx.c:2474–2478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2472}
2473
2474void __rte_cold
2475txgbe_dev_rx_queue_release(struct rte_eth_dev *dev, uint16_t qid)
2476{
2477 txgbe_rx_queue_release(dev->data->rx_queues[qid]);
2478}
2479
2480/*
2481 * Check if Rx Burst Bulk Alloc function can be used.

Callers 1

txgbe_dev_free_queuesFunction · 0.85

Calls 1

txgbe_rx_queue_releaseFunction · 0.85

Tested by

no test coverage detected