https://bugs.linaro.org/show_bug.cgi?id=2453
Bill Fischofer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Bill Fischofer <[email protected]> --- This looks to be a bug in the odp-dpdk code. The corresponding line from odp-linux is: len += snprintf(&str[len], n-len, " pool %" PRIu64 "\n", odp_pool_to_u64(hdr->pool_hdl)); and this compiles just fine on 32-bit Ubuntu 16.04.I suspect the issue isn't the use of PRIu64, but rather (int64_t). That being said, the "market" for x32 systems is very small these days and I doubt if anyone cares. The ODP 32-bit support is mainly targeted for smaller ARM-based SoCs as the x86 world has been pretty much exclusively 64-bit for some time. Since odp-dpdk has a dependency on DPDK, that means you need a 32-bit DPDK to go with it and even though DPDK claims they support 32-bit x86 I doubt if it's being used much. -- You are receiving this mail because: You are the assignee for the bug.
