From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 22E3A1B30C for ; Fri, 19 Jan 2018 02:59:19 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Jan 2018 17:59:19 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,379,1511856000"; d="scan'208";a="194542693" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga005.jf.intel.com with ESMTP; 18 Jan 2018 17:59:18 -0800 Received: from fmsmsx101.amr.corp.intel.com (10.18.124.199) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 18 Jan 2018 17:59:17 -0800 Received: from bgsmsx104.gar.corp.intel.com (10.223.4.190) by fmsmsx101.amr.corp.intel.com (10.18.124.199) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 18 Jan 2018 17:59:17 -0800 Received: from bgsmsx101.gar.corp.intel.com ([169.254.1.245]) by BGSMSX104.gar.corp.intel.com ([10.223.4.190]) with mapi id 14.03.0319.002; Fri, 19 Jan 2018 07:29:14 +0530 From: "Yang, Zhiyong" To: "Kovacevic, Marko" , "dev@dpdk.org" CC: "Mcnamara, John" Thread-Topic: [dpdk-dev] [PATCH] doc: fix link bonding pmd typo in prog guide Thread-Index: AQHTgG7UHiGGs/kCzUWgweHw5roEO6NvtNaAgABxzxCABGJOAIAGCDbg Date: Fri, 19 Jan 2018 01:59:13 +0000 Message-ID: References: <20171229063220.11221-1-zhiyong.yang@intel.com> <6DC05C7C5F25994B81B3F2F214251F66331A92@IRSMSX104.ger.corp.intel.com> <6DC05C7C5F25994B81B3F2F214251F66332574@IRSMSX104.ger.corp.intel.com> In-Reply-To: <6DC05C7C5F25994B81B3F2F214251F66332574@IRSMSX104.ger.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [10.223.10.10] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [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, 19 Jan 2018 01:59:20 -0000 Thanks, V3 will be coming soon. > -----Original Message----- > From: Kovacevic, Marko > Sent: Monday, January 15, 2018 7:22 PM > To: Yang, Zhiyong ; dev@dpdk.org > Cc: Mcnamara, John > Subject: RE: [dpdk-dev] [PATCH] doc: fix link bonding pmd typo in prog gu= ide >=20 > Actually just one more change it would be better as "similar capabilities= " > instead of "the similar capabilities" >=20 > 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 simila= r > capabilities to that found in Linux bonding driver to allow the aggregat= ion of > multiple (slave) NICs into a single logical interface between a server a= nd a > switch. The new bonded PMD will then process these interfaces based on > the mode of operation specified to provide support for features such >=20 > Marko K.