[dpdk-dev] [PATCH v4 3/6] cfgfile: add support for configurable comment character

Legacy, Allain Allain.Legacy at windriver.com
Fri Mar 31 13:08:18 CEST 2017


> -----Original Message-----
> From: Thomas Monjalon [mailto:thomas.monjalon at 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.


More information about the dev mailing list