[dpdk-dev] [PATCH] ip_pipeline: fix parsing error in TM port section

2016-06-22 Thread Singh, Jasvinder
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Jasvinder Singh > Sent: Thursday, June 16, 2016 10:05 AM > To: dev at dpdk.org > Cc: Dumitrescu, Cristian > Subject: [dpdk-dev] [PATCH] ip_pipeline: fix parsing error in TM port se

[dpdk-dev] [PATCH] ip_pipeline: fix parsing error in TM port section

2016-06-22 Thread Dumitrescu, Cristian
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Tuesday, June 21, 2016 9:49 PM > To: Dumitrescu, Cristian > Cc: dev at dpdk.org; Singh, Jasvinder > Subject: Re: [dpdk-dev] [PATCH] ip_pipeline: fix parsing error in TM port &

[dpdk-dev] [PATCH] ip_pipeline: fix parsing error in TM port section

2016-06-21 Thread Thomas Monjalon
2016-06-16 10:04, Jasvinder Singh: > Replace APP_PARAM_ADD_LINK_FOR_TXQ with APP_PARAM_ADD_LINK_FOR_TM macro > in TM (Traffic Manager) port section parsing function. This macro adds > nic ports entry specified in TM port section of the application > configuration file to the application parameters

[dpdk-dev] [PATCH] ip_pipeline: fix parsing error in TM port section

2016-06-16 Thread Jasvinder Singh
Replace APP_PARAM_ADD_LINK_FOR_TXQ with APP_PARAM_ADD_LINK_FOR_TM macro in TM (Traffic Manager) port section parsing function. This macro adds nic ports entry specified in TM port section of the application configuration file to the application parameters structure. Fixes: e5a1cd8a4847