From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 33B1E4BE1 for ; Mon, 18 Sep 2017 19:39:15 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga104.jf.intel.com with ESMTP; 18 Sep 2017 10:39:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,413,1500966000"; d="scan'208";a="1196349922" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by fmsmga001.fm.intel.com with ESMTP; 18 Sep 2017 10:39:13 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.49]) by IRSMSX104.ger.corp.intel.com ([163.33.3.159]) with mapi id 14.03.0319.002; Mon, 18 Sep 2017 18:39:13 +0100 From: "Mcnamara, John" To: Ravi Kumar , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 3/4] doc: Add documents for AMD XGBE Ethernet Thread-Index: AQHTLLiHX4dP981mYkCoNN6wpyatEaK676+Q Date: Mon, 18 Sep 2017 17:39:11 +0000 Message-ID: References: <1505324838-25734-1-git-send-email-ravi1.kumar@amd.com> <1505324838-25734-3-git-send-email-ravi1.kumar@amd.com> In-Reply-To: <1505324838-25734-3-git-send-email-ravi1.kumar@amd.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiN2I5YzU1YjItYTg3MS00NWRhLWFjNDMtYWIwMGY3NWNmZDE2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6Ik9MYlpsRXpjdWp5d05WejVsSVN6WjMwYk91WUZZbWNtRjA1eHFhWjN6SGs9In0= dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action 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 3/4] doc: Add documents for AMD XGBE Ethernet 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, 18 Sep 2017 17:39:17 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Ravi Kumar > Sent: Wednesday, September 13, 2017 6:47 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH 3/4] doc: Add documents for AMD XGBE Ethernet >=20 > Signed-off-by: Ravi Kumar Thanks for the doc. Some comments below. > ... > +.. Copyright (c) 2017 Advanced Micro Devices, Inc. > + All rights reserved. > + > + AMD 10Gb Ethernet driver > + > + This file is available to you under your choice of the following two > + licenses: > + > + License 1: GPLv2 The docs probably don't need to be dual licensed. > + > +- Jumbo Frame upto 9K s/upto/up to/ > +- Bind the intented AMD device to igb_uio module. s/intented/intended/ Also, there was a whitespace warning on the patch. Trim any trailing whitespace in the patch. Thanks. Reviewed-by: John McNamara