Acked-by: Min Hu (Connor) <[email protected]>
在 2021/8/27 7:10, 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 <[email protected]>
---
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