From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <remy.horton@intel.com>
Received: from mga18.intel.com (mga18.intel.com [134.134.136.126])
 by dpdk.org (Postfix) with ESMTP id C55375B30
 for <dev@dpdk.org>; Fri, 16 Mar 2018 11:09:00 +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 orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;
 16 Mar 2018 03:08:59 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.48,315,1517904000"; d="scan'208";a="42556965"
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 03:08:58 -0700
To: Zijie Pan <zijie.pan@6wind.com>, dev@dpdk.org
References: <1520828243-25191-4-git-send-email-zijie.pan@6wind.com>
 <1521193331-25177-1-git-send-email-zijie.pan@6wind.com>
Cc: wenzhuo.lu@intel.com, konstantin.ananyev@intel.com
From: Remy Horton <remy.horton@intel.com>
Organization: Intel Shannon Limited
Message-ID: <a2afea2a-6d7a-e9c2-c225-f01a31dcc03c@intel.com>
Date: Fri, 16 Mar 2018 10:08:57 +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: <1521193331-25177-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 3/5] net/ixgbe: add module EEPROM
	callbacks for ixgbe
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 16 Mar 2018 10:09:01 -0000

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 <zijie.pan@6wind.com>
> ---
>  drivers/net/ixgbe/ixgbe_ethdev.c |   79 ++++++++++++++++++++++++++++++++++++++
>  1 file changed, 79 insertions(+)

Acked-by: Remy Horton <remy.horton@intel.com>