Re: [dpdk-dev] [PATCH v2 2/3] app/testpmd: add Rx timestamp in testpmd

2017-08-24 Thread Nélio Laranjeiro
On Thu, Aug 24, 2017 at 10:46:32AM +0300, Raslan Darawsheh wrote: > Added new print in case a PMD exposes Rx timestamp. > Also, added a print for timestamp value in rxonly mode > in case the packet was timestamped. > > Signed-off-by: Raslan Darawsheh > --- > app/test-pmd/config.c | 3 +++ > app/

[dpdk-dev] [PATCH v2 2/3] app/testpmd: add Rx timestamp in testpmd

2017-08-24 Thread Raslan Darawsheh
Added new print in case a PMD exposes Rx timestamp. Also, added a print for timestamp value in rxonly mode in case the packet was timestamped. Signed-off-by: Raslan Darawsheh --- app/test-pmd/config.c | 3 +++ app/test-pmd/rxonly.c | 2 ++ 2 files changed, 5 insertions(+) diff --git a/app/test-