Hi Ferruh, I will mark the new APIs as experimental, and sent out a v4 patchset.
Thanks & Regards, Zijie ------------------ Original ------------------ From: "Ferruh Yigit"<ferruh.yi...@intel.com>; Date: Thu, Apr 19, 2018 09:34 PM To: "Zijie Pan"<zijie....@6wind.com>; "dev"<dev@dpdk.org>; Cc: "remy.horton"<remy.hor...@intel.com>; "john.mcnamara"<john.mcnam...@intel.com>; "marko.kovacevic"<marko.kovace...@intel.com>; "thomas"<tho...@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?