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

Function enqueue_bulk_16B

dpdk/app/test/test_ring_perf.c:249–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247}
248
249static int
250enqueue_bulk_16B(void *p)
251{
252 struct thread_params *params = p;
253
254 return enqueue_dequeue_bulk_helper(0, 16, params);
255}
256
257/*
258 * Function that uses rdtsc to measure timing for ring dequeue. Needs pair

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected