From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Dichtel Subject: Re: [PATCH v2 1/4] kni: fix build with kernel 3.8 Date: Mon, 16 Sep 2013 13:21:43 +0200 Message-ID: <5236E9C7.5050502@6wind.com> References: <95c752508913ea02f74b36c53eb7d5ae88a29dc0.1379081595.git.thomas.monjalon@6wind.com> Reply-To: nicolas.dichtel-pdR9zngts4EAvxtiuMwx3w@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable To: dev-VfR2kkLFssw@public.gmane.org Return-path: In-Reply-To: <95c752508913ea02f74b36c53eb7d5ae88a29dc0.1379081595.git.thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" Le 13/09/2013 16:14, Thomas Monjalon a =C3=A9crit : > - timecompare (used for hardware timestamping) has been removed. > (see Linux commit 65f8f9a1c1db831e5159e3e3e50912d1f214cd0c) > Simply disable HW_TIME_STAMP feature because it is not used by KNI. > For this purpose, kcompat.h must be included before testing for > HAVE_HW_TIME_STAMP. > > - annotations __devinit and __devexit have been removed. > (see Linux commit 54b956b903607f8f8878754dd4352da6a54a1da2) > > Signed-off-by: Thomas Monjalon > Tested-by: David Nystr=C3=B6m Acked-by: Nicolas Dichtel