From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 563232B9B for ; Thu, 6 Apr 2017 18:43:26 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga105.jf.intel.com with ESMTP; 06 Apr 2017 09:43:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,160,1488873600"; d="scan'208";a="74488919" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by orsmga004.jf.intel.com with ESMTP; 06 Apr 2017 09:43:25 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.241]) by IRSMSX109.ger.corp.intel.com ([169.254.13.12]) with mapi id 14.03.0319.002; Thu, 6 Apr 2017 17:43:24 +0100 From: "Mcnamara, John" To: Shijith Thotton , "Yigit, Ferruh" CC: "dev@dpdk.org" Thread-Topic: [PATCH 1/8] doc: add doc to explain compiling and testing of PMD Thread-Index: AQHSrqr37pqfAhWvt0eOK0rvcCliZaG4jFbA Date: Thu, 6 Apr 2017 16:43:23 +0000 Message-ID: References: <1491059040-20647-1-git-send-email-shijith.thotton@caviumnetworks.com> <1491465117-11252-1-git-send-email-shijith.thotton@caviumnetworks.com> <1491465117-11252-2-git-send-email-shijith.thotton@caviumnetworks.com> In-Reply-To: <1491465117-11252-2-git-send-email-shijith.thotton@caviumnetworks.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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMDYwZjcxZTQtMDk0Ni00MzI5LTkwOTUtZjQyYzk3NTdmMTk3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IndcLytsUnVYNXplVG9jdTR5a3lhcm1QZjRkRUVzM0xwaVdmR0hvOHdJRnhBPSJ9 dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 1/8] doc: add doc to explain compiling and testing of PMD 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: Thu, 06 Apr 2017 16:43:27 -0000 > -----Original Message----- > From: Shijith Thotton [mailto:shijith.thotton@caviumnetworks.com] > Sent: Thursday, April 6, 2017 8:52 AM > To: Mcnamara, John ; Yigit, Ferruh > > Cc: dev@dpdk.org > Subject: [PATCH 1/8] doc: add doc to explain compiling and testing of PMD >=20 > Add a section in NIC drivers documentation to explain compiling and > testing of a PMD. It also mentions about host setup, which is required > before running testpmd. >=20 > Add label "testpmd_ug" to refer user guide. >=20 > Signed-off-by: Shijith Thotton Acked-by: John McNamara