From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id B5D9F282 for ; Thu, 6 Apr 2017 18:46:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491497195; x=1523033195; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=YHpvN4NDVniaOwXbczXwSRvySfeblxeSifGKIzedFAo=; b=SBHpqgmk3jkFySh8BZHVYfWafiZ0Ok1TcG6qRcOM1WX6HQ2k7PwKLy2x 1XxpsH8COeyx11zpocjqDx7RSl52DQ==; Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Apr 2017 09:46:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,160,1488873600"; d="scan'208";a="842806331" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by FMSMGA003.fm.intel.com with ESMTP; 06 Apr 2017 09:46:31 -0700 Received: from irsmsx156.ger.corp.intel.com (10.108.20.68) by IRSMSX104.ger.corp.intel.com (163.33.3.159) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 6 Apr 2017 17:46:31 +0100 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.241]) by IRSMSX156.ger.corp.intel.com ([169.254.3.246]) with mapi id 14.03.0319.002; Thu, 6 Apr 2017 17:46:31 +0100 From: "Mcnamara, John" To: Shijith Thotton , "Yigit, Ferruh" , Rasesh Mody , Harish Patil CC: "dev@dpdk.org" Thread-Topic: [PATCH 8/8] doc: refer PMD compile and test section from qede doc Thread-Index: AQHSrqsppGyVs5kFHUKHVOJJ849MbqG4jUkA Date: Thu, 6 Apr 2017 16:46:30 +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-9-git-send-email-shijith.thotton@caviumnetworks.com> In-Reply-To: <1491465117-11252-9-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNmNmOGNjNGYtMTAzYy00ODBmLWI2YzAtODc3NzlkZDFiM2M0IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Ilh0dW9ob3BKZmRjOVlKZllKemxzVmI3MEFkT2VvbmVyY2dNY2lqY21HbUU9In0= 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 8/8] doc: refer PMD compile and test section from qede 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:36 -0000 > -----Original Message----- > From: Shijith Thotton [mailto:shijith.thotton@caviumnetworks.com] > Sent: Thursday, April 6, 2017 8:52 AM > To: Mcnamara, John ; Yigit, Ferruh > ; Rasesh Mody ; Harish > Patil > Cc: dev@dpdk.org > Subject: [PATCH 8/8] doc: refer PMD compile and test section from qede 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