doc: fix bonding driver name
authorBen Magistro <koncept1@gmail.com>
Thu, 26 Aug 2021 23:10:44 +0000 (23:10 +0000)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 7 Sep 2021 17:50:10 +0000 (19:50 +0200)
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")
Cc: stable@dpdk.org
Signed-off-by: Ben Magistro <koncept1@gmail.com>
Acked-by: Min Hu (Connor) <humin29@huawei.com>
doc/guides/prog_guide/link_bonding_poll_mode_drv_lib.rst

index 30c56cd..55ec06a 100644 (file)
@@ -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