From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 09D192C7A for ; Thu, 24 Sep 2015 14:37:48 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga101.jf.intel.com with ESMTP; 24 Sep 2015 05:37:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,580,1437462000"; d="scan'208";a="812013664" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by fmsmga002.fm.intel.com with ESMTP; 24 Sep 2015 05:37:49 -0700 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by IRSMSX152.ger.corp.intel.com (163.33.192.66) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 24 Sep 2015 13:37:46 +0100 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.168]) by irsmsx111.ger.corp.intel.com ([169.254.2.89]) with mapi id 14.03.0248.002; Thu, 24 Sep 2015 13:37:46 +0100 From: "Mcnamara, John" To: "Xu, Qian Q" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v3] doc: add performance test guide to the linux gsg Thread-Index: AdD2xcBLni2xT3seSVuBBe4I/gUSJA== Date: Thu, 24 Sep 2015 12:37:45 +0000 Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3] doc: add performance test guide to the linux gsg X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 12:37:49 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Qian Xu > Sent: Thursday, September 24, 2015 12:49 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v3] doc: add performance test guide to the > linux gsg >=20 > Add a new guide doc as part of the Linux Getting Started Guide. >=20 > The document is a step-by-step guide on how to get high performance with > DPDK on an Intel platform. >=20 > It is designed for users who are not familiar with DPDK but would like to > get the best performance with NICs. >=20 > Signed-off-by: Qian Xu Acked-by: John McNamara