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
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_
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
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:
>
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
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) )
>
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
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
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
9 matches
Mail list logo