| 333 | } |
| 334 | |
| 335 | static void |
| 336 | test_app_queue_note_error(struct test_app *app) |
| 337 | { |
| 338 | rte_atomic_fetch_add_explicit(&app->errors, 1, rte_memory_order_relaxed); |
| 339 | } |
| 340 | |
| 341 | static void |
| 342 | test_app_process_queue(uint8_t p_event_dev_id, uint8_t p_event_port_id, |
no outgoing calls
no test coverage detected