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

Function enqueue_bulk

dpdk/app/test/test_ring_perf.c:241–247  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

239 * thread running dequeue_bulk function
240 */
241static int
242enqueue_bulk(void *p)
243{
244 struct thread_params *params = p;
245
246 return enqueue_dequeue_bulk_helper(0, -1, params);
247}
248
249static int
250enqueue_bulk_16B(void *p)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected