From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 05BC22C0F for ; Tue, 9 Aug 2016 19:47:32 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP; 09 Aug 2016 10:47:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,495,1464678000"; d="scan'208";a="1022505514" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by fmsmga001.fm.intel.com with ESMTP; 09 Aug 2016 10:47:31 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.71]) by IRSMSX151.ger.corp.intel.com ([169.254.4.15]) with mapi id 14.03.0248.002; Tue, 9 Aug 2016 18:47:29 +0100 From: "Dumitrescu, Cristian" To: "Singh, Jasvinder" , "dev@dpdk.org" Thread-Topic: [PATCH 2/2] examples/ip_pipeline: modify source port default parameter Thread-Index: AQHR8lp5HUHx7ZLfhk+GBk+GoVBZ/aBA50wQ Date: Tue, 9 Aug 2016 17:47:28 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D8912647A4184A@IRSMSX108.ger.corp.intel.com> References: <1470760256-7677-1-git-send-email-jasvinder.singh@intel.com> <1470760256-7677-2-git-send-email-jasvinder.singh@intel.com> In-Reply-To: <1470760256-7677-2-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYjIxODI2NjMtMzFjOC00YWIyLWE3YmEtODNmYTQzMmIyMzkwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6ImN3bjdWVklRTTN2c0M4NHp0NWtZN2FtZlUrdVhqMXlPSkJ1RFB0YUdZQUU9In0= x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 2/2] examples/ip_pipeline: modify source port default parameter 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: Tue, 09 Aug 2016 17:47:33 -0000 > -----Original Message----- > From: Singh, Jasvinder > Sent: Tuesday, August 9, 2016 9:31 AM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian > Subject: [PATCH 2/2] examples/ip_pipeline: modify source port default > parameter >=20 > The default value of ``file_name`` parameter of the source port structure= is > changed from ``NULL`` to ``./config/packets.pcap``. >=20 > Signed-off-by: Jasvinder Singh > --- > examples/ip_pipeline/app.h | 4 ++-- > examples/ip_pipeline/config_parse.c | 6 +----- > 2 files changed, 3 insertions(+), 7 deletions(-) >=20 Acked-by: Cristian Dumitrescu