From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 628351B687 for ; Tue, 6 Feb 2018 16:22:06 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Feb 2018 07:22:05 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,469,1511856000"; d="scan'208";a="25267461" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.91]) ([10.237.220.91]) by FMSMGA003.fm.intel.com with ESMTP; 06 Feb 2018 07:22:04 -0800 To: Yasufumi Ogawa , spp@dpdk.org, nakamura.hiroyuki@po.ntt-tx.co.jp References: <20180201040501.8004-1-ogawa.yasufumi@lab.ntt.co.jp> <2e57d878-0f51-967a-d1dd-38e1d02492e8@lab.ntt.co.jp> From: Ferruh Yigit Message-ID: Date: Tue, 6 Feb 2018 15:22:03 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <2e57d878-0f51-967a-d1dd-38e1d02492e8@lab.ntt.co.jp> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [spp] [PATCH 01/15] docs: add rst docs X-BeenThere: spp@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Soft Patch Panel List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Feb 2018 15:22:06 -0000 On 2/5/2018 2:34 AM, Yasufumi Ogawa wrote: > Hi, Ferruh > > I completed to migrate markdown documents to RST and prepare patches. > Could you merge this 15 patches, then next patches I will send after > this mail. This update includes spp_vf documentation sent from Hiroyuki. Series applied, thanks. > > Thanks, > Yasufumi > > On 2018/02/01 13:04, ogawa.yasufumi@lab.ntt.co.jp wrote: >> From: Yasufumi Ogawa >> >> This is the first commit to move markdown documents to rst. >> >> Current documents are moved to each of directories of category. Top >> directory of rst files is 'guides' which contains three category >> directories, 'commands', 'setup' and 'tools'. >> >> docs/guides/ >> ├── commands >> ├── index.rst >> ├── overview.rst >> ├── setup >> │   ├── index.rst >> │   └── setup_guide.rst >> └── tools >> >> Signed-off-by: Yasufumi Ogawa <...>