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

Function show_tx_pkt_times

dpdk/app/test-pmd/config.c:5791–5796  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5789}
5790
5791void
5792show_tx_pkt_times(void)
5793{
5794 printf("Interburst gap: %u\n", tx_pkt_times_inter);
5795 printf("Intraburst gap: %u\n", tx_pkt_times_intra);
5796}
5797
5798void
5799set_tx_pkt_times(unsigned int *tx_times)

Callers 1

cmd_showcfg_parsedFunction · 0.85

Calls 1

printfFunction · 0.50

Tested by

no test coverage detected