From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f41.google.com (mail-wg0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id AF0AB6831 for ; Mon, 16 Sep 2013 13:21:08 +0200 (CEST) Received: by mail-wg0-f41.google.com with SMTP id l18so3006481wgh.0 for ; Mon, 16 Sep 2013 04:21:46 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:reply-to:organization :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=dcmBPEJ9eJzAUSItRwb+tZaL2ncNnuPBEdZD0V34X0c=; b=USHs72sHmCrZGL0v+qu1v8KYLTxWbCMr1arWXsl9r4Jg3Jzgzd2USU/P1MpkX2I3Vn SIN8U91WzxD/wVfojj9I42wr/85GG9zMXUmGarc30zKoXYqNUm4zK/MJaTxVTWd0Nz92 GxGpbceFK6fHiaI3SLKO47smY4cHaMg9e+Af61Rj1bwk0wX3lLR2nPno2OErXWlUJThM wdhAblP2ho9DwlWT05Z6JjoUbTilSbpxP64ng7Zj5BhQUH2BWp/5y4+5wro1WrcA74d5 AQFEb8/D6Z4JOAY9XcqwjXLeNc2M5jv2ZQOjYKwFumlTArrEug6F4FRXNQo9oOm1udpp ntOw== X-Gm-Message-State: ALoCoQnl+1CKSdm/z+S3r4AsSjTAGLCj2YBqifZ03AhCk3K8bFp71eCbQcaR7xIkYVRiPL4mOsiD X-Received: by 10.180.103.103 with SMTP id fv7mr12807112wib.38.1379330506499; Mon, 16 Sep 2013 04:21:46 -0700 (PDT) Received: from ?IPv6:2a01:e35:8b63:dc30:1888:7f40:cb53:6704? ([2a01:e35:8b63:dc30:1888:7f40:cb53:6704]) by mx.google.com with ESMTPSA id ey4sm22786279wic.11.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 16 Sep 2013 04:21:45 -0700 (PDT) Message-ID: <5236E9C7.5050502@6wind.com> Date: Mon, 16 Sep 2013 13:21:43 +0200 From: Nicolas Dichtel Organization: 6WIND User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130804 Thunderbird/17.0.8 MIME-Version: 1.0 To: dev@dpdk.org References: <95c752508913ea02f74b36c53eb7d5ae88a29dc0.1379081595.git.thomas.monjalon@6wind.com> In-Reply-To: <95c752508913ea02f74b36c53eb7d5ae88a29dc0.1379081595.git.thomas.monjalon@6wind.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v2 1/4] kni: fix build with kernel 3.8 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: nicolas.dichtel@6wind.com List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Sep 2013 11:21:09 -0000 Le 13/09/2013 16:14, Thomas Monjalon a écrit : > - 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öm Acked-by: Nicolas Dichtel