From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 21D58370 for ; Thu, 8 Dec 2016 09:34:02 +0100 (CET) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga104.jf.intel.com with ESMTP; 08 Dec 2016 00:34:02 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,318,1477983600"; d="scan'208";a="38165588" Received: from rhorton-mobl.ger.corp.intel.com (HELO [10.239.204.164]) ([10.239.204.164]) by orsmga004.jf.intel.com with ESMTP; 08 Dec 2016 00:34:01 -0800 To: Qiming Yang , dev@dpdk.org References: <1479375779-46629-2-git-send-email-qiming.yang@intel.com> <1481008582-69416-1-git-send-email-qiming.yang@intel.com> From: Remy Horton Organization: Intel Shannon Limited Message-ID: Date: Thu, 8 Dec 2016 16:34:00 +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: <1481008582-69416-1-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 v2 0/5] example/ethtool: add bus info and fw version get 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: Thu, 08 Dec 2016 08:34:03 -0000 On 06/12/2016 15:16, Qiming Yang wrote: [..] > Qiming Yang (5): > ethdev: add firmware version get > net/e1000: add firmware version get > net/ixgbe: add firmware version get > net/i40e: add firmware version get > ethtool: dispaly bus info and firmware version s/dispaly/display doc/guides/rel_notes/release_17_02.rst ought to be updated as well. Code itself looks ok though.. Acked-by: Remy Horton