From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <remy.horton@intel.com>
Received: from mga04.intel.com (mga04.intel.com [192.55.52.120])
 by dpdk.org (Postfix) with ESMTP id DEFC05598
 for <dev@dpdk.org>; Fri, 18 Nov 2016 02:10:10 +0100 (CET)
Received: from orsmga005.jf.intel.com ([10.7.209.41])
 by fmsmga104.fm.intel.com with ESMTP; 17 Nov 2016 17:10:09 -0800
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.31,655,1473145200"; d="scan'208";a="32629705"
Received: from rhorton-mobl.ger.corp.intel.com (HELO [10.239.205.72])
 ([10.239.205.72])
 by orsmga005.jf.intel.com with ESMTP; 17 Nov 2016 17:10:08 -0800
To: Qiming Yang <qiming.yang@intel.com>, dev@dpdk.org
References: <1479375779-46629-1-git-send-email-qiming.yang@intel.com>
 <1479375779-46629-9-git-send-email-qiming.yang@intel.com>
Cc: jingjing.wu@intel.com, jing.d.chen@intel.com
From: Remy Horton <remy.horton@intel.com>
Organization: Intel Shannon Limited
Message-ID: <71a6c7ad-696f-7d44-6c5c-b06dc2fdc4c4@intel.com>
Date: Fri, 18 Nov 2016 09:10:08 +0800
User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101
 Thunderbird/45.1.1
MIME-Version: 1.0
In-Reply-To: <1479375779-46629-9-git-send-email-qiming.yang@intel.com>
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 7bit
Subject: Re: [dpdk-dev] [PATCH 5/5] ethtool: dispaly bus info and firmware
	version
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: Fri, 18 Nov 2016 01:10:11 -0000


On 17/11/2016 17:42, Qiming Yang wrote:
> This patch enhances the ethtool-API to support to show the
> bus information and firmware version as same as kernel
> version ethtool displayed.

Suggest rewording as:

This patch enhances the ethtool example to support to show
bus information and firmware version, in the same way that
the Linux kernel ethtool does.