From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <thomas.monjalon@6wind.com> 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 <dev@dpdk.org>; Thu, 6 Apr 2017 20:30:23 +0200 (CEST) Received: by mail-wr0-f181.google.com with SMTP id t20so75580095wra.1 for <dev@dpdk.org>; Thu, 06 Apr 2017 11:30:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=VjRsGMCehlVJb0uZKC3tR7nPjJhCWaQg15mOzEXuB68=; b=NoKOOaAq16lxIRym544bbFjE7PmjHwRiIIoBU0QSO4sN+l5mE7nFeY+a1Zg4z132dc jOITvDDgIRmVsgoibY5qxKUEl4MKzkCLetv16oAaNTwd8OBCLd9K39WFKHQ8yCkc4RC1 JYrwEpB7EyqL4S6LMA04Kmd/FBr74v+hn/MPamy8QLHnCaTemBPwFp+fergPFutqm3Dn b1NqGZFt6kP5rjp2isbbD8VHBeqohsGnF95gD1nKdZg0V49AK0I2yerNVMfgZHC23nuY EEUkDE2SwvJSVLwzxk/r84IM8VIHhMlgZ1qOA4eEI8010ofQXR/EbITGZ/eKp5W9vrRV S9fA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=VjRsGMCehlVJb0uZKC3tR7nPjJhCWaQg15mOzEXuB68=; b=QCAMFSEO7RyGsJnJoXdu9PVhxuxDkdrRqa+FGPAbTBNuiskgNb3oGU6+6qePkHgm2G UTTPPf9nC3SmXUyWDJPahub6ny6uEOpwQWdijv+mNl+mwFZ0wgBLLQR3FX4ikZC0snHu tX4L4izJIKN4pKddR4chJqwaQx3f8ukeVhM/LDOasgI6mPcAXEj26GK0CQuEGvLnFNiW 8XiCUVezyhP9Ip/4dWNjJvg9GFXAuOn9uyT/Jk1xW+rhy5oOICXOh696S00bTf+fg08S 8K2aya87fFnG0c3GnGepFGpkd5T+Od8MXc/9C4bSfWdmLnIwdvZytjq5LcgvUp00T/Rb isRg== X-Gm-Message-State: AFeK/H3BbTjjHDOJZP2W6c6FfLDkFKwSH77Ubl2ZY9vtkdtJepA2IaeCqq0En20dyzTEYR7+ X-Received: by 10.28.66.74 with SMTP id p71mr25715615wma.131.1491503423624; Thu, 06 Apr 2017 11:30:23 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id t16sm3051676wra.44.2017.04.06.11.30.22 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 06 Apr 2017 11:30:22 -0700 (PDT) From: Thomas Monjalon <thomas.monjalon@6wind.com> To: Shijith Thotton <shijith.thotton@caviumnetworks.com>, John Mcnamara <john.mcnamara@intel.com> Cc: dev@dpdk.org, Ferruh Yigit <ferruh.yigit@intel.com> Date: Thu, 06 Apr 2017 20:30:21 +0200 Message-ID: <1840157.q6em4QXK2Z@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1491465117-11252-2-git-send-email-shijith.thotton@caviumnetworks.com> 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 1/8] doc: add doc to explain compiling and testing of PMD X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions <dev.dpdk.org> List-Unsubscribe: <http://dpdk.org/ml/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://dpdk.org/ml/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <http://dpdk.org/ml/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> X-List-Received-Date: Thu, 06 Apr 2017 18:30:24 -0000 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 <shijith.thotton@caviumnetworks.com> 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?