[dpdk-dev] irq_to_desc undefined when compiling igb_uio

2014-08-27 Thread Aaro Koskinen
Hi, On Tue, Aug 26, 2014 at 08:55:29PM +, Habibi, Michael wrote: > I have verified in our kernel source, as well as the public > source for 2.6.34, that irq_to_desc is not an exported function. > However the documentation states that the minimum version required is > only 2.6.33. Did I setup m

[dpdk-dev] irq_to_desc undefined when compiling igb_uio

2014-08-26 Thread Habibi, Michael
ski...@iki.fi] Sent: Tuesday, August 26, 2014 4:33 PM To: Habibi, Michael Cc: dev at dpdk.org Subject: Re: [dpdk-dev] irq_to_desc undefined when compiling igb_uio Hi, On Tue, Aug 26, 2014 at 08:55:29PM +, Habibi, Michael wrote: > I have verified in our kernel source, as well as the p

[dpdk-dev] irq_to_desc undefined when compiling igb_uio

2014-08-26 Thread Habibi, Michael
All, I am building the latest DPDK version from dpdk.org (1.7.0), last commit 8777aa. I am building with essentially the target defconfig_x86_64-native-linuxapp-gcc (renamed), using a gcc 4.4.6/eglibc 2.15 toolchain and a 2.6.34 linux kernel. During compilation, compiling the igb_uio kernel mo

[dpdk-dev] irq_to_desc undefined when compiling igb_uio

2014-08-26 Thread Stephen Hemminger
On Tue, 26 Aug 2014 21:43:15 + "Habibi, Michael" wrote: > I agree the kernel is old but it's what we're stuck with at the moment. It > appears that at least some thought went into this, as the code in question > is actually compatibility code added for older kernel versions such as mine: > >