[dpdk-dev] [PATCH v3 1/5] ethdev: add access to eeprom

Zijie Pan zijie.pan at 6wind.com
Fri Apr 20 11:06:12 CEST 2018


Hi Ferruh,

I will mark the new APIs as experimental, and sent out a v4 patchset.

Thanks & Regards,
Zijie
 
 
------------------ Original ------------------
From:  "Ferruh Yigit"<ferruh.yigit at intel.com>;
Date:  Thu, Apr 19, 2018 09:34 PM
To:  "Zijie Pan"<zijie.pan at 6wind.com>; "dev"<dev at dpdk.org>; 
Cc:  "remy.horton"<remy.horton at intel.com>; "john.mcnamara"<john.mcnamara at intel.com>; "marko.kovacevic"<marko.kovacevic at intel.com>; "thomas"<thomas at monjalon.net>; 
Subject:  Re: [dpdk-dev] [PATCH v3 1/5] ethdev: add access to eeprom

 
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?


More information about the dev mailing list