From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <remy.horton@intel.com>
Received: from mga14.intel.com (mga14.intel.com [192.55.52.115])
 by dpdk.org (Postfix) with ESMTP id 9F9EE58D4
 for <dev@dpdk.org>; Mon, 16 Nov 2015 11:56:52 +0100 (CET)
Received: from orsmga001.jf.intel.com ([10.7.209.18])
 by fmsmga103.fm.intel.com with ESMTP; 16 Nov 2015 02:56:51 -0800
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.20,302,1444719600"; d="scan'208";a="821155520"
Received: from rhorton-mobl.ger.corp.intel.com (HELO [163.33.230.67])
 ([163.33.230.67])
 by orsmga001.jf.intel.com with ESMTP; 16 Nov 2015 02:56:50 -0800
Message-ID: <5649B671.6070106@intel.com>
Date: Mon, 16 Nov 2015 10:56:49 +0000
From: Remy Horton <remy.horton@intel.com>
Organization: Intel Shannon Limited
User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64;
 rv:31.0) Gecko/20100101 Thunderbird/31.7.0
MIME-Version: 1.0
To: "Mcnamara, John" <john.mcnamara@intel.com>
References: <1446826271-5703-1-git-send-email-remy.horton@intel.com>
 <1446826271-5703-3-git-send-email-remy.horton@intel.com>
 <B27915DBBA3421428155699D51E4CFE2023BBA24@IRSMSX103.ger.corp.intel.com>
In-Reply-To: <B27915DBBA3421428155699D51E4CFE2023BBA24@IRSMSX103.ger.corp.intel.com>
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 7bit
Cc: "dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH v6 2/2] doc: add user-space ethtool sample
 app	guide
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <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: Mon, 16 Nov 2015 10:56:53 -0000

On 13/11/2015 16:52, Mcnamara, John wrote:

>> +Using the application
>> +---------------------
..
>> +drvinfo
>> +        Print driver info
>> +eeprom
>> +        Dump EEPROM to file
>
> This definition list doesn't render very well. Maybe better as:

Ideally would present it as a table, but stylistically that felt too 
different from the rest of the documentation. Gone with bullet list.

Will roll the changes into the next patchset.

..Remy