Re: [dpdk-dev] [PATCH 2/6] net/pcap: fix format string
Use PRIu32 for uint32_t (found by -Wformat with Clang on Windows). Acked-by: Nick Connolly
[dpdk-dev] [PATCH 2/6] net/pcap: fix format string
Use PRIu32 for uint32_t (found by -Wformat with Clang on Windows). Fixes: a3f5252e5cbd ("net/pcap: enable infinitely Rx a pcap file") Cc: sta...@dpdk.org Signed-off-by: Dmitry Kozlyuk --- drivers/net/pcap/rte_eth_pcap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers