[dpdk-stable] patch 'doc: fix typo in KNI guide' has been queued to LTS release 18.11.11

Kevin Traynor ktraynor at redhat.com
Wed Nov 18 17:35:57 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/24/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/a2e740be7d8f8f6c09583763f5d34d1d59381eea

Thanks.

Kevin.

---
>From a2e740be7d8f8f6c09583763f5d34d1d59381eea Mon Sep 17 00:00:00 2001
From: Ciara Power <ciara.power at intel.com>
Date: Mon, 2 Nov 2020 15:23:48 +0000
Subject: [PATCH] doc: fix typo in KNI guide

[ upstream commit cbd2f21ab76b5aa8d7c7967b37062cfb57d8002b ]

The typo "withe" should have been "with the". This is now fixed.

Fixes: 89397a01ce4a ("kni: set default carrier state of interface")

Signed-off-by: Ciara Power <ciara.power at intel.com>
Acked-by: John McNamara <john.mcnamara at intel.com>
---
 doc/guides/prog_guide/kernel_nic_interface.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guides/prog_guide/kernel_nic_interface.rst b/doc/guides/prog_guide/kernel_nic_interface.rst
index ccf03a41de..5ba0705f0f 100644
--- a/doc/guides/prog_guide/kernel_nic_interface.rst
+++ b/doc/guides/prog_guide/kernel_nic_interface.rst
@@ -179,5 +179,5 @@ KNI Creation and Deletion
 
 Before any KNI interfaces can be created, the ``rte_kni`` kernel module must
-be loaded into the kernel and configured withe ``rte_kni_init()`` function.
+be loaded into the kernel and configured with the ``rte_kni_init()`` function.
 
 The KNI interfaces are created by a DPDK application dynamically via the
-- 
2.26.2

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2020-11-18 16:33:39.269723218 +0000
+++ 0071-doc-fix-typo-in-KNI-guide.patch	2020-11-18 16:33:38.005215111 +0000
@@ -1 +1 @@
-From cbd2f21ab76b5aa8d7c7967b37062cfb57d8002b Mon Sep 17 00:00:00 2001
+From a2e740be7d8f8f6c09583763f5d34d1d59381eea Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit cbd2f21ab76b5aa8d7c7967b37062cfb57d8002b ]
+
@@ -9 +10,0 @@
-Cc: stable at dpdk.org
@@ -18 +19 @@
-index de5d75bd4c..1ce03ec1a3 100644
+index ccf03a41de..5ba0705f0f 100644



More information about the stable mailing list