From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id C86FC8E1C for ; Tue, 13 Mar 2018 16:19:12 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Mar 2018 08:19:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.47,465,1515484800"; d="scan'208";a="34632912" Received: from rhorton-mobl1.ger.corp.intel.com (HELO [163.33.230.232]) ([163.33.230.232]) by orsmga003.jf.intel.com with ESMTP; 13 Mar 2018 08:19:10 -0700 To: dev@dpdk.org References: <1520828243-25191-1-git-send-email-zijie.pan@6wind.com> Cc: Zijie Pan From: Remy Horton Organization: Intel Shannon Limited Message-ID: <8ff1ba0d-08d8-0bcb-25f0-fd083d292334@intel.com> Date: Tue, 13 Mar 2018 15:19:10 +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: <1520828243-25191-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 0/5] Patches to get the information and data of 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: Tue, 13 Mar 2018 15:19:13 -0000 On 12/03/2018 04:17, Zijie Pan wrote: > Add APIs to read information from the DPDK applictions. > It can be used to dump the EEPROM of plugin modules (SFP+, QSFP, etc.). Quite a few checkpatch warnings regarding long lines, but did a quick test with ixgbe and on the whole it looks good to me. CC the ixgbe/e1000/i40e maintainers on any v2 patchset, as they might catch something I've missed.