app/testpmd: fix ieee1588 32-bit timestamp log
authorPablo de Lara <pablo.de.lara.guarch@intel.com>
Wed, 22 Jul 2015 08:06:48 +0000 (09:06 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 22 Jul 2015 10:00:05 +0000 (12:00 +0200)
commit878a0e99ce6564b60e41946cd5d5c1651bb3203e
tree056742c0380160384de91d8a20b18b1d4f0c49fb
parentb50c10cc892ecd2bf84cf3bd046e51ce47c9c5bd
app/testpmd: fix ieee1588 32-bit timestamp log

In ieee1588fwd.c, timestamp.tv_sec is a time_t variable,
which is a long int, but it was being printed with PRIu64,
causing an issue on 32 bits.

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Acked-by: Wenzhuo Lu <wenzhuo.lu@intel.com>
app/test-pmd/ieee1588fwd.c