Re: [dpdk-dev] [PATCH v2 2/3] app/testpmd: gather Rx and Tx routines profiling

2020-04-02 Thread Slava Ovsiienko
l.com > Subject: Re: [dpdk-dev] [PATCH v2 2/3] app/testpmd: gather Rx and Tx > routines profiling > > 19/03/2020 14:50, Viacheslav Ovsiienko: > > + if (fwdprof_flags & RECORD_CORE_CYCLES_RX && total_recv > 0) > > + printf("\n rx CPU cycles

Re: [dpdk-dev] [PATCH v2 2/3] app/testpmd: gather Rx and Tx routines profiling

2020-04-02 Thread Thomas Monjalon
19/03/2020 14:50, Viacheslav Ovsiienko: > + if (fwdprof_flags & RECORD_CORE_CYCLES_RX && total_recv > 0) > + printf("\n rx CPU cycles/packet=%u (total cycles=" > +"%"PRIu64" / total RX packets=%"PRIu64")\n", > +(unsigned int)(rx_cycles / tota