| 2888 | } |
| 2889 | |
| 2890 | static void |
| 2891 | flush(uint8_t dev_id __rte_unused, struct rte_event event, void *arg) |
| 2892 | { |
| 2893 | *((uint8_t *) arg) += (event.u64 == 0xCA11BACC) ? 1 : 0; |
| 2894 | } |
| 2895 | |
| 2896 | static int |
| 2897 | dev_stop_flush(struct test *t) /* test to check we can properly flush events */ |
no outgoing calls
no test coverage detected