| 170 | } |
| 171 | |
| 172 | static void |
| 173 | flush(uint8_t id __rte_unused, struct rte_event event, void *arg __rte_unused) |
| 174 | { |
| 175 | rte_pktmbuf_free(event.mbuf); |
| 176 | } |
| 177 | |
| 178 | static int |
| 179 | test_stop_flush(struct test *t) /* test to check we can properly flush events */ |
no test coverage detected