From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-we0-f178.google.com (mail-we0-f178.google.com
 [74.125.82.178]) by dpdk.org (Postfix) with ESMTP id 59A72ADCC
 for <dev@dpdk.org>; Tue, 24 Feb 2015 03:13:14 +0100 (CET)
Received: by wesx3 with SMTP id x3so22392819wes.6
 for <dev@dpdk.org>; Mon, 23 Feb 2015 18:13:14 -0800 (PST)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:organization
 :user-agent:in-reply-to:references:mime-version
 :content-transfer-encoding:content-type;
 bh=qH0c3UNbhtovUCZPo9bXZEmVWbDPe6RC06bilJi8TAY=;
 b=mA5Yy3awrLXiDlJIu78UhS8eCygL2o4B/Eidc7jrgQ+v4PznoFH4txxIoyfZkbcX1C
 MSosya8+e2X08YKUl7b2fq+4RzmxKc7R0WySs06kP04tMfq72stUwO+tPqlQtW3wCPkB
 PeNRyySKNQpLhJNgS+1hu2hGOJ+UNoP+2TL6Ca/pOuQsjqSqgmoQbp/czS7ZQ7dJU0fW
 GkUUYsZaE3T0tSfGCRTkVsE1nrchwZd0XEKAoAQSyVvigtQG3lGrGqEJ8dV3K+gEUyKI
 VZuWudExy3pJSBBicu4zy0S/3avTr8dKOOifw0HeJGa+0cac4jMdYFNS+QWD3TMsi5xL
 juaA==
X-Gm-Message-State: ALoCoQmAHJFTTIpTpQXBf7gE8Q/xGSAqnG55R8jVQG3LOeZLxshPD7ECHBCQXPmWVPTPUkLE2Qnw
X-Received: by 10.180.75.132 with SMTP id c4mr25391280wiw.78.1424743994204;
 Mon, 23 Feb 2015 18:13:14 -0800 (PST)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by mx.google.com with ESMTPSA id jy7sm8472269wid.22.2015.02.23.18.13.11
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Mon, 23 Feb 2015 18:13:12 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: "Shaw, Jeffrey B" <jeffrey.b.shaw@intel.com>
Date: Tue, 24 Feb 2015 03:12:41 +0100
Message-ID: <4384457.FF2Q151R2t@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; )
In-Reply-To: <D10A385B.13CDD%keith.wiles@intel.com>
References: <1424282860-1517-1-git-send-email-jeffrey.b.shaw@intel.com>
 <D10A385B.13CDD%keith.wiles@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH] fm10k: fix clang unused function error
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Tue, 24 Feb 2015 02:13:14 -0000

> >This commit fixes the following error which was reported when
> >compiling with clang by moving the function inside an
> >RTE_LIBRTE_FM10K_DEBUG_RX ifdef block.
> >
> >error: unused function 'dump_rxd'
> >
> >Signed-off-by: Jeff Shaw <jeffrey.b.shaw@intel.com>
> 
> Acked-by: keith.wiles@intel.com

Applied, thanks