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 67347A054A for ; Tue, 25 Oct 2022 17:08:29 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 60A6C42C34; Tue, 25 Oct 2022 17:08:29 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id 8D02042C1D for ; Tue, 25 Oct 2022 17:08:27 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1666710507; 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=6Nkkcol72NsB+pZtqP+TQZPHscPQ9iCpjEe4Q4ar9Ik=; b=jLcbeqrkWXlutMtZ46AgXoTBz/mAM6frCov6YuIebv52mTMOJyLVMMdo85ip9cf3aFnEiG zgqd0NV/DPNJXK6rOFZ5ninunZoyEzzu6DjXQNLQJYvpfE7DbggVbtYiB94mfWZHRz7cm4 Y4kqH+OY8I+sr9gGyw5s6yHeJOdYSPE= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-472-gB1hTH0MOJO2FbNFcAtbvw-1; Tue, 25 Oct 2022 11:08:24 -0400 X-MC-Unique: gB1hTH0MOJO2FbNFcAtbvw-1 Received: from smtp.corp.redhat.com (int-mx09.intmail.prod.int.rdu2.redhat.com [10.11.54.9]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 508F8805B72; Tue, 25 Oct 2022 15:08:20 +0000 (UTC) Received: from rh.redhat.com (unknown [10.39.192.13]) by smtp.corp.redhat.com (Postfix) with ESMTP id D8380477F55; Tue, 25 Oct 2022 15:08:18 +0000 (UTC) From: Kevin Traynor To: James Hershaw Cc: Chaoyong He , =?UTF-8?q?Niklas=20S=C3=B6derlund?= , dpdk stable Subject: patch 'net/nfp: improve HW info header log readability' has been queued to stable release 21.11.3 Date: Tue, 25 Oct 2022 16:06:10 +0100 Message-Id: <20221025150734.142189-15-ktraynor@redhat.com> In-Reply-To: <20221025150734.142189-1-ktraynor@redhat.com> References: <20221025150734.142189-1-ktraynor@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.9 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Hi, FYI, your patch has been queued to stable release 21.11.3 Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. It will be pushed if I get no objections before 11/01/22. So please shout if anyone has objections. Also note that after the patch there's a diff of the upstream commit vs the patch applied to the branch. This will indicate if there was any rebasing needed to apply to the stable branch. If there were code changes for rebasing (ie: not only metadata diffs), please double check that the rebase was correctly done. Queued patches are on a temporary branch at: https://github.com/kevintraynor/dpdk-stable This queued commit can be viewed at: https://github.com/kevintraynor/dpdk-stable/commit/f1810ceebb938aca23939d1419b336fb13d2ed7b Thanks. Kevin --- >From f1810ceebb938aca23939d1419b336fb13d2ed7b Mon Sep 17 00:00:00 2001 From: James Hershaw Date: Fri, 26 Aug 2022 13:39:03 +0800 Subject: [PATCH] net/nfp: improve HW info header log readability MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [ upstream commit c18806818fb530d60003ea7da0b866fcdfe81e45 ] Prepend `0x` to the NFP HWINFO header value that is printed to improve the readability of the printed statement. Fixes: c7e9729da6b5 ("net/nfp: support CPP") Signed-off-by: James Hershaw Reviewed-by: Chaoyong He Reviewed-by: Niklas Söderlund --- drivers/net/nfp/nfpcore/nfp_hwinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/nfp/nfpcore/nfp_hwinfo.c b/drivers/net/nfp/nfpcore/nfp_hwinfo.c index c0516bf8e8..9f848bde79 100644 --- a/drivers/net/nfp/nfpcore/nfp_hwinfo.c +++ b/drivers/net/nfp/nfpcore/nfp_hwinfo.c @@ -109,5 +109,5 @@ nfp_hwinfo_try_fetch(struct nfp_cpp *cpp, size_t *cpp_size) header = (void *)db; - printf("NFP HWINFO header: %08x\n", *(uint32_t *)header); + printf("NFP HWINFO header: %#08x\n", *(uint32_t *)header); if (nfp_hwinfo_is_updating(header)) goto exit_free; -- 2.37.3 --- Diff of the applied patch vs upstream commit (please double-check if non-empty: --- --- - 2022-10-25 14:18:58.910444171 +0100 +++ 0015-net-nfp-improve-HW-info-header-log-readability.patch 2022-10-25 14:18:58.364797923 +0100 @@ -1 +1 @@ -From c18806818fb530d60003ea7da0b866fcdfe81e45 Mon Sep 17 00:00:00 2001 +From f1810ceebb938aca23939d1419b336fb13d2ed7b Mon Sep 17 00:00:00 2001 @@ -8,0 +9,2 @@ +[ upstream commit c18806818fb530d60003ea7da0b866fcdfe81e45 ] + @@ -13 +14,0 @@ -Cc: stable@dpdk.org