[dpdk-stable] patch 'doc: fix bonding driver name' has been queued to stable release 20.11.4

Xueming Li xuemingl at nvidia.com
Wed Nov 10 07:28:36 CET 2021


Hi,

FYI, your patch has been queued to stable release 20.11.4

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/12/21. 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/steevenlee/dpdk

This queued commit can be viewed at:
https://github.com/steevenlee/dpdk/commit/19acac8cef91b751aa582650c8aa98a69f069db0

Thanks.

Xueming Li <xuemingl at nvidia.com>

---
>From 19acac8cef91b751aa582650c8aa98a69f069db0 Mon Sep 17 00:00:00 2001
From: Ben Magistro <koncept1 at gmail.com>
Date: Thu, 26 Aug 2021 23:10:44 +0000
Subject: [PATCH] doc: fix bonding driver name
Cc: Xueming Li <xuemingl at nvidia.com>

[ upstream commit c4498cb315d5c6367dc3a9dccb21ffd233336d34 ]

The documentation for the bond driver lists the name as `net/bond`
however the driver should be `net/bonding`.

Fixes: 89c67ae2cba7 ("doc: remove references to make from prog guide")

Signed-off-by: Ben Magistro <koncept1 at gmail.com>
Acked-by: Min Hu (Connor) <humin29 at huawei.com>
---
 doc/guides/prog_guide/link_bonding_poll_mode_drv_lib.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guides/prog_guide/link_bonding_poll_mode_drv_lib.rst b/doc/guides/prog_guide/link_bonding_poll_mode_drv_lib.rst
index 30c56cd375..55ec06a46e 100644
--- a/doc/guides/prog_guide/link_bonding_poll_mode_drv_lib.rst
+++ b/doc/guides/prog_guide/link_bonding_poll_mode_drv_lib.rst
@@ -29,7 +29,7 @@ bonded device and its slave devices.
 
     The Link Bonding PMD Library is enabled by default in the build
     configuration, the library can be disabled using the meson option
-    "-Ddisable_drivers=net/bond".
+    "-Ddisable_drivers=net/bonding".
 
 
 Link Bonding Modes Overview
-- 
2.33.0

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2021-11-10 14:17:03.552464280 +0800
+++ 0032-doc-fix-bonding-driver-name.patch	2021-11-10 14:17:01.777413521 +0800
@@ -1 +1 @@
-From c4498cb315d5c6367dc3a9dccb21ffd233336d34 Mon Sep 17 00:00:00 2001
+From 19acac8cef91b751aa582650c8aa98a69f069db0 Mon Sep 17 00:00:00 2001
@@ -4,0 +5,3 @@
+Cc: Xueming Li <xuemingl at nvidia.com>
+
+[ upstream commit c4498cb315d5c6367dc3a9dccb21ffd233336d34 ]
@@ -10 +12,0 @@
-Cc: stable at dpdk.org


More information about the stable mailing list