From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id A9C39A48A for ; Fri, 16 Mar 2018 10:59:48 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Mar 2018 02:59:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,315,1517904000"; d="scan'208";a="42555104" Received: from rhorton-mobl1.ger.corp.intel.com (HELO [163.33.230.232]) ([163.33.230.232]) by orsmga002.jf.intel.com with ESMTP; 16 Mar 2018 02:59:45 -0700 To: Zijie Pan , dev@dpdk.org References: <1520828243-25191-3-git-send-email-zijie.pan@6wind.com> <1521193281-25141-1-git-send-email-zijie.pan@6wind.com> Cc: orika@mellanox.com, bruce.richardson@intel.com, pablo.de.lara.guarch@intel.com, radu.nicolau@intel.com, akhil.goyal@nxp.com, tomasz.kantecki@intel.com, john.mcnamara@intel.com, marko.kovacevic@intel.com From: Remy Horton Organization: Intel Shannon Limited Message-ID: <96f4d73e-3cbe-df48-e979-32e99bebbb4f@intel.com> Date: Fri, 16 Mar 2018 09:59:44 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <1521193281-25141-1-git-send-email-zijie.pan@6wind.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2 2/5] examples/ethtool: add a new command module-eeprom 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: Fri, 16 Mar 2018 09:59:50 -0000 On 16/03/2018 09:41, Zijie Pan wrote: [..] > Signed-off-by: Zijie Pan > --- > doc/guides/sample_app_ug/ethtool.rst | 2 ++ > examples/ethtool/ethtool-app/ethapp.c | 64 +++++++++++++++++++++++++++++++++ > examples/ethtool/lib/rte_ethtool.c | 30 ++++++++++++++++ > examples/ethtool/lib/rte_ethtool.h | 34 ++++++++++++++++++ > 4 files changed, 130 insertions(+) Acked-by: Remy Horton