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

Function pdump_packets

dpdk/app/pdump/main.c:879–886  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

877}
878
879static inline void
880pdump_packets(struct pdump_tuples *pt)
881{
882 if (pt->dir & RTE_PDUMP_FLAG_RX)
883 pdump_rxtx(pt->rx_ring, pt->rx_vdev_id, &pt->stats);
884 if (pt->dir & RTE_PDUMP_FLAG_TX)
885 pdump_rxtx(pt->tx_ring, pt->tx_vdev_id, &pt->stats);
886}
887
888static int
889dump_packets_core(void *arg)

Callers 2

dump_packets_coreFunction · 0.85
dump_packetsFunction · 0.85

Calls 1

pdump_rxtxFunction · 0.85

Tested by

no test coverage detected