From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f176.google.com (mail-we0-f176.google.com [74.125.82.176]) by dpdk.org (Postfix) with ESMTP id 52BFC8BA for ; Tue, 4 Feb 2014 16:00:22 +0100 (CET) Received: by mail-we0-f176.google.com with SMTP id q58so4166907wes.21 for ; Tue, 04 Feb 2014 07:01:43 -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:organization:to:subject:date:user-agent:cc :references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=awpEdfquA2cl2Se+gL2a0oxkKg0ibVqD92/gp1rvFlY=; b=dIn1jH4Mi0GzZDx8l0metTKz+DSr+INCAitFUD/nV1WXDlb2yX6P3UDsuLkYUtKGGK V2Ny/Ft4qiSsz2wemITMmKH4FdMFXZ3IPphWXP+vWDMzkLwyJO4o//AUaGFA+dij7x6f /KFzLBq4M2yFeHMG/Am004J7WpkA7RTvJX60lae7E319U3l0xF8OD86pSHzmFGcBOT1a 5QWHJnWK67YFHcSc4p1xhh47DYuOGMLx5F9VB9WdiqOBxvRkQz6doV/knDwdxKJL8wN2 UJnuzblbqPyMODG7+Br7nLkKQs1QGCkc9IT72HT+4FsTOwBKG2S/kn0Ozypam8pgt7Kb uLPA== X-Gm-Message-State: ALoCoQlHR3PI5PhIPsxzDOSTUqSVe1p1e8t50a+qs069LTh2K2sFV8q7YluNiHOeGl9HE2rHspn6 X-Received: by 10.180.37.178 with SMTP id z18mr13066960wij.46.1391526102992; Tue, 04 Feb 2014 07:01:42 -0800 (PST) Received: from angus.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id q15sm53350400wjw.18.2014.02.04.07.01.41 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 04 Feb 2014 07:01:42 -0800 (PST) From: Thomas Monjalon Organization: 6WIND To: Aaro Koskinen Date: Tue, 4 Feb 2014 16:01:40 +0100 User-Agent: KMail/1.13.7 (Linux/3.2.0-4-amd64; KDE/4.8.4; x86_64; ; ) References: <1391522349-7096-1-git-send-email-aaro.koskinen@nsn.com> In-Reply-To: <1391522349-7096-1-git-send-email-aaro.koskinen@nsn.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201402041601.40194.thomas.monjalon@6wind.com> Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] igb/ixgbe: use ether_addr_equal() 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, 04 Feb 2014 15:00:22 -0000 04/02/2014 14:59, Aaro Koskinen: > ether_addr_equal() was added in Linux 3.5. compare_ether_addr() was > deleted in 3.14. Start using ether_addr_equal() and provide an own > implementation for older kernels. > > This fixes the compilation with Linux 3.14-rc1. > > Signed-off-by: Aaro Koskinen Looks good. Acked and applied with this title: kni: fix build with kernel 3.14 Thank you -- Thomas