From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 34678237 for ; Fri, 29 Dec 2017 07:32:25 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Dec 2017 22:32:25 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,474,1508828400"; d="scan'208";a="22285549" Received: from unknown (HELO dpdk5.bj.intel.com) ([172.16.182.198]) by orsmga002.jf.intel.com with ESMTP; 28 Dec 2017 22:32:23 -0800 From: Zhiyong Yang To: dev@dpdk.org Cc: john.mcnamara@intel.com, Zhiyong Yang Date: Fri, 29 Dec 2017 14:32:20 +0800 Message-Id: <20171229063220.11221-1-zhiyong.yang@intel.com> X-Mailer: git-send-email 2.13.3 Subject: [dpdk-dev] [PATCH] doc: fix link bonding pmd typo in prog guide X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Dec 2017 06:32:26 -0000 fix one typo and a grammatical mistake. Fixes: b0152b1b40fe("doc: update bonding") Signed-off-by: Zhiyong Yang --- 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..244424269 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 capabilities similar 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