From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id D4BD47E7A for ; Tue, 21 Oct 2014 10:10:57 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 21 Oct 2014 01:19:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.04,760,1406617200"; d="scan'208";a="617730515" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by fmsmga002.fm.intel.com with ESMTP; 21 Oct 2014 01:19:10 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.21]) by IRSMSX101.ger.corp.intel.com ([169.254.1.201]) with mapi id 14.03.0195.001; Tue, 21 Oct 2014 09:19:08 +0100 From: "De Lara Guarch, Pablo" To: Thomas Monjalon , "Ouyang, Changchun" Thread-Topic: [dpdk-dev] [PATCH] ixgbe: Fix compilation issue in vpmd Thread-Index: AQHP7PyoShqe3JvI80STWIiVwfl+6Jw6IG+AgAATYeA= Date: Tue, 21 Oct 2014 08:19:08 +0000 Message-ID: References: <1413874756-18669-1-git-send-email-changchun.ouyang@intel.com> <1430189.igvNPv7CnC@xps13> In-Reply-To: <1430189.igvNPv7CnC@xps13> 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 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH] ixgbe: Fix compilation issue in vpmd 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, 21 Oct 2014 08:10:58 -0000 Hi Thomas, > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Thomas Monjalon > Sent: Tuesday, October 21, 2014 9:04 AM > To: Ouyang, Changchun > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] ixgbe: Fix compilation issue in vpmd >=20 > 2014-10-21 14:59, Ouyang Changchun: > > Fix the compilation issue in vector PMD when macro RTE_MBUF_REFCNT is > disabled. > > > > Signed-off-by: Changchun Ouyang >=20 > Acked-by: Thomas Monjalon >=20 > Applied I was checking this patch right now, and I come across a second compilation= issue, because rte_mbuf_refcnt_update and rte_pktmbuf_attach are not declared,=20 and Bond PMD and IP fragmentation libraries use those functions. I guess that it is late to NACK this :P, but we require a second patch=20 to fix completely this issue. >=20 > Thanks > -- > Thomas