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

Function dequeue_bulk

dpdk/app/test/test_ring_perf.c:261–267  ·  view source on GitHub ↗

* Function that uses rdtsc to measure timing for ring dequeue. Needs pair * thread running enqueue_bulk function */

Source from the content-addressed store, hash-verified

259 * thread running enqueue_bulk function
260 */
261static int
262dequeue_bulk(void *p)
263{
264 struct thread_params *params = p;
265
266 return enqueue_dequeue_bulk_helper(1, -1, params);
267}
268
269static int
270dequeue_bulk_16B(void *p)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected