Thank you for your answer Luca, really looking forward to your commits Ivor
On Nov 2, 2011, at 4:55 PM, Luca Deri wrote: > Ivor > I am currently updating ixgbe (i ahem just updated the other drivers). Stay > tuned > > Luca > > > On Nov 2, 2011, at 4:22 PM, Ivor Prebeg wrote: > >> Hi all! >> >> I tried to build PF_RING with PF_RING aware ixgbe driver on Ubuntu-11.04 >> server edition. (3.0.0-12 kernel version) >> >> PF_RING itselfs build without issues, but PF_RING aware ixgbe driver fails >> badly. First, it reports >> >> --------- >> root@om:~/PF_RING/drivers/PF_RING_aware/intel/ixgbe/ixgbe-3.1.15-FlowDirector/src# >> make >> Makefile:184: *** *** Aborting the build. *** This driver is not supported >> on kernel versions older than 2.4.0. Stop. >> --------- >> >> which I hacked out by commenting version check in makefile. Then, I get >> this... >> >> --------- >> root@om:~/PF_RING/drivers/PF_RING_aware/intel/ixgbe/ixgbe-3.1.15-FlowDirector/src# >> make >> gcc -mcmodel=kernel -mno-red-zone -DDRIVER_IXGBE -DDRIVER_NAME=ixgbe >> -DDRIVER_NAME_CAPS=IXGBE -DLINUX -D__KERNEL__ -DMODULE -O2 -pipe -Wall >> -I/lib/modules/3.0.0-12-server/build/include -I. -DHAVE_PF_RING -D__SMP__ >> -c -o ixgbe_main.o ixgbe_main.c >> In file included from >> /lib/modules/3.0.0-12-server/build/include/linux/kernel.h:13:0, >> from >> /lib/modules/3.0.0-12-server/build/include/linux/cache.h:4, >> from >> /lib/modules/3.0.0-12-server/build/include/linux/time.h:7, >> from >> /lib/modules/3.0.0-12-server/build/include/linux/stat.h:60, >> from >> /lib/modules/3.0.0-12-server/build/include/linux/module.h:10, >> from ixgbe_main.c:33: >> /lib/modules/3.0.0-12-server/build/include/linux/linkage.h:5:25: fatal >> error: asm/linkage.h: No such file or directory >> --------- >> >> >> I used svn code checkouted on this very day ( v. 5.1.0). >> Someone please direct me how to get around these issues >> >> >> TIA >> Ivor Prebeg >> >> >> >> _______________________________________________ >> Ntop-misc mailing list >> [email protected] >> http://listgateway.unipi.it/mailman/listinfo/ntop-misc > > --- > Bildung ist kein Verbrechen > > > > > _______________________________________________ > Ntop-misc mailing list > [email protected] > http://listgateway.unipi.it/mailman/listinfo/ntop-misc _______________________________________________ Ntop-misc mailing list [email protected] http://listgateway.unipi.it/mailman/listinfo/ntop-misc
