[dpdk-dev] 1.7.0 release failed to compile on linux

2014-08-16 Thread Thomas Monjalon
Hi Keith, 2014-08-14 21:55, Wiles, Roger Keith: > /* Changed the next line to use (3,13,8) instead of (3,14,0) KeithW */ > #if ( LINUX_VERSION_CODE < KERNEL_VERSION(3,13,8) ) > #if (!(RHEL_RELEASE_CODE && RHEL_RELEASE_CODE >= RHEL_RELEASE_VERSION(7,0))) > #ifdef NETIF_F_RXHASH > #define PKT_H

[dpdk-dev] 1.7.0 release failed to compile on linux

2014-08-14 Thread Wiles, Roger Keith
For the SKB function change I had to change the ifdef in the kcompat.h file around line 3848 (I think) to: /* Changed the next line to use (3,13,8) instead of (3,14,0) KeithW */ #if ( LINUX_VERSION_CODE < KERNEL_VERSION(3,13,8) ) #if (!(RHEL_RELEASE_CODE && RHEL_RELEASE_CODE >= RHEL_RELEASE_

[dpdk-dev] 1.7.0 release failed to compile on linux

2014-08-14 Thread Neil Horman
On Thu, Aug 14, 2014 at 06:15:24PM -0400, Aws Ismail wrote: > > On 08/14/2014 05:44 PM, Qiaobing Xie wrote: > >Hi, > > > >I got the following error when I tried to compile 1.7.0 release tarball on > >a Linux box (Ubuntu 12.04/kernel=3.13.0-32-generic, gcc=4.6.3): > > > > > >In file inc

[dpdk-dev] 1.7.0 release failed to compile on linux

2014-08-14 Thread Qiaobing Xie
Nail, Thanks for the info... I got v1.7.0 tarball compile after configuring out both IXGBE_INC_VECTOR and ACL. I will take a look at the head. -Q On 8/14/14 7:16 PM, Neil Horman wrote: > On Thu, Aug 14, 2014 at 06:15:24PM -0400, Aws Ismail wrote: >> On 08/14/2014 05:44 PM, Qiaobing Xie wrote: >

[dpdk-dev] 1.7.0 release failed to compile on linux

2014-08-14 Thread Qiaobing Xie
OK, I made the following 3 changes and the v1.7.0 release tarball got built cleanly on my older machine (Ubuntu 12.04/kernel 3.13.0-32-generic, Intel C2D E6550 without SSE4.x, gcc 4.6.3): 1) kcompat.h change version check from 3.14.0 -> 3.13.8, as Roger suggested. 2) disable RTE_IXGBE_INC_VECTO

[dpdk-dev] 1.7.0 release failed to compile on linux

2014-08-14 Thread Aws Ismail
On 08/14/2014 05:55 PM, Wiles, Roger Keith wrote: > For the SKB function change I had to change the ifdef in the kcompat.h file > around line 3848 (I think) to: > > /* Changed the next line to use (3,13,8) instead of (3,14,0) KeithW */ > #if ( LINUX_VERSION_CODE < KERNEL_VERSION(3,13,8) ) >

[dpdk-dev] 1.7.0 release failed to compile on linux

2014-08-14 Thread Aws Ismail
On 08/14/2014 05:44 PM, Qiaobing Xie wrote: > Hi, > > I got the following error when I tried to compile 1.7.0 release > tarball on a Linux box (Ubuntu 12.04/kernel=3.13.0-32-generic, > gcc=4.6.3): > > > In file included from > /home/qxie/dpdk-1.7.0/lib/librte_eal/linuxapp/kni/ethto

[dpdk-dev] 1.7.0 release failed to compile on linux

2014-08-14 Thread Qiaobing Xie
Aws, Thanks, I will move to v1.7.0-rc4 and get it a try... -Q On 8/14/14 5:24 PM, Aws Ismail wrote: > > > On 08/14/2014 05:55 PM, Wiles, Roger Keith wrote: >> For the SKB function change I had to change the ifdef in the >> kcompat.h file around line 3848 (I think) to: >> >> /* Changed the

[dpdk-dev] 1.7.0 release failed to compile on linux

2014-08-14 Thread Qiaobing Xie
Hi, I got the following error when I tried to compile 1.7.0 release tarball on a Linux box (Ubuntu 12.04/kernel=3.13.0-32-generic, gcc=4.6.3): In file included from /home/qxie/dpdk-1.7.0/lib/librte_eal/linuxapp/kni/ethtool/igb/e1000_osdep.h:41:0, from /home/qxie/dpdk-1.7.0/lib/lib