From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 1/8] doc: add doc to explain compiling and testing of PMD Date: Thu, 06 Apr 2017 20:30:21 +0200 Message-ID: <1840157.q6em4QXK2Z@xps13> 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> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Ferruh Yigit To: Shijith Thotton , John Mcnamara Return-path: Received: from mail-wr0-f181.google.com (mail-wr0-f181.google.com [209.85.128.181]) by dpdk.org (Postfix) with ESMTP id E9ECD2B9B for ; Thu, 6 Apr 2017 20:30:23 +0200 (CEST) Received: by mail-wr0-f181.google.com with SMTP id t20so75580095wra.1 for ; Thu, 06 Apr 2017 11:30:23 -0700 (PDT) In-Reply-To: <1491465117-11252-2-git-send-email-shijith.thotton@caviumnetworks.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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? Should we refer to the Linux Getting Started Guide instead?