From mboxrd@z Thu Jan 1 00:00:00 1970 From: Remy Horton Subject: Re: [PATCH 2/3] examples/ethtool: fix build Date: Mon, 15 Feb 2016 11:15:51 +0000 Message-ID: <56C1B367.4000405@intel.com> References: <1454684049-27195-1-git-send-email-thomas.monjalon@6wind.com> <1454684049-27195-3-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Thomas Monjalon , bruce.richardson@intel.com Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 8384E592A for ; Mon, 15 Feb 2016 12:15:56 +0100 (CET) In-Reply-To: <1454684049-27195-3-git-send-email-thomas.monjalon@6wind.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 05/02/2016 14:54, Thomas Monjalon wrote: > When building for ARM, the spinlock structure was not found. > It appears to be a mismatch with rwlock which is not used in this file. > > Fixes: bda68ab9d1e7 ("examples/ethtool: add user-space ethtool sample application") > > Signed-off-by: Thomas Monjalon > --- > examples/ethtool/ethtool-app/main.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Acked-by: Remy Horton