[dpdk-dev] [PATCH] docs: fix bond driver name

Ben Magistro koncept1 at gmail.com
Fri Aug 27 01:10:44 CEST 2021


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

Signed-off-by: Ben Magistro <koncept1 at gmail.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 30c56cd..55ec06a 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
-- 
1.8.3.1



More information about the dev mailing list