[dpdk-dev] [PATCH v2 0/6] librte_cfgfile enhancements
    Thomas Monjalon 
    thomas.monjalon at 6wind.com
       
    Tue Mar 28 10:29:44 CEST 2017
    
    
  
2017-03-09 08:10, Allain Legacy:
> This patchset includes some minor enhancements that we have developped for
> our DPDK application.  We would like to contribute them upstream to help
> ease adoption of the DPDK by anyone looking for this type of
> functionality.  The commit logs on each patch should be self-sufficient in
> explaining the intent and purpose.
This series is small enough to be merged.
However, in the long term, we should not have this kind of library in DPDK.
librte_cfgfile is used by the examples ip_pipeline and qos_sched.
I think the purpose of an example is to show some simple code demonstrating
a feature.
Examples using a configuration file are closer to a complete application.
Anyway, why not use an external library like this one?
	https://github.com/vstakhov/libucl
    
    
More information about the dev
mailing list