From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id EF832388F for ; Wed, 12 Apr 2017 17:23:37 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga105.fm.intel.com with ESMTP; 12 Apr 2017 08:23:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,191,1488873600"; d="scan'208";a="88252038" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga006.fm.intel.com with ESMTP; 12 Apr 2017 08:23:35 -0700 To: Shijith Thotton , John McNamara Cc: dev@dpdk.org References: <1491465117-11252-1-git-send-email-shijith.thotton@caviumnetworks.com> <1491937010-16553-1-git-send-email-shijith.thotton@caviumnetworks.com> From: Ferruh Yigit Message-ID: Date: Wed, 12 Apr 2017 16:23:35 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.0 MIME-Version: 1.0 In-Reply-To: <1491937010-16553-1-git-send-email-shijith.thotton@caviumnetworks.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2 00/10] doc: consolidate common part among PMD docs 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: Wed, 12 Apr 2017 15:23:38 -0000 On 4/11/2017 7:56 PM, Shijith Thotton wrote: > Steps for compiling PMDs and running testpmd in Linux are common among > drivers. So it can be moved to a new document and be referred from other > driver documentations. > > This patchset adds a new section for compiling and testing a PMD in > Network Interface Controller Drivers documentation. Other driver docs > with similar part are replaced with reference to this section. > > v2 changes: > * Make doc to compile and test PMD more generic. > * Modify docs of ark and thunderx. > * Keep testpmd logs in PMD docs. > > v1 changes: > * Address review comments from John. > - Corrections to documentation. > - Create a new section after NIC overview for the doc. > - Refer the section instead of including it in PMD docs. > * Change documentation of all PMDs with common part. > > RFC: > * http://dpdk.org/ml/archives/dev/2017-April/062848.html > > Shijith Thotton (10): > doc: add doc to explain compiling and testing of PMD > doc: refer PMD compile and test section from ark doc > doc: refer PMD compile and test section from bnx2x doc > doc: refer PMD compile and test section from cxgbe doc > doc: refer PMD compile and test section from ena doc > doc: refer PMD compile and test section from i40e doc > doc: refer PMD compile and test section from liquidio doc > doc: refer PMD compile and test section from nfp doc > doc: refer PMD compile and test section from qede doc > doc: refer PMD compile and test section from thunderx doc Series applied to dpdk-next-net/master, thanks. Thanks Shijith for taking care of this.