[dpdk-dev] [PATCH v4] ip_pipeline: configuration file parser cleanup

2016-06-08 Thread Thomas Monjalon
clang compilation fails: examples/ip_pipeline/config_parse.c:852:11: error: implicit conversion from enumeration type 'enum app_pktq_out_type' to different enumeration type 'enum app_pktq_in_type'

[dpdk-dev] [PATCH v4] ip_pipeline: configuration file parser cleanup

2016-06-08 Thread Singh, Jasvinder
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Wednesday, June 8, 2016 3:48 PM > To: Singh, Jasvinder > Cc: dev at dpdk.org; Dumitrescu, Cristian > Subject: Re: [dpdk-dev] [PATCH v4] ip_pipeline: configuration file parser &g

[dpdk-dev] [PATCH v4] ip_pipeline: configuration file parser cleanup

2016-05-30 Thread Jasvinder Singh
This commit adds following changes to configuration file parsing of the ip pipeline application; 1. Parsing routines related to packet queues (pktq_in/out fields in the PIPELINE section) and message queues (msgq_in/out fields of in the MSGQ Section) are updated. In the parsing routines, function