docs: fix bond driver name

Message ID 20210826231044.4901-1-koncept1@gmail.com (mailing list archive)
State Accepted, archived
Delegated to: Ferruh Yigit
Headers
Series docs: fix bond driver name |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/github-robot: build success github build: passed
ci/iol-spell-check-testing success Testing PASS
ci/iol-broadcom-Performance success Performance Testing PASS
ci/iol-broadcom-Functional success Functional Testing PASS
ci/iol-intel-Functional success Functional Testing PASS
ci/iol-intel-Performance success Performance Testing PASS
ci/iol-aarch64-compile-testing success Testing PASS
ci/iol-mellanox-Performance success Performance Testing PASS
ci/iol-x86_64-compile-testing success Testing PASS
ci/iol-x86_64-unit-testing fail Testing issues
ci/iol-aarch64-unit-testing success Testing PASS

Commit Message

Ben Magistro Aug. 26, 2021, 11:10 p.m. UTC
  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(-)
  

Comments

humin (Q) Aug. 27, 2021, 12:32 a.m. UTC | #1
Acked-by: Min Hu (Connor) <humin29@huawei.com>

在 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 <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
>
  
Ferruh Yigit Sept. 7, 2021, 5:54 p.m. UTC | #2
On 8/27/2021 1:32 AM, Min Hu (Connor) wrote:

> 在 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 <koncept1@gmail.com>
>
> Acked-by: Min Hu (Connor) <humin29@huawei.com>
> 

    Fixes: 89c67ae2cba7 ("doc: remove references to make from prog guide")
    Cc: stable@dpdk.org

In patch title s/^docs: /^doc: /


Applied to dpdk-next-net/main, thanks.
  

Patch

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