From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 7AA4CA0C53; Fri, 27 Aug 2021 02:32:18 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3F29D4067C; Fri, 27 Aug 2021 02:32:18 +0200 (CEST) Received: from szxga01-in.huawei.com (szxga01-in.huawei.com [45.249.212.187]) by mails.dpdk.org (Postfix) with ESMTP id EA60E40140 for ; Fri, 27 Aug 2021 02:32:16 +0200 (CEST) Received: from dggeme756-chm.china.huawei.com (unknown [172.30.72.55]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4GwgYM1d1pzbj7X; Fri, 27 Aug 2021 08:28:23 +0800 (CST) Received: from [10.67.103.128] (10.67.103.128) by dggeme756-chm.china.huawei.com (10.3.19.102) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.8; Fri, 27 Aug 2021 08:32:14 +0800 To: Ben Magistro , CC: References: <20210826231044.4901-1-koncept1@gmail.com> From: "Min Hu (Connor)" Message-ID: Date: Fri, 27 Aug 2021 08:32:14 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.3.1 MIME-Version: 1.0 In-Reply-To: <20210826231044.4901-1-koncept1@gmail.com> Content-Type: text/plain; charset="gbk"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [10.67.103.128] X-ClientProxiedBy: dggems703-chm.china.huawei.com (10.3.19.180) To dggeme756-chm.china.huawei.com (10.3.19.102) X-CFilter-Loop: Reflected Subject: Re: [dpdk-dev] [PATCH] docs: fix bond driver name X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Acked-by: Min Hu (Connor) ÔÚ 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 > --- > 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 >