| 2891 | } |
| 2892 | |
| 2893 | void __rte_cold |
| 2894 | ixgbe_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. |
no test coverage detected