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 9CFEFA00C2 for ; Wed, 23 Nov 2022 19:05:10 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 986AD42DAB; Wed, 23 Nov 2022 19:05:10 +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 EB38F40E5A for ; Wed, 23 Nov 2022 19:05:08 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1669226708; 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=ZPXTfBsufLUTHBv/DgpGC3/q2l0s03X/jB+C0PhJMF4=; b=E9Vb8wT/An89UEa9IhCvkuag5oEbHZdwVVPKxgf1egQVWcf8/kIqsPWwkoKUQbVwpTUmPk mzeMXKztwrimXXCkORxtwJ80UHqQOuoGPjWZLx6FGsSsxWOODmxaodnYjM2Bap+Qg0iehQ 2su+aP8T48ZsL10DEDtVLkFHMnpc9hk= 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-633-HKSrbtacMWm6cJHSpFyNGQ-1; Wed, 23 Nov 2022 13:05:07 -0500 X-MC-Unique: HKSrbtacMWm6cJHSpFyNGQ-1 Received: from smtp.corp.redhat.com (int-mx10.intmail.prod.int.rdu2.redhat.com [10.11.54.10]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id CA2538339C6; Wed, 23 Nov 2022 18:05:06 +0000 (UTC) Received: from rh.Home (unknown [10.39.195.16]) by smtp.corp.redhat.com (Postfix) with ESMTP id 48280492B07; Wed, 23 Nov 2022 18:05:06 +0000 (UTC) From: Kevin Traynor To: Luca Boccassi Cc: dpdk stable Subject: patch 'drivers: fix typos found by Lintian' has been queued to stable release 21.11.3 Date: Wed, 23 Nov 2022 18:03:51 +0000 Message-Id: <20221123180413.733554-38-ktraynor@redhat.com> In-Reply-To: <20221123180413.733554-1-ktraynor@redhat.com> References: <20221123180413.733554-1-ktraynor@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.10 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII"; x-default=true 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/28/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/674f2e762d4eb5c00cf66f073cb80c1a69ec576e Thanks. Kevin --- >From 674f2e762d4eb5c00cf66f073cb80c1a69ec576e Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Mon, 14 Nov 2022 14:21:53 +0000 Subject: [PATCH] drivers: fix typos found by Lintian [ upstream commit bdab5309193d8e1ed1a60b604677c86c322364e0 ] Signed-off-by: Luca Boccassi --- drivers/net/bonding/rte_eth_bond_pmd.c | 2 +- drivers/net/hns3/hns3_ethdev.c | 2 +- drivers/net/qede/base/ecore_int.c | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/net/bonding/rte_eth_bond_pmd.c b/drivers/net/bonding/rte_eth_bond_pmd.c index d3bf95b845..85c8785e7e 100644 --- a/drivers/net/bonding/rte_eth_bond_pmd.c +++ b/drivers/net/bonding/rte_eth_bond_pmd.c @@ -199,5 +199,5 @@ bond_ethdev_8023ad_flow_verify(struct rte_eth_dev *bond_dev, slave_info.max_tx_queues < bond_dev->data->nb_tx_queues) { RTE_BOND_LOG(ERR, - "%s: Slave %d capabilities doesn't allow to allocate additional queues", + "%s: Slave %d capabilities doesn't allow allocating additional queues", __func__, slave_port); return -1; diff --git a/drivers/net/hns3/hns3_ethdev.c b/drivers/net/hns3/hns3_ethdev.c index 9cc1759a4a..3ff0ac2252 100644 --- a/drivers/net/hns3/hns3_ethdev.c +++ b/drivers/net/hns3/hns3_ethdev.c @@ -1673,5 +1673,5 @@ err_pause_addr_cfg: mac_addr); hns3_warn(hw, - "Failed to roll back to del setted mac addr(%s): %d", + "Failed to roll back to del set mac addr(%s): %d", mac_str, ret_val); } diff --git a/drivers/net/qede/base/ecore_int.c b/drivers/net/qede/base/ecore_int.c index 2c4aac9418..d9faf6bfcd 100644 --- a/drivers/net/qede/base/ecore_int.c +++ b/drivers/net/qede/base/ecore_int.c @@ -367,5 +367,5 @@ enum _ecore_status_t ecore_pglueb_rbc_attn_handler(struct ecore_hwfn *p_hwfn, tmp = ecore_rd(p_hwfn, p_ptt, PGLUE_B_REG_TX_ERR_WR_DETAILS_ICPL); if (tmp & ECORE_PGLUE_ATTENTION_ICPL_VALID) - DP_NOTICE(p_hwfn, false, "ICPL erorr - %08x\n", tmp); + DP_NOTICE(p_hwfn, false, "ICPL error - %08x\n", tmp); tmp = ecore_rd(p_hwfn, p_ptt, PGLUE_B_REG_MASTER_ZLR_ERR_DETAILS); @@ -379,5 +379,5 @@ enum _ecore_status_t ecore_pglueb_rbc_attn_handler(struct ecore_hwfn *p_hwfn, DP_NOTICE(p_hwfn, false, - "ICPL erorr - %08x [Address %08x:%08x]\n", + "ICPL error - %08x [Address %08x:%08x]\n", tmp, addr_hi, addr_lo); } -- 2.38.1 --- Diff of the applied patch vs upstream commit (please double-check if non-empty: --- --- - 2022-11-23 09:55:57.969485556 +0000 +++ 0038-drivers-fix-typos-found-by-Lintian.patch 2022-11-23 09:55:57.089149357 +0000 @@ -1 +1 @@ -From bdab5309193d8e1ed1a60b604677c86c322364e0 Mon Sep 17 00:00:00 2001 +From 674f2e762d4eb5c00cf66f073cb80c1a69ec576e Mon Sep 17 00:00:00 2001 @@ -5,0 +6,2 @@ +[ upstream commit bdab5309193d8e1ed1a60b604677c86c322364e0 ] + @@ -8 +9,0 @@ - drivers/crypto/dpaa_sec/dpaa_sec.c | 4 ++-- @@ -12 +13 @@ - 4 files changed, 6 insertions(+), 6 deletions(-) + 3 files changed, 4 insertions(+), 4 deletions(-) @@ -14,18 +14,0 @@ -diff --git a/drivers/crypto/dpaa_sec/dpaa_sec.c b/drivers/crypto/dpaa_sec/dpaa_sec.c -index b1e7027823..db52683847 100644 ---- a/drivers/crypto/dpaa_sec/dpaa_sec.c -+++ b/drivers/crypto/dpaa_sec/dpaa_sec.c -@@ -755,5 +755,5 @@ mbuf_dump: - printf("job->sg[0] output info:\n"); - memcpy(&sg[0], &job->sg[0], sizeof(sg[0])); -- printf("\taddr = %"PRIx64",\n\tlen = %d,\n\tfinal = %d,\n\textention = %d" -+ printf("\taddr = %"PRIx64",\n\tlen = %d,\n\tfinal = %d,\n\textension = %d" - "\n\tbpid = %d\n\toffset = %d\n", - (uint64_t)sg[0].addr, sg[0].length, sg[0].final, -@@ -762,5 +762,5 @@ mbuf_dump: - memcpy(&sg[1], &job->sg[1], sizeof(sg[1])); - hw_sg_to_cpu(&sg[1]); -- printf("\taddr = %"PRIx64",\n\tlen = %d,\n\tfinal = %d,\n\textention = %d" -+ printf("\taddr = %"PRIx64",\n\tlen = %d,\n\tfinal = %d,\n\textension = %d" - "\n\tbpid = %d\n\toffset = %d\n", - (uint64_t)sg[1].addr, sg[1].length, sg[1].final, @@ -33 +16 @@ -index 2efaad1e8e..b9bcebc6cb 100644 +index d3bf95b845..85c8785e7e 100644 @@ -44 +27 @@ -index b4365b78be..d326f70129 100644 +index 9cc1759a4a..3ff0ac2252 100644 @@ -47,2 +30,2 @@ -@@ -1662,5 +1662,5 @@ err_pause_addr_cfg: - mac_addr); +@@ -1673,5 +1673,5 @@ err_pause_addr_cfg: + mac_addr);