From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id C49A82C35 for ; Thu, 6 Apr 2017 18:48:49 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491497329; x=1523033329; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=iAtWQY6SryuadVZ0zLey/ya8dPaLsrMRFD0FixTWZkI=; b=NeJH/0Rh1xZ+ky0+ytv0irGxuD7vb75KK62Mk4i/66oy6FbBSNF8VABu B/taepy6bM6VNtSx2t/vrEn9Z/856Q==; Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Apr 2017 09:48:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,160,1488873600"; d="scan'208";a="1132025183" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by fmsmga001.fm.intel.com with ESMTP; 06 Apr 2017 09:48:47 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.241]) by irsmsx105.ger.corp.intel.com ([169.254.7.163]) with mapi id 14.03.0319.002; Thu, 6 Apr 2017 17:46:02 +0100 From: "Mcnamara, John" To: Shijith Thotton , "Yigit, Ferruh" , "Zhang, Helin" , "Wu, Jingjing" CC: "dev@dpdk.org" Thread-Topic: [PATCH 6/8] doc: refer PMD compile and test section from i40e doc Thread-Index: AQHSrqsi3kzq9zrjF0uXi6EGJY3m5KG4jSpQ Date: Thu, 6 Apr 2017 16:46:02 +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-7-git-send-email-shijith.thotton@caviumnetworks.com> In-Reply-To: <1491465117-11252-7-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOTE4NjIxMjItN2Y1Ni00OTViLTljNmQtZmU5NDk2N2MzNDAwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Ijc1ZHc4TkZKaUhzUE1Eb250S0Z3RHNnZHJEZnJmcWRlTjU0MWltRUVKTXM9In0= 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 6/8] doc: refer PMD compile and test section from i40e 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:48:50 -0000 > -----Original Message----- > From: Shijith Thotton [mailto:shijith.thotton@caviumnetworks.com] > Sent: Thursday, April 6, 2017 8:52 AM > To: Mcnamara, John ; Yigit, Ferruh > ; Zhang, Helin ; Wu, > Jingjing > Cc: dev@dpdk.org > Subject: [PATCH 6/8] doc: refer PMD compile and test section from i40e do= c >=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