From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zhiyong Yang Subject: [PATCH v2] doc: fix link bonding PMD typo in prog guide Date: Fri, 12 Jan 2018 18:40:23 +0800 Message-ID: <20180112104023.11984-1-zhiyong.yang@intel.com> References: <20171229063220.11221-1-zhiyong.yang@intel.com> Cc: marko.kovacevic@intel.com, john.mcnamara@intel.com, stable@dpdk.org, Zhiyong Yang To: dev@dpdk.org Return-path: In-Reply-To: <20171229063220.11221-1-zhiyong.yang@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" fix one typo and a grammatical mistake. Fixes: b0152b1b40fe ("doc: update bonding") Cc: stable@dpdk.org Signed-off-by: Zhiyong Yang Acked-by: Marko Kovacevic --- Changes in V2: 1. Fix the title and fixline format issue in commit log. doc/guides/prog_guide/link_bonding_poll_mode_drv_lib.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 1ef231df9..6bb299f99 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 @@ -33,7 +33,7 @@ Link Bonding Poll Mode Driver Library In addition to Poll Mode Drivers (PMDs) for physical and virtual hardware, DPDK also includes a pure-software library that -allows physical PMD's to be bonded together to create a single logical PMD. +allows physical PMDs to be bonded together to create a single logical PMD. .. figure:: img/bond-overview.* @@ -42,7 +42,7 @@ allows physical PMD's to be bonded together to create a single logical PMD. The Link Bonding PMD library(librte_pmd_bond) supports bonding of groups of ``rte_eth_dev`` ports of the same speed and duplex to provide -similar the capabilities to that found in Linux bonding driver to allow the +the similar capabilities to that found in Linux bonding driver to allow the aggregation of multiple (slave) NICs into a single logical interface between a server and a switch. The new bonded PMD will then process these interfaces based on the mode of operation specified to provide support for features such -- 2.13.3