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

Function rte_pdump_enable

dpdk/lib/pdump/rte_pdump.c:613–621  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

611}
612
613int
614rte_pdump_enable(uint16_t port, uint16_t queue, uint32_t flags,
615 struct rte_ring *ring,
616 struct rte_mempool *mp,
617 void *filter __rte_unused)
618{
619 return pdump_enable(port, queue, flags, 0,
620 ring, mp, NULL);
621}
622
623int
624rte_pdump_enable_bpf(uint16_t port, uint16_t queue,

Callers 2

enable_pdumpFunction · 0.85
run_pdump_client_testsFunction · 0.85

Calls 1

pdump_enableFunction · 0.85

Tested by 1

run_pdump_client_testsFunction · 0.68