]> git.droids-corp.org - dpdk.git/blobdiff - app/test-pmd/rxonly.c
app/testpmd: consolidate duplicate ifdefs into one
[dpdk.git] / app / test-pmd / rxonly.c
index dcc83465db4239a76537aea1acfa94ff21e81379..dcd1d85c992fdcd7e8813fe41749b491f0c52e70 100644 (file)
@@ -101,9 +101,7 @@ pkt_burst_receive(struct fwd_stream *fs)
        uint64_t start_tsc;
        uint64_t end_tsc;
        uint64_t core_cycles;
-#endif
 
-#ifdef RTE_TEST_PMD_RECORD_CORE_CYCLES
        start_tsc = rte_rdtsc();
 #endif