From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 0BBE128F3; Mon, 15 Jan 2018 12:23:38 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Jan 2018 03:23:38 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,363,1511856000"; d="scan'208";a="10361042" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by fmsmga008.fm.intel.com with ESMTP; 15 Jan 2018 03:23:37 -0800 Received: from irsmsx104.ger.corp.intel.com ([169.254.5.248]) by IRSMSX109.ger.corp.intel.com ([169.254.13.28]) with mapi id 14.03.0319.002; Mon, 15 Jan 2018 11:23:36 +0000 From: "Kovacevic, Marko" To: "Yang, Zhiyong" , "dev@dpdk.org" CC: "Mcnamara, John" , "stable@dpdk.org" Thread-Topic: [PATCH v2] doc: fix link bonding PMD typo in prog guide Thread-Index: AQHTi5Og5QpAQbV/J0a437kFS/29f6N0z00A Date: Mon, 15 Jan 2018 11:23:36 +0000 Message-ID: <6DC05C7C5F25994B81B3F2F214251F6633258B@IRSMSX104.ger.corp.intel.com> References: <20171229063220.11221-1-zhiyong.yang@intel.com> <20180112104023.11984-1-zhiyong.yang@intel.com> In-Reply-To: <20180112104023.11984-1-zhiyong.yang@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-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMjc0YTVjNmUtNTBlZS00MDY3LWE3MWQtOTRiZTdlYjliMjYwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IkM4SjVDRWNjempPOFVYd1VrY1ptSWdCMk1rejV6SnFpcVBnVTVVZ0RPXC9vPSJ9 x-ctpclassification: CTP_NT x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2] 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: Mon, 15 Jan 2018 11:23:39 -0000 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 o= f ``rte_eth_dev`` ports of the same speed and duplex to provide similar capabilities to that found in Linux bonding driver to allow the aggregati= on of multiple (slave) NICs into a single logical interface between a server an= d a switch. The new bonded PMD will then process these interfaces based on th= e mode of operation specified to provide support for features such =20 Marko K.