I upgraded my CentOS box last night, and then proceeded upgrade PF_RING to the latest but I'm have trouble compiling igb-5.0.6-DNA now. Is there a prereq I need to grab
My steps to get the latest PF_RING 1) svn co https://github.com/ntop/PF_RING ~ result was "Checked out revision 194" Errors: /home/arozar/src/PF_RING/branches/master/drivers/DNA/igb-5.0.6-DNA/src/kcompat.h:3461: error: conflicting types for ‘netdev_features_t’ include/linux/netdevice.h:993: note: previous declaration of ‘netdev_features_t’ was here /home/arozar/src/PF_RING/branches/master/drivers/DNA/igb-5.0.6-DNA/src/kcompat.h:3692: error: redefinition of ‘pcie_capability_clear_word’ include/linux/pci.h:836: note: previous definition of ‘pcie_capability_clear_word’ was here /home/arozar/src/PF_RING/branches/master/drivers/DNA/igb-5.0.6-DNA/src/kcompat.h:3723: error: redefinition of ‘is_link_local_ether_addr’ include/linux/etherdevice.h:68: note: previous definition of ‘is_link_local_ether_addr’ was here /home/arozar/src/PF_RING/branches/master/drivers/DNA/igb-5.0.6-DNA/src/igb_main.c:2283: error: unknown field ‘ndo_fdb_add’ specified in initializer /home/arozar/src/PF_RING/branches/master/drivers/DNA/igb-5.0.6-DNA/src/igb_main.c:2283: error: ‘igb_ndo_fdb_add’ undeclared here (not in a function) /home/arozar/src/PF_RING/branches/master/drivers/DNA/igb-5.0.6-DNA/src/igb_main.c:2287: error: unknown field ‘ndo_fdb_del’ specified in initializer /home/arozar/src/PF_RING/branches/master/drivers/DNA/igb-5.0.6-DNA/src/igb_main.c:2287: error: ‘igb_ndo_fdb_del’ undeclared here (not in a function) /home/arozar/src/PF_RING/branches/master/drivers/DNA/igb-5.0.6-DNA/src/igb_main.c:2288: error: unknown field ‘ndo_fdb_dump’ specified in initializer /home/arozar/src/PF_RING/branches/master/drivers/DNA/igb-5.0.6-DNA/src/igb_main.c:2288: error: ‘igb_ndo_fdb_dump’ undeclared here (not in a function) make[5]: *** [/home/arozar/src/PF_RING/branches/master/drivers/DNA/igb-5.0.6-DNA/src/igb_main.o] Error 1 make[4]: *** [_module_/home/arozar/src/PF_RING/branches/master/drivers/DNA/igb-5.0.6-DNA/src] Error 2 make[4]: Leaving directory `/usr/src/kernels/2.6.32-573.3.1.el6.x86_64' make[3]: *** [default] Error 2 make[3]: Leaving directory `/home/arozar/src/PF_RING/branches/master/drivers/DNA/igb-5.0.6-DNA/src' make[2]: *** [igb] Error 2 make[2]: Leaving directory `/home/arozar/src/PF_RING/branches/master/drivers/DNA' make[1]: *** [dna] Error 2 make[1]: Leaving directory `/home/arozar/src/PF_RING/branches/master/drivers' make: *** [all] Error 2 Any help would be great! Thank you, Avery Rozar
_______________________________________________ Ntop-misc mailing list [email protected] http://listgateway.unipi.it/mailman/listinfo/ntop-misc
