[dpdk-stable] patch 'net/ring: fix typo in log message' has been queued to LTS release 18.11.11

Kevin Traynor ktraynor at redhat.com
Mon Nov 23 18:11:58 CET 2020


Hi,

FYI, your patch has been queued to LTS release 18.11.11

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/27/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/kevintraynor/dpdk-stable-queue

This queued commit can be viewed at:
https://github.com/kevintraynor/dpdk-stable-queue/commit/ac145f3a626cdeb9df0f95870d7f7d27af2545d1

Thanks.

Kevin.

---
>From ac145f3a626cdeb9df0f95870d7f7d27af2545d1 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 245029c107..73161fc042 100644
--- a/drivers/net/ring/rte_eth_ring.c
+++ b/drivers/net/ring/rte_eth_ring.c
@@ -596,5 +596,5 @@ 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, &eth_dev);
-- 
2.26.2

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2020-11-23 17:10:14.143560885 +0000
+++ 0006-net-ring-fix-typo-in-log-message.patch	2020-11-23 17:10:13.971061560 +0000
@@ -1 +1 @@
-From f1b910746547b25a8e65dc770b452744e21a0ffd Mon Sep 17 00:00:00 2001
+From ac145f3a626cdeb9df0f95870d7f7d27af2545d1 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 245029c107..73161fc042 100644
@@ -21 +22 @@
-@@ -630,5 +630,5 @@ rte_pmd_ring_probe(struct rte_vdev_device *dev)
+@@ -596,5 +596,5 @@ rte_pmd_ring_probe(struct rte_vdev_device *dev)



More information about the stable mailing list