From mboxrd@z Thu Jan 1 00:00:00 1970 From: Remy Horton Subject: Re: [PATCH v2 3/5] net/ixgbe: add module EEPROM callbacks for ixgbe Date: Fri, 16 Mar 2018 10:08:57 +0000 Message-ID: References: <1520828243-25191-4-git-send-email-zijie.pan@6wind.com> <1521193331-25177-1-git-send-email-zijie.pan@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: wenzhuo.lu@intel.com, konstantin.ananyev@intel.com To: Zijie Pan , dev@dpdk.org Return-path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id C55375B30 for ; Fri, 16 Mar 2018 11:09:00 +0100 (CET) In-Reply-To: <1521193331-25177-1-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" Did quick test and seems OK to me. On 16/03/2018 09:42, Zijie Pan wrote: > Add new callbacks for eth_dev_ops of ixgbe to get the information > and data of plugin module eeprom. > > Signed-off-by: Zijie Pan > --- > drivers/net/ixgbe/ixgbe_ethdev.c | 79 ++++++++++++++++++++++++++++++++++++++ > 1 file changed, 79 insertions(+) Acked-by: Remy Horton