[dpdk-stable] patch 'net/mlx4: fix minor typo' has been queued to stable release 18.08.1
Kevin Traynor
ktraynor at redhat.com
Thu Nov 29 14:20:43 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 9ce0efbe970f9b81b6d76ca917349c2b3b04354b Mon Sep 17 00:00:00 2001
From: Ali Alnubani <alialnu at mellanox.com>
Date: Wed, 14 Nov 2018 07:48:09 +0000
Subject: [PATCH] net/mlx4: fix minor typo
[ upstream commit 96c0cc17fcd8df7f4e3431c68c63cdf6b1db06ed ]
Fixes: 9797bfcce1c9 ("net/mlx4: add new memory region support")
Signed-off-by: Ali Alnubani <alialnu at mellanox.com>
Acked-by: Shahaf Shuler <shahafs at mellanox.com>
---
drivers/net/mlx4/mlx4_mr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/mlx4/mlx4_mr.c b/drivers/net/mlx4/mlx4_mr.c
index bee858643..c2066ea4b 100644
--- a/drivers/net/mlx4/mlx4_mr.c
+++ b/drivers/net/mlx4/mlx4_mr.c
@@ -572,5 +572,5 @@ mlx4_mr_create(struct rte_eth_dev *dev, struct mlx4_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.139664249 +0000
+++ 0042-net-mlx4-fix-minor-typo.patch 2018-11-29 13:11:34.000000000 +0000
@@ -1,10 +1,11 @@
-From 96c0cc17fcd8df7f4e3431c68c63cdf6b1db06ed Mon Sep 17 00:00:00 2001
+From 9ce0efbe970f9b81b6d76ca917349c2b3b04354b Mon Sep 17 00:00:00 2001
From: Ali Alnubani <alialnu at mellanox.com>
Date: Wed, 14 Nov 2018 07:48:09 +0000
Subject: [PATCH] net/mlx4: fix minor typo
+[ upstream commit 96c0cc17fcd8df7f4e3431c68c63cdf6b1db06ed ]
+
Fixes: 9797bfcce1c9 ("net/mlx4: 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>
More information about the stable
mailing list