From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 29EC01B4AA for ; Thu, 29 Nov 2018 14:23:13 +0100 (CET) Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 8DB8930833A4; Thu, 29 Nov 2018 13:23:12 +0000 (UTC) Received: from ktraynor.remote.csb (ovpn-117-230.ams2.redhat.com [10.36.117.230]) by smtp.corp.redhat.com (Postfix) with ESMTP id 1BDED1001F50; Thu, 29 Nov 2018 13:23:10 +0000 (UTC) From: Kevin Traynor To: Ali Alnubani Cc: Shahaf Shuler , dpdk stable Date: Thu, 29 Nov 2018 13:20:44 +0000 Message-Id: <20181129132128.7609-44-ktraynor@redhat.com> In-Reply-To: <20181129132128.7609-1-ktraynor@redhat.com> References: <20181129132128.7609-1-ktraynor@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.44]); Thu, 29 Nov 2018 13:23:12 +0000 (UTC) Subject: [dpdk-stable] patch 'net/mlx5: fix minor typos' has been queued to stable release 18.08.1 X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Nov 2018 13:23:13 -0000 Hi, FYI, your patch has been queued to stable release 18.08.1 Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. It will be pushed if I get no objections before 12/08/18. 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. If the code is different (ie: not only metadata diffs), due for example to a change in context or macro names, please double check it. Thanks. Kevin Traynor --- >>From ecb9c6515978022b8b71d39e2148d6733ca546bd Mon Sep 17 00:00:00 2001 From: Ali Alnubani Date: Wed, 14 Nov 2018 07:48:31 +0000 Subject: [PATCH] net/mlx5: fix minor typos [ upstream commit d77b9aac5dafa1592e5a102f295ba80b10138ed1 ] Fixes: e1114ff6a5ab ("net/mlx5: support e-switch flow count action") Fixes: 974f1e7ef146 ("net/mlx5: add new memory region support") Signed-off-by: Ali Alnubani Acked-by: Shahaf Shuler --- drivers/net/mlx5/mlx5_mr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/mlx5/mlx5_mr.c b/drivers/net/mlx5/mlx5_mr.c index f4b15d3f6..f8b7dcaa0 100644 --- a/drivers/net/mlx5/mlx5_mr.c +++ b/drivers/net/mlx5/mlx5_mr.c @@ -571,5 +571,5 @@ mlx5_mr_create(struct rte_eth_dev *dev, struct mlx5_mr_cache *entry, * given address belongs, in order to register maximum range. In the * best case where mempools are not dynamically recreated and - * '--socket-mem' is speicified as an EAL option, it is very likely to + * '--socket-mem' is specified as an EAL option, it is very likely to * have only one MR(LKey) per a socket and per a hugepage-size even * though the system memory is highly fragmented. -- 2.19.0 --- Diff of the applied patch vs upstream commit (please double-check if non-empty: --- --- - 2018-11-29 13:11:36.162775975 +0000 +++ 0043-net-mlx5-fix-minor-typos.patch 2018-11-29 13:11:34.000000000 +0000 @@ -1,30 +1,19 @@ -From d77b9aac5dafa1592e5a102f295ba80b10138ed1 Mon Sep 17 00:00:00 2001 +From ecb9c6515978022b8b71d39e2148d6733ca546bd Mon Sep 17 00:00:00 2001 From: Ali Alnubani Date: Wed, 14 Nov 2018 07:48:31 +0000 Subject: [PATCH] net/mlx5: fix minor typos +[ upstream commit d77b9aac5dafa1592e5a102f295ba80b10138ed1 ] + Fixes: e1114ff6a5ab ("net/mlx5: support e-switch flow count action") Fixes: 974f1e7ef146 ("net/mlx5: add new memory region support") -Cc: stable@dpdk.org Signed-off-by: Ali Alnubani Acked-by: Shahaf Shuler --- - drivers/net/mlx5/mlx5_flow_tcf.c | 2 +- - drivers/net/mlx5/mlx5_mr.c | 2 +- - 2 files changed, 2 insertions(+), 2 deletions(-) + drivers/net/mlx5/mlx5_mr.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) -diff --git a/drivers/net/mlx5/mlx5_flow_tcf.c b/drivers/net/mlx5/mlx5_flow_tcf.c -index 91deb8873..98ecaec3f 100644 ---- a/drivers/net/mlx5/mlx5_flow_tcf.c -+++ b/drivers/net/mlx5/mlx5_flow_tcf.c -@@ -5649,5 +5649,5 @@ flow_tcf_nl_filter_parse_and_get(struct nlmsghdr *cnlh, - * @param[out] data - * Pointer to data area to be filled by the parsing routine. -- * assumed to be a pinter to struct flow_tcf_stats_basic. -+ * assumed to be a pointer to struct flow_tcf_stats_basic. - * - * @return diff --git a/drivers/net/mlx5/mlx5_mr.c b/drivers/net/mlx5/mlx5_mr.c index f4b15d3f6..f8b7dcaa0 100644 --- a/drivers/net/mlx5/mlx5_mr.c