From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 88282968 for ; Tue, 19 Jul 2016 12:48:14 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP; 19 Jul 2016 03:48:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,389,1464678000"; d="scan'208";a="998162607" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.221.81]) ([10.237.221.81]) by orsmga001.jf.intel.com with ESMTP; 19 Jul 2016 03:48:13 -0700 To: dev@dpdk.org References: <1468920783-27136-1-git-send-email-ferruh.yigit@intel.com> Cc: Jan Medala , Jakub Palider , Netanel Belgazal , Evgeny Schemeilin From: Ferruh Yigit Message-ID: <578E056B.6060006@intel.com> Date: Tue, 19 Jul 2016 11:48:11 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 In-Reply-To: <1468920783-27136-1-git-send-email-ferruh.yigit@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/ena: fix icc compile error 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, 19 Jul 2016 10:48:14 -0000 On 7/19/2016 10:33 AM, Ferruh Yigit wrote: > compile error: > CC ena_com.o > .../drivers/net/ena/base/ena_com.c(346): > error #3656: variable "dev_node" may be used before its value is set > ENA_MEM_ALLOC_COHERENT_NODE(ena_dev->dmadev, > ^ > > .../drivers/net/ena/base/ena_com.c(399): > error #3656: variable "prev_node" may be used before its value is set > ENA_MEM_ALLOC_COHERENT_NODE(ena_dev->dmadev, > ^ > > Fixes: 3d3edc265fc8 ("net/ena: make coherent memory allocation NUMA-aware") > > Reported-by: Eoin Breen > Signed-off-by: Ferruh Yigit Self-Nack I wasn't aware Jan is already working on this and has a patch. We can drop this one. Thanks, ferruh