* [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
* Re: [dpdk-dev] [PATCH] docs: fix bond driver name
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
0 siblings, 1 reply; 3+ messages in thread
From: Min Hu (Connor) @ 2021-08-27 0:32 UTC (permalink / raw)
To: Ben Magistro, dev; +Cc: ben.magistro
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
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] docs: fix bond driver name
2021-08-27 0:32 ` Min Hu (Connor)
@ 2021-09-07 17:54 ` Ferruh Yigit
0 siblings, 0 replies; 3+ messages in thread
From: Ferruh Yigit @ 2021-09-07 17:54 UTC (permalink / raw)
To: Min Hu (Connor), Ben Magistro, dev; +Cc: ben.magistro
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.
^ 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).