Hi, Seeing compilation errors with DPDK 17.05-rc3 when I happened to disable bitrate/latency configs during our internal testing. CONFIG_RTE_LIBRTE_BITRATE=n and CONFIG_RTE_LIBRTE_LATENCY_STATS=n.
/home/root1/hpatil/17.05-rc3/dpdk/app/test-pmd/testpmd.c: In function ?main?: /home/root1/hpatil/17.05-rc3/dpdk/app/test-pmd/testpmd.c:2242:2: error: ?bitrate_enabled? undeclared (first use in this function) bitrate_enabled = 0; ^ /home/root1/hpatil/17.05-rc3/dpdk/app/test-pmd/testpmd.c:2242:2: note: each undeclared identifier is reported only once for each function it appears in make[5]: *** [testpmd.o] Error 1 make[5]: *** Waiting for unfinished jobs.... Does the patch you sent for review: "[PATCH] app/testpmd: disable latency stats by default” address this? Please check. Thanks, harish