From: Ben Magistro Date: Thu, 26 Aug 2021 23:10:44 +0000 (+0000) Subject: doc: fix bonding driver name X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=c4498cb315d5c6367dc3a9dccb21ffd233336d34;p=dpdk.git doc: fix bonding driver name 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 Acked-by: Min Hu (Connor) --- 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