From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 2EDF245BFE; Mon, 28 Oct 2024 13:30:45 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C47D7402A3; Mon, 28 Oct 2024 13:30:44 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mails.dpdk.org (Postfix) with ESMTP id 0BE63400D7 for ; Mon, 28 Oct 2024 13:30:42 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1730118642; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=cMsioX5QGtFM9XDidGTZl1WI8qp/gmX4ehtaQktCp8U=; b=QPsojbGJWWMOBnloCVe1p74ONv8Gwem8Qy/x/VWf2DkfRxvWutFbrVaMJvhlmu8HMZYvJf rPO4KOcZAUy2lkuh0pJOLZr3+n0gC+99xCH5KUXaNR5/Rqmh/udMr9NLQMhmeqiNaesIDs n5QdWMcx4XNfjw9ZLRCFD3UDZ3nqmBA= Received: from mail-lj1-f199.google.com (mail-lj1-f199.google.com [209.85.208.199]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-327-YYTHLuxaMECR74o8Vs27Og-1; Mon, 28 Oct 2024 08:30:40 -0400 X-MC-Unique: YYTHLuxaMECR74o8Vs27Og-1 Received: by mail-lj1-f199.google.com with SMTP id 38308e7fff4ca-2fb45ca974bso26806511fa.2 for ; Mon, 28 Oct 2024 05:30:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1730118639; x=1730723439; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=cMsioX5QGtFM9XDidGTZl1WI8qp/gmX4ehtaQktCp8U=; b=kKZ+WsT2i1VOUt5DKkrUpO/VfXyFEhoNeiZxlpdFF1exOiCXrKyoIqdsT8YM3I3axM bUTVEvunvmlplbW+ilRxvvfWxJ0X/zfRvDHYCh18Tt8Crc/UnxKBNbxo8I/2+1i+jSGK N16ATt34DahPnu1cvCVxfP5fsF87rTvmnPlKBkAEQEjiwoPF8IYtiRmM9kzH7GtnRLWP fDSgh6MrB65BBAQjg841FTEk3OKgmnRogXWbfcy8i07VQ8AeWTw7gaHHAJhK87+harXW F2fAVAy3qh1ixWSLlSqozplJ36eR7IxF1IjShFJhWJufVQmwLX+556RQ3YpozkIGGTJl ABnA== X-Gm-Message-State: AOJu0Yxt6KRI3m15iLGLeiodt+vH/IDzZyW+dZ6qQ+6tEMzzF5oU/5Dw nZVN1wxFHqNBJXi7UcNg0xoSOVvAyhrR4CWSvtJMmZH+t6unCKRTWQaOOnKXo3BvBG8u1zIZvzx uGHau/ZMaj3GAQ2HRcyJZ3NPwl37mCbtYIwo67FSlQVCt1TNRv5aIbqEly13cm6SejMjoNZwIRU KuutORm1sZC0k35fU= X-Received: by 2002:a2e:a594:0:b0:2f8:c0bd:d65f with SMTP id 38308e7fff4ca-2fcbdfc9046mr32967271fa.20.1730118639258; Mon, 28 Oct 2024 05:30:39 -0700 (PDT) X-Google-Smtp-Source: AGHT+IHDPAv4FKvdh1Y9/5DVPIWdM77FAJLonwDArVj6aPw+66C2ReNUsAK8aiEdC9HB2KuB7DcAbPF7G6SIl+Ja3RE= X-Received: by 2002:a2e:a594:0:b0:2f8:c0bd:d65f with SMTP id 38308e7fff4ca-2fcbdfc9046mr32967111fa.20.1730118638870; Mon, 28 Oct 2024 05:30:38 -0700 (PDT) MIME-Version: 1.0 References: <20241025122746.1775593-1-bruce.richardson@intel.com> In-Reply-To: <20241025122746.1775593-1-bruce.richardson@intel.com> From: David Marchand Date: Mon, 28 Oct 2024 13:30:27 +0100 Message-ID: Subject: Re: [PATCH] net/i40e/base: fix invalid log format characters To: Bruce Richardson Cc: dev@dpdk.org X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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 On Fri, Oct 25, 2024 at 2:28=E2=80=AFPM Bruce Richardson wrote: > > With commit cb593a832630 ("net/i40e/base: reduce size of time > variables"), the time_left value is 32-bits rather than 64-bits. > However the printf-style format strings were never updated in the logs, > so were left at PRIu64. Change them to PRIu32, fixing the build when > additional format warnings were enabled. > > Fixes: cb593a832630 ("net/i40e/base: reduce size of time variables") > > Signed-off-by: Bruce Richardson Applied, thanks. --=20 David Marchand