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

Function rte_pdump_disable_by_deviceid

dpdk/lib/pdump/rte_pdump.c:698–712  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

696}
697
698int
699rte_pdump_disable_by_deviceid(char *device_id, uint16_t queue,
700 uint32_t flags)
701{
702 int ret = 0;
703
704 ret = pdump_validate_flags(flags);
705 if (ret < 0)
706 return ret;
707
708 ret = pdump_prepare_client_request(device_id, queue, flags, 0,
709 DISABLE, NULL, NULL, NULL);
710
711 return ret;
712}
713
714static void
715pdump_sum_stats(uint16_t port, uint16_t nq,

Callers 2

disable_pdumpFunction · 0.85
run_pdump_client_testsFunction · 0.85

Calls 2

pdump_validate_flagsFunction · 0.85

Tested by 1

run_pdump_client_testsFunction · 0.68