From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 33A7B7F2C for ; Wed, 5 Nov 2014 17:14:07 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 05 Nov 2014 08:21:03 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.07,320,1413270000"; d="scan'208";a="627067049" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by fmsmga002.fm.intel.com with ESMTP; 05 Nov 2014 08:19:27 -0800 Received: from irsmsx106.ger.corp.intel.com (163.33.3.31) by IRSMSX101.ger.corp.intel.com (163.33.3.153) with Microsoft SMTP Server (TLS) id 14.3.195.1; Wed, 5 Nov 2014 16:19:27 +0000 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.82]) by IRSMSX106.ger.corp.intel.com ([169.254.8.179]) with mapi id 14.03.0195.001; Wed, 5 Nov 2014 16:19:27 +0000 From: "De Lara Guarch, Pablo" To: Choonho Son Thread-Topic: [dpdk-dev] [PATCH] i40e: fix build of VXLAN packet identification debug Thread-Index: AQHP+QuXfPyYt5m7Yk2urCXVh4xqlZxSNlCw Date: Wed, 5 Nov 2014 16:19:26 +0000 Message-ID: References: <1415200547-3004-1-git-send-email-choonho.son@gmail.com> In-Reply-To: <1415200547-3004-1-git-send-email-choonho.son@gmail.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.181] 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] i40e: fix build of VXLAN packet identification debug 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, 05 Nov 2014 16:14:08 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Choonho Son > Sent: Wednesday, November 05, 2014 3:16 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] i40e: fix build of VXLAN packet identificatio= n > debug >=20 > The commit 15dbb63ef9e9f108e7dcd837b88234f27a1ec258 didn't compile, > if CONFIG_RTE_LIBRTE_I40E_DEBUG_DRIVER is enabled. >=20 > Signed-off-by: Choonho Son > --- Acked-by: Pablo de Lara