From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 5CECBADBD for ; Wed, 22 Jun 2016 11:01:31 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP; 22 Jun 2016 02:01:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,509,1459839600"; d="scan'208";a="1002886416" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by orsmga002.jf.intel.com with ESMTP; 22 Jun 2016 02:01:29 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.240]) by IRSMSX151.ger.corp.intel.com ([169.254.4.151]) with mapi id 14.03.0248.002; Wed, 22 Jun 2016 10:01:02 +0100 From: "Singh, Jasvinder" To: "Singh, Jasvinder" , "dev@dpdk.org" CC: "Dumitrescu, Cristian" Thread-Topic: [dpdk-dev] [PATCH] ip_pipeline: fix parsing error in TM port section Thread-Index: AQHRx60vpah+Gw/q7kGbxXYLS+IDm5/1OVfg Date: Wed, 22 Jun 2016 09:01:01 +0000 Message-ID: <54CBAA185211B4429112C315DA58FF6DE62A79@IRSMSX103.ger.corp.intel.com> References: <1466067875-165380-1-git-send-email-jasvinder.singh@intel.com> In-Reply-To: <1466067875-165380-1-git-send-email-jasvinder.singh@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNTA5MWIwYTUtZDhlMi00YmFkLThlNDItMTM3MWJiZjhlODU0IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Inp4dHpCU1JqQmQ5WXdDZW1CdTQ5ejFYNEpCYVhNbjdSc1FcL1dPbVNSSE0wPSJ9 x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] ip_pipeline: fix parsing error in TM port section X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jun 2016 09:01:31 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Jasvinder Singh > Sent: Thursday, June 16, 2016 10:05 AM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian > Subject: [dpdk-dev] [PATCH] ip_pipeline: fix parsing error in TM port sec= tion >=20 > 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 paramete= rs > structure. >=20 > Fixes: e5a1cd8a4847 ("examples/ip_pipeline: clean up configuration parser= ") >=20 > Signed-off-by: Jasvinder Singh > Acked-by: Cristian Dumitrescu > --- > examples/ip_pipeline/config_parse.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/examples/ip_pipeline/config_parse.c > b/examples/ip_pipeline/config_parse.c > index 504018e..5e70d78 100644 Self-NACK ; fix applied by another patch.