[dpdk-stable] patch 'net/ring: fix typo in log message' has been queued to stable release 19.11.6
luca.boccassi at gmail.com
luca.boccassi at gmail.com
Tue Nov 17 12:13:48 CET 2020
Hi,
FYI, your patch has been queued to stable release 19.11.6
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/19/20. 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/bluca/dpdk-stable
This queued commit can be viewed at:
https://github.com/bluca/dpdk-stable/commit/1fd99ff7c432e94e3592b7d5281b0059df37b92d
Thanks.
Luca Boccassi
---
>From 1fd99ff7c432e94e3592b7d5281b0059df37b92d Mon Sep 17 00:00:00 2001
From: Olivier Matz <olivier.matz at 6wind.com>
Date: Wed, 4 Nov 2020 18:01:25 +0100
Subject: [PATCH] net/ring: fix typo in log message
[ upstream commit f1b910746547b25a8e65dc770b452744e21a0ffd ]
Add a missing space.
Fixes: 869bf6d222bb ("net/ring: fix coding style")
Signed-off-by: Olivier Matz <olivier.matz at 6wind.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit at intel.com>
---
drivers/net/ring/rte_eth_ring.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ring/rte_eth_ring.c b/drivers/net/ring/rte_eth_ring.c
index f35f54e78d..cae959b76c 100644
--- a/drivers/net/ring/rte_eth_ring.c
+++ b/drivers/net/ring/rte_eth_ring.c
@@ -593,7 +593,7 @@ rte_pmd_ring_probe(struct rte_vdev_device *dev)
if (!kvlist) {
PMD_LOG(INFO,
- "Ignoring unsupported parameters when creatingrings-backed ethernet device");
+ "Ignoring unsupported parameters when creating rings-backed ethernet device");
ret = eth_dev_ring_create(name, dev, rte_socket_id(),
DEV_CREATE, ð_dev);
if (ret == -1) {
--
2.27.0
---
Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- - 2020-11-17 11:13:13.567210211 +0000
+++ 0014-net-ring-fix-typo-in-log-message.patch 2020-11-17 11:13:12.881115803 +0000
@@ -1 +1 @@
-From f1b910746547b25a8e65dc770b452744e21a0ffd Mon Sep 17 00:00:00 2001
+From 1fd99ff7c432e94e3592b7d5281b0059df37b92d Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit f1b910746547b25a8e65dc770b452744e21a0ffd ]
+
@@ -9 +10,0 @@
-Cc: stable at dpdk.org
@@ -18 +19 @@
-index d6115abdd5..41402a5159 100644
+index f35f54e78d..cae959b76c 100644
@@ -21 +22 @@
-@@ -629,7 +629,7 @@ rte_pmd_ring_probe(struct rte_vdev_device *dev)
+@@ -593,7 +593,7 @@ rte_pmd_ring_probe(struct rte_vdev_device *dev)
More information about the stable
mailing list