From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 1/4] kni: fix build with kernel 3.8 Date: Mon, 16 Sep 2013 15:09:00 +0200 Message-ID: <201309161509.01110.thomas.monjalon@6wind.com> References: <95c752508913ea02f74b36c53eb7d5ae88a29dc0.1379081595.git.thomas.monjalon@6wind.com> <5236E9C7.5050502@6wind.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Cc: dev-VfR2kkLFssw@public.gmane.org To: nicolas.dichtel-pdR9zngts4EAvxtiuMwx3w@public.gmane.org Return-path: In-Reply-To: <5236E9C7.5050502-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" 16/09/2013 13:21, Nicolas Dichtel : > Le 13/09/2013 16:14, Thomas Monjalon a =E9crit : > > - 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. > >=20 > > - annotations __devinit and __devexit have been removed. > > (see Linux commit 54b956b903607f8f8878754dd4352da6a54a1da2) > >=20 > > Signed-off-by: Thomas Monjalon > > Tested-by: David Nystr=F6m >=20 > Acked-by: Nicolas Dichtel pushed, thanks for the review =2D-=20 Thomas