From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B809CC433DB for ; Tue, 2 Mar 2021 11:49:07 +0000 (UTC) Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by mail.kernel.org (Postfix) with ESMTP id 06BE761477 for ; Tue, 2 Mar 2021 11:49:06 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 06BE761477 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3E5224014E; Tue, 2 Mar 2021 12:49:06 +0100 (CET) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id 292D540142; Tue, 2 Mar 2021 12:49:03 +0100 (CET) IronPort-SDR: W8X+5j00rk9QZ3OyL/HLfX+0AMsJevKbdre8RUpPXC0rU9t6iuj3KDaDHsHRBB1uvWZI0pYRFM 6a0WTa1tPDfQ== X-IronPort-AV: E=McAfee;i="6000,8403,9910"; a="271791372" X-IronPort-AV: E=Sophos;i="5.81,216,1610438400"; d="scan'208";a="271791372" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Mar 2021 03:49:00 -0800 IronPort-SDR: Go/L+cEeOVh4pTeLCpSSRJpI5f9jWPiJQPjmwx2unLv2q46upVd9DoDB7iTDkYyhEHlw3kehll QaMhas3+84Sw== X-IronPort-AV: E=Sophos;i="5.81,216,1610438400"; d="scan'208";a="406676667" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.252.162]) ([10.213.252.162]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Mar 2021 03:48:59 -0800 From: Ferruh Yigit To: Dmitry Kozlyuk , dev@dpdk.org Cc: Tyler Retzlaff , Mike Wells , stable@dpdk.org References: <20210214012013.23165-1-dmitry.kozliuk@gmail.com> <20210214021616.26970-1-dmitry.kozliuk@gmail.com> <20210214021616.26970-3-dmitry.kozliuk@gmail.com> X-User: ferruhy Message-ID: <03f6e137-4c22-9bb4-0239-a2475b41c819@intel.com> Date: Tue, 2 Mar 2021 11:48:55 +0000 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH v2 2/6] net/pcap: fix format string X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 2/25/2021 2:45 PM, Ferruh Yigit wrote: > On 2/14/2021 2:16 AM, Dmitry Kozlyuk wrote: >> 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 > > Acked-by: Ferruh Yigit 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.