Sample test to free the virtual rings */
| 70 | |
| 71 | /* Sample test to free the virtual rings */ |
| 72 | void |
| 73 | test_ring_free(struct rte_ring *rxtx) |
| 74 | { |
| 75 | rte_ring_free(rxtx); |
| 76 | } |
| 77 | |
| 78 | /* Sample test to release the vdev */ |
| 79 | void |
no test coverage detected