Home
last modified time | relevance | path

Searched refs:xstats_hide_zero (Results 1 – 3 of 3) sorted by relevance

/dpdk/app/test-pmd/
H A Dtestpmd.h406 extern uint8_t xstats_hide_zero; /**< Hide zero values for xstats display */
H A Dconfig.c405 if (xstats_hide_zero && !xstats[idx_xstat].value) in nic_xstats_display()
5561 xstats_hide_zero = on_off; in set_xstats_hide_zero()
H A Dtestpmd.c501 uint8_t xstats_hide_zero; variable