[dpdk-stable] patch 'net/mlx5: fix minor typos' has been queued to stable release 18.08.1

Kevin Traynor ktraynor at redhat.com
Thu Nov 29 14:20:44 CET 2018


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 <alialnu at mellanox.com>
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 <alialnu at mellanox.com>
Acked-by: Shahaf Shuler <shahafs at mellanox.com>
---
 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 <alialnu at mellanox.com>
 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 at dpdk.org
 
 Signed-off-by: Ali Alnubani <alialnu at mellanox.com>
 Acked-by: Shahaf Shuler <shahafs at mellanox.com>
 ---
- 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


More information about the stable mailing list