From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 75F03569C for ; Fri, 20 Mar 2015 15:17:33 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP; 20 Mar 2015 07:17:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,437,1422950400"; d="scan'208";a="470095547" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by FMSMGA003.fm.intel.com with ESMTP; 20 Mar 2015 07:17:31 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.218]) by irsmsx110.ger.corp.intel.com ([169.254.15.236]) with mapi id 14.03.0195.001; Fri, 20 Mar 2015 14:17:31 +0000 From: "De Lara Guarch, Pablo" To: "Ananyev, Konstantin" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCHv2] ixgbe: fix compilation issue when RTE_LIBRTE_IXGBE_RX_ALLOW_BULK_ALLOC is disabled Thread-Index: AQHQYxY+wAqR5m/olUqXZJkIfWzxKZ0lavkw Date: Fri, 20 Mar 2015 14:17:30 +0000 Message-ID: References: <1426767878-25468-1-git-send-email-pablo.de.lara.guarch@intel.com> <1426859977-6559-1-git-send-email-konstantin.ananyev@intel.com> In-Reply-To: <1426859977-6559-1-git-send-email-konstantin.ananyev@intel.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 Subject: Re: [dpdk-dev] [PATCHv2] ixgbe: fix compilation issue when RTE_LIBRTE_IXGBE_RX_ALLOW_BULK_ALLOC is disabled 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, 20 Mar 2015 14:17:33 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Konstantin > Ananyev > Sent: Friday, March 20, 2015 2:00 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCHv2] ixgbe: fix compilation issue when > RTE_LIBRTE_IXGBE_RX_ALLOW_BULK_ALLOC is disabled >=20 > v2: > As per comments, reorder patch a bit, to avoid reintroducing extra ifdefs= . >=20 > Signed-off-by: Konstantin Ananyev Acked-by: Pablo de Lara