From mboxrd@z Thu Jan 1 00:00:00 1970 From: Remy Horton Subject: Re: [PATCH 1/5] ethdev: add access to eeprom Date: Tue, 13 Mar 2018 14:51:46 +0000 Message-ID: References: <1520828243-25191-1-git-send-email-zijie.pan@6wind.com> <1520828243-25191-2-git-send-email-zijie.pan@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit To: Zijie Pan , dev@dpdk.org Return-path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 98F29A498 for ; Tue, 13 Mar 2018 15:51:49 +0100 (CET) In-Reply-To: <1520828243-25191-2-git-send-email-zijie.pan@6wind.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 12/03/2018 04:17, Zijie Pan wrote: [..] > Signed-off-by: Zijie Pan > --- > doc/guides/nics/features.rst | 11 +++++++++++ > lib/librte_ether/rte_dev_info.h | 18 ++++++++++++++++++ > lib/librte_ether/rte_ethdev.c | 26 ++++++++++++++++++++++++++ > lib/librte_ether/rte_ethdev.h | 35 +++++++++++++++++++++++++++++++++++ > lib/librte_ether/rte_ethdev_core.h | 12 ++++++++++++ > 5 files changed, 102 insertions(+) Acked-by: Remy Horton