| 369 | } |
| 370 | |
| 371 | static int |
| 372 | load_loop_fn_16B(void *p) |
| 373 | { |
| 374 | struct thread_params *params = p; |
| 375 | |
| 376 | return load_loop_fn_helper(params, 16); |
| 377 | } |
| 378 | |
| 379 | static int |
| 380 | run_on_all_cores(struct rte_ring *r, const int esize) |
nothing calls this directly
no test coverage detected