Hi, i'm currently trying to get DNA running with a Intel 82559 based card to use hardware based filtering. I checked out the current SVN revision of PF_RING and compiled the PF_RING module, this works fine: [11906.323899] [PF_RING] Initialized correctly
Then i compiled the ixgbe module supplied in PF_RING/drivers/DNA/ixgbe-3.10.16-DNA without any errors. I also can load the module without any problems (using "insmod ./src/ixgbe.ko"): [12165.195786] ixgbe 0000:0a:00.0: dna0: MAC: 2, PHY: 15, SFP+: 5, PBA No: E68793-002 [12165.195796] ixgbe 0000:0a:00.0: dna0: Enabled Features: RxQ: 8 TxQ: 8 FdirHash LRO [12165.197330] ixgbe 0000:0a:00.0: dna0: Intel(R) 10 Gigabit Network Connection [12165.367279] ixgbe 0000:0a:00.1: dna1: MAC: 2, PHY: 15, SFP+: 6, PBA No: E68793-002 [12165.367283] ixgbe 0000:0a:00.1: dna1: Enabled Features: RxQ: 8 TxQ: 8 FdirHash LRO [12165.368791] ixgbe 0000:0a:00.1: dna1: Intel(R) 10 Gigabit Network Connection When i try to load the module with hardware based filtering enabled (using "insmod ./src/ixgbe.ko FdirMode=2,2,2,2 FdirPballoc=3,3,3,3") i get the following error: insmod: error inserting './src/ixgbe.ko': -1 Unknown symbol in module I've put a strace of the command here: http://pastebin.com/raw.php?i=NqXrSKkT This happens with and without the PF_RING module being loaded. Are there any perquisites not pointed out in the Readme files or on the website? Any PF_RING libraries that have to be installed first? For the records, the used system is Ubuntu 12.04.3 LTS with kernel 3.2.0-53-generic. Thanks, Chris _______________________________________________ Ntop-misc mailing list [email protected] http://listgateway.unipi.it/mailman/listinfo/ntop-misc
