patches for DPDK stable branches
 help / color / mirror / Atom feed
* [dpdk-stable] [PATCH v2] doc: fix link bonding PMD typo in prog guide
       [not found] <20171229063220.11221-1-zhiyong.yang@intel.com>
@ 2018-01-12 10:40 ` Zhiyong Yang
  2018-01-15 11:23   ` Kovacevic, Marko
  2018-01-19  2:21   ` [dpdk-stable] [PATCH v3] " Zhiyong Yang
  0 siblings, 2 replies; 4+ messages in thread
From: Zhiyong Yang @ 2018-01-12 10:40 UTC (permalink / raw)
  To: dev; +Cc: marko.kovacevic, john.mcnamara, stable, Zhiyong Yang

fix one typo and a grammatical mistake.

Fixes: b0152b1b40fe ("doc: update bonding")
Cc: stable@dpdk.org

Signed-off-by: Zhiyong Yang <zhiyong.yang@intel.com>
Acked-by: Marko Kovacevic <marko.kovacevic@intel.com>
---

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [dpdk-stable] [PATCH v2] doc: fix link bonding PMD typo in prog guide
  2018-01-12 10:40 ` [dpdk-stable] [PATCH v2] doc: fix link bonding PMD typo in prog guide Zhiyong Yang
@ 2018-01-15 11:23   ` Kovacevic, Marko
  2018-01-19  2:21   ` [dpdk-stable] [PATCH v3] " Zhiyong Yang
  1 sibling, 0 replies; 4+ messages in thread
From: Kovacevic, Marko @ 2018-01-15 11:23 UTC (permalink / raw)
  To: Yang, Zhiyong, dev; +Cc: Mcnamara, John, stable

Actually just one more change it would be better as "similar capabilities" instead
 of "the similar capabilities"
 
 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
 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
 
 Marko K.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [dpdk-stable] [PATCH v3] doc: fix link bonding PMD typo in prog guide
  2018-01-12 10:40 ` [dpdk-stable] [PATCH v2] doc: fix link bonding PMD typo in prog guide Zhiyong Yang
  2018-01-15 11:23   ` Kovacevic, Marko
@ 2018-01-19  2:21   ` Zhiyong Yang
  2018-01-19 19:43     ` Ferruh Yigit
  1 sibling, 1 reply; 4+ messages in thread
From: Zhiyong Yang @ 2018-01-19  2:21 UTC (permalink / raw)
  To: dev; +Cc: john.mcnamara, marko.kovacevic, stable, Zhiyong Yang

fix one typo and a grammatical mistake.

Fixes: b0152b1b40fe ("doc: update bonding")
Cc: stable@dpdk.org

Signed-off-by: Zhiyong Yang <zhiyong.yang@intel.com>
Acked-by: Marko Kovacevic <marko.kovacevic@intel.com>
---

Changes in V3:
use "similar capabilities" instead of "the similar capabilities"

Changes in V2:
Fix the title and fixline format issue in commit log.

 doc/guides/prog_guide/link_bonding_poll_mode_drv_lib.rst | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 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..e13a54fc5 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.*
 
@@ -41,12 +41,12 @@ 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
-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
-as redundant links, fault tolerance and/or load balancing.
+``rte_eth_dev`` ports of the same speed and duplex to provide 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 as
+redundant links, fault tolerance and/or load balancing.
 
 The librte_pmd_bond library exports a C API which provides an API for the
 creation of bonded devices as well as the configuration and management of the
-- 
2.13.3

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [dpdk-stable] [PATCH v3] doc: fix link bonding PMD typo in prog guide
  2018-01-19  2:21   ` [dpdk-stable] [PATCH v3] " Zhiyong Yang
@ 2018-01-19 19:43     ` Ferruh Yigit
  0 siblings, 0 replies; 4+ messages in thread
From: Ferruh Yigit @ 2018-01-19 19:43 UTC (permalink / raw)
  To: Zhiyong Yang, dev; +Cc: john.mcnamara, marko.kovacevic, stable

On 1/19/2018 2:21 AM, Zhiyong Yang wrote:
> fix one typo and a grammatical mistake.
> 
> Fixes: b0152b1b40fe ("doc: update bonding")
> Cc: stable@dpdk.org
> 
> Signed-off-by: Zhiyong Yang <zhiyong.yang@intel.com>
> Acked-by: Marko Kovacevic <marko.kovacevic@intel.com>

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-01-19 19:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20171229063220.11221-1-zhiyong.yang@intel.com>
2018-01-12 10:40 ` [dpdk-stable] [PATCH v2] doc: fix link bonding PMD typo in prog guide Zhiyong Yang
2018-01-15 11:23   ` Kovacevic, Marko
2018-01-19  2:21   ` [dpdk-stable] [PATCH v3] " Zhiyong Yang
2018-01-19 19:43     ` 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).