Re: [dpdk-dev] [dpdk-stable] [PATCH v2 2/6] net/pcap: fix format string
From: Ferruh Yigit <hidden>
Date: 2021-03-02 11:49:07
From: Ferruh Yigit <hidden>
Date: 2021-03-02 11:49:07
On 2/25/2021 2:45 PM, Ferruh Yigit wrote:
On 2/14/2021 2:16 AM, Dmitry Kozlyuk wrote:quoted
Use PRIu32 for uint32_t (found by -Wformat with Clang on Windows). Fixes: a3f5252e5cbd ("net/pcap: enable infinitely Rx a pcap file") Cc: stable@dpdk.org Signed-off-by: Dmitry Kozlyuk <redacted>Acked-by: Ferruh Yigit <redacted>
This is trivial fix and not directly related to the patchset, let me merge it and get out of way, in next version you don't need to include this patch. Applied to dpdk-next-net/main, thanks.