From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shijith Thotton Subject: Re: [PATCH 1/8] doc: add doc to explain compiling and testing of PMD Date: Fri, 7 Apr 2017 12:37:26 +0530 Message-ID: <20170407070724.GA5581@localhost.localdomain> 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> <1840157.q6em4QXK2Z@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: John Mcnamara , dev@dpdk.org, Ferruh Yigit To: Thomas Monjalon Return-path: Received: from NAM01-BY2-obe.outbound.protection.outlook.com (mail-by2nam01on0070.outbound.protection.outlook.com [104.47.34.70]) by dpdk.org (Postfix) with ESMTP id DB3282B9B for ; Fri, 7 Apr 2017 09:07:42 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1840157.q6em4QXK2Z@xps13> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Thu, Apr 06, 2017 at 08:30:21PM +0200, Thomas Monjalon wrote: > 2017-04-06 13:21, Shijith Thotton: > > 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. > > > > Add label "testpmd_ug" to refer user guide. > > > > Signed-off-by: Shijith Thotton > > It is really good to factorize documentation. > > This doc is about testpmd in Linux > and does not refer to FreeBSD. > Do we assume to take Linux as the reference? I can submit v2 with a subsection for running testpmd in FreeBSD. > Should we refer to the Linux Getting Started Guide instead? Agree that the new section just has steps from getting started guide. It may seem redundant from a developer point of view, but hope it will be useful to users. Please share thoughts. Thanks, Shijith