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 A556C282 for ; Thu, 6 Apr 2017 18:46:20 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga105.fm.intel.com with ESMTP; 06 Apr 2017 09:46:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,160,1488873600"; d="scan'208";a="1132021372" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by fmsmga001.fm.intel.com with ESMTP; 06 Apr 2017 09:46:18 -0700 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by IRSMSX107.ger.corp.intel.com (163.33.3.99) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 6 Apr 2017 17:46:17 +0100 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.241]) by irsmsx155.ger.corp.intel.com ([169.254.14.202]) with mapi id 14.03.0319.002; Thu, 6 Apr 2017 17:46:17 +0100 From: "Mcnamara, John" To: Shijith Thotton , "Yigit, Ferruh" , Alejandro Lucero CC: "dev@dpdk.org" Thread-Topic: [PATCH 7/8] doc: refer PMD compile and test section from nfp doc Thread-Index: AQHSrqs4JtTtQOmr1kObI8liRt50NKG4jTpQ Date: Thu, 6 Apr 2017 16:46:16 +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-8-git-send-email-shijith.thotton@caviumnetworks.com> In-Reply-To: <1491465117-11252-8-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNTJhMjU2M2UtYzYzMS00NTdjLWEyODYtYzcwYzgwOGFmZWRhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkVDcDFNVXowcFFqOVNndk9jaEV4dmpTdHZ6OW1KekxzS1BVZTNHRytYVFU9In0= 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 7/8] doc: refer PMD compile and test section from nfp doc 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:46:21 -0000 > -----Original Message----- > From: Shijith Thotton [mailto:shijith.thotton@caviumnetworks.com] > Sent: Thursday, April 6, 2017 8:52 AM > To: Mcnamara, John ; Yigit, Ferruh > ; Alejandro Lucero > > Cc: dev@dpdk.org > Subject: [PATCH 7/8] doc: refer PMD compile and test section from nfp doc >=20 > Refer the section which explains driver compilation and running of testpm= d > in Linux, instead of describing it in driver documentation. >=20 > Signed-off-by: Shijith Thotton I've checked this from a documentation point of view but the PMD maintainer should also check that the global build instructions are valid for the PMD. Acked-by: John McNamara