From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-we0-f181.google.com (mail-we0-f181.google.com
 [74.125.82.181]) by dpdk.org (Postfix) with ESMTP id D36001F3
 for <dev@dpdk.org>; Sat, 24 Aug 2013 15:57:53 +0200 (CEST)
Received: by mail-we0-f181.google.com with SMTP id q57so1466409wes.12
 for <dev@dpdk.org>; Sat, 24 Aug 2013 06:58:24 -0700 (PDT)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=google.com; s=20120113;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:organization
 :user-agent:in-reply-to:references:mime-version
 :content-transfer-encoding:content-type;
 bh=1dTT5AiVeviSyInLenO93vlRggpYUFqSePN7tMz6vE4=;
 b=P/7HEf40WUzGxsDkMbhyxhhoirXDrj1ZpW2gEA8SeaeXbvqPbmvIYyOpsQ1fqkX+Jd
 +EaBWF1kHrK4Ksw9Spo1GYYSNhd33t9Huo9LiMfqb5qh4Ym2lp8RmblvAKuIJWvpYlX9
 pJ/OrNhfkEsM3ht4Y5la4V9dMlW5xRV0LHpf7T5WJGC8f//v4FMmCRV5lYV9dfMyrFIZ
 eYRMqT6fdW1zH4ZxmRBnELUc1LIpN5okWuGii+Ofk9q2GinubsWQplLoRptR47Qo7NWw
 dL5zqMldtWlsCFW3lThOIfU97Lgd36QiyAKPa3c8uGZLJIh40Ho/Nf4AdTr1JwmbST7F
 6pkw==
X-Gm-Message-State: ALoCoQktK1yE1lQyCKjsNpqHR38PTWfNJ0q72RyhxUgrpWimUTQWfoIQy8YkSVTVyAPrgZMQROEg
X-Received: by 10.180.160.212 with SMTP id xm20mr1569912wib.23.1377352704653; 
 Sat, 24 Aug 2013 06:58:24 -0700 (PDT)
Received: from x220.localnet (196.114.118.80.rev.sfr.net. [80.118.114.196])
 by mx.google.com with ESMTPSA id jf2sm4321807wic.2.1969.12.31.16.00.00
 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
 Sat, 24 Aug 2013 06:58:23 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Nulik Nol <nuliknol@gmail.com>
Date: Sat, 24 Aug 2013 15:58:59 +0200
Message-ID: <5466413.XGg3uDHj8f@x220>
Organization: 6WIND
User-Agent: KMail/4.10.5 (Linux/3.10.3-1-ARCH; KDE/4.10.5; x86_64; ; )
In-Reply-To: <CAHO6xe_h+14hedQJG9GpNAF83o+5T_+3yT-_oCQTxWJ2u2ojMg@mail.gmail.com>
References: <CAHO6xe8BQ9b9UM-ECCf1E0y4T2TDoSG0b9UrramHZow+jVn-tg@mail.gmail.com>
 <16204110.8Pd7xlAD8U@x220>
 <CAHO6xe_h+14hedQJG9GpNAF83o+5T_+3yT-_oCQTxWJ2u2ojMg@mail.gmail.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] compile error in fedora19
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Sat, 24 Aug 2013 13:57:54 -0000

24/08/2013 05:44, Nulik Nol :
> Thomas Monjalon wrote:
> > I've sent some patches which are still waiting for review.
> > Anybody (including you) may review them.
>
> Sorry for my insistence but these patches seem to be of about month
> ago  ? What exactly the commit message says for this fix ? is this in
> 1.3.1r2 ?

The patches are:
	- kni: fix build with kernel 3.8
	- kni: fix build with kernel 3.9
	- kni: fix build with kernel 3.10
	- app: fix build with gcc 4.8

I've sent them in July. Note that Linux-3.10 has been released in June.
It is not integrated in 1.3.1r2 because it is waiting for review. Any 
volunteer ?

I understand you haven't tested them. Could you test please ?

By the way, a quick workaround is to disable KNI (CONFIG_RTE_LIBRTE_KNI).

PS: please don't top-post.

-- 
Thomas