MCPcopy Create free account
hub / github.com/F-Stack/f-stack / dequeue_bulk_16B

Function dequeue_bulk_16B

dpdk/app/test/test_ring_perf.c:269–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267}
268
269static int
270dequeue_bulk_16B(void *p)
271{
272 struct thread_params *params = p;
273
274 return enqueue_dequeue_bulk_helper(1, 16, params);
275}
276
277/*
278 * Function that calls the enqueue and dequeue bulk functions on pairs of cores.

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected