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 505C0594E for ; Fri, 9 Jan 2015 17:10:27 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP; 09 Jan 2015 08:07:53 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.07,731,1413270000"; d="scan'208";a="659401114" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by fmsmga002.fm.intel.com with ESMTP; 09 Jan 2015 08:10:23 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.71]) by IRSMSX101.ger.corp.intel.com ([169.254.1.126]) with mapi id 14.03.0195.001; Fri, 9 Jan 2015 16:10:23 +0000 From: "De Lara Guarch, Pablo" To: "Richardson, Bruce" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] testpmd: remove duplicated function parse_item_list Thread-Index: AQHQGSCaynpsPG3BXUaf2zoGLwNwEpy4GypA Date: Fri, 9 Jan 2015 16:10:22 +0000 Message-ID: References: <1418728072-20092-1-git-send-email-bruce.richardson@intel.com> In-Reply-To: <1418728072-20092-1-git-send-email-bruce.richardson@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: 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] testpmd: remove duplicated function parse_item_list 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: Fri, 09 Jan 2015 16:10:27 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Bruce Richardson > Sent: Tuesday, December 16, 2014 11:08 AM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] testpmd: remove duplicated function > parse_item_list >=20 > There were two static functions called "parse_item_list" in testpmd app. > Since one was a superset of the functionality of the other, we can > collapse the two calls down into a single one, shared between the two > C files. >=20 > Signed-off-by: Bruce Richardson Acked-by: Pablo de Lara