From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v3 1/5] ethdev: add access to eeprom Date: Thu, 19 Apr 2018 14:34:44 +0100 Message-ID: <9d87a8a1-8442-ad49-88ea-6ea0212632fb@intel.com> References: <1521193010-25050-1-git-send-email-zijie.pan@6wind.com> <1521630379-9554-1-git-send-email-zijie.pan@6wind.com> <1521630379-9554-2-git-send-email-zijie.pan@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: remy.horton@intel.com, john.mcnamara@intel.com, marko.kovacevic@intel.com, thomas@monjalon.net To: Zijie Pan , dev@dpdk.org Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 68B827CBD for ; Thu, 19 Apr 2018 15:34:47 +0200 (CEST) In-Reply-To: <1521630379-9554-2-git-send-email-zijie.pan@6wind.com> Content-Language: en-US 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 3/21/2018 11:06 AM, Zijie Pan wrote: > --- a/lib/librte_ether/rte_ethdev_version.map > +++ b/lib/librte_ether/rte_ethdev_version.map > @@ -201,6 +201,8 @@ DPDK_18.02 { > global: > > rte_eth_dev_filter_ctrl; > + rte_eth_dev_get_module_info; > + rte_eth_dev_get_module_eeprom; > > } DPDK_17.11; New APIs needs to be experimental at least first release they are introduces, can you please mark them as experimental?