| 2105 | } |
| 2106 | |
| 2107 | void |
| 2108 | ngbe_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. |
no test coverage detected