From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/ena: fix icc compile error Date: Tue, 19 Jul 2016 11:48:11 +0100 Message-ID: <578E056B.6060006@intel.com> References: <1468920783-27136-1-git-send-email-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: Jan Medala , Jakub Palider , Netanel Belgazal , Evgeny Schemeilin To: dev@dpdk.org 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) In-Reply-To: <1468920783-27136-1-git-send-email-ferruh.yigit@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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