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

Function free_ring_data

dpdk/app/pdump/main.c:491–497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

489}
490
491static void
492free_ring_data(struct rte_ring *ring, uint16_t vdev_id,
493 struct pdump_stats *stats)
494{
495 while (rte_ring_count(ring))
496 pdump_rxtx(ring, vdev_id, stats);
497}
498
499static void
500cleanup_rings(void)

Callers 1

cleanup_pdump_resourcesFunction · 0.85

Calls 2

rte_ring_countFunction · 0.85
pdump_rxtxFunction · 0.85

Tested by

no test coverage detected