| 2472 | } |
| 2473 | |
| 2474 | void __rte_cold |
| 2475 | txgbe_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. |
no test coverage detected