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

Function ngbe_dev_rx_queue_release

dpdk/drivers/net/ngbe/ngbe_rxtx.c:2107–2111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2105}
2106
2107void
2108ngbe_dev_rx_queue_release(struct rte_eth_dev *dev, uint16_t qid)
2109{
2110 ngbe_rx_queue_release(dev->data->rx_queues[qid]);
2111}
2112
2113/*
2114 * Check if Rx Burst Bulk Alloc function can be used.

Callers 1

ngbe_dev_free_queuesFunction · 0.85

Calls 1

ngbe_rx_queue_releaseFunction · 0.85

Tested by

no test coverage detected