Hello, 
I am trying to compile the igb-4.1.2 driver from the lastest svn release of 
PF_RING.
My kernel version is 3.8.13.10 Ubuntu version is Ubuntu 12.04.3 LTS
I have successfully compiled the PF_RING kernel module and the 
libpcap_ringusing the instructions on 
http://www.ntop.org/pf_ring/installation-guide-for-pf_ring/
But when I try to compile the igb pf_ring aware driver the following exception 
appears 
home/akis/PF_RING/drivers/PF_RING_aware/intel/igb/igb-4.1.2/src/igb_main.c:125:23:
 error '=', ',',, 'as,, or '__attribute__' before 'igb_remove'
which I handle it by commenting out the  tag  : "__devexit"  from the file, 
another excpetion appears.
This time on the igb_param.c filewhere on line 89 , this exception is 
occured:home/akis/PF_RING/drivers/PF_RING_aware/intel/igb/igb-4.1.2/src/igb_main.c:125:23:
 error '=', ',',, 'as,, or '__attribute__' before 'IntMode'
I think it is because the compiler can't see the IGB_PARAM
line 89: IGB_PARAM (IntMode, "Change Interrupt Mode (0=Legacy, 1=MSI, 2=MSI-X), 
default 2");
I believe it is a compiler settings issue, but i can't find it.
With this issue i must say i can't find a way to resolve this..
Any help is very much appreciated.
Thank you very much,
Akis

                                          
_______________________________________________
Ntop-misc mailing list
[email protected]
http://listgateway.unipi.it/mailman/listinfo/ntop-misc

Reply via email to