> -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monja...@6wind.com] > Sent: Friday, March 31, 2017 6:08 AM <...> > > + * @return > > + * Handle to configuration file on success, NULL otherwise > > + * @param > > This @param should be removed.
Ok. I will remove it. > > > + * > > + */ > > +struct rte_cfgfile *rte_cfgfile_load_with_params(const char *filename, > > + int flags, const struct rte_cfgfile_parameters *params); > > > > The new public function must be exported in the map file in a 17.05 section. > Otherwise link with the .so fails: > undefined reference to `rte_cfgfile_load_with_params' Ok. I will send a v5 shortly.