ethdev: fix debug log of owner id
authorThomas Monjalon <thomas@monjalon.net>
Thu, 10 May 2018 23:58:26 +0000 (01:58 +0200)
committerFerruh Yigit <ferruh.yigit@intel.com>
Mon, 14 May 2018 21:31:52 +0000 (22:31 +0100)
commit444e2b78295d340cc33ea8f3bf24d1222ef8e824
tree978fbb08f9080b56c2b8223fa9a50bca4ff9b270
parentc73a9071877a1b80d01517b9c6205b9b3b503f59
ethdev: fix debug log of owner id

The owner id is 64-bit.
On 32-bit environment, it must be printed with PRIX64.

Fixes: 5b7ba31148a8 ("ethdev: add port ownership")
Cc: stable@dpdk.org
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
Reviewed-by: Andrew Rybchenko <arybchenko@solarflare.com>
Reviewed-by: Stephen Hemminger <stephen@networkplumber.org>
lib/librte_ethdev/rte_ethdev.c