DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] docs: fix bond driver name
@ 2021-08-26 23:10 Ben Magistro
  2021-08-27  0:32 ` Min Hu (Connor)
  0 siblings, 1 reply; 3+ messages in thread
From: Ben Magistro @ 2021-08-26 23:10 UTC (permalink / raw)
  To: dev; +Cc: ben.magistro, Ben Magistro

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@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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-09-07 17:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-26 23:10 [dpdk-dev] [PATCH] docs: fix bond driver name Ben Magistro
2021-08-27  0:32 ` Min Hu (Connor)
2021-09-07 17:54   ` Ferruh Yigit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).