Hi, 2017-03-30 14:54, Allain Legacy: > /** > + * Open config file with specified optional parameters. > + * > + * @param filename > + * Config file name > + * @param flags > + * Config file flags > + * @param params > + * Additional configuration attributes. Must be configured with desired > + * values prior to invoking this API. > + * @return > + * Handle to configuration file on success, NULL otherwise > + * @param
This @param should be removed. > + * > + */ > +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'