Hi, yepp, using "insmod ./ixgbe.ko RSS=1,1,1,1 FdirPballoc=3,3,3,3" in the load script it seems to work: [13854.941622] Intel(R) 10 Gigabit PCI Express Network Driver - version 3.10.16-DNA [13854.941627] Copyright (c) 1999-2012 Intel Corporation. [13854.941665] ixgbe 0000:0a:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [13854.941690] ixgbe 0000:0a:00.0: setting latency timer to 64 [13854.941959] ixgbe: Receive-Side Scaling (RSS) set to 1 [13854.941962] ixgbe: Flow Director packet buffer allocation set to 3 [13854.941965] ixgbe: 0000:0a:00.0: ixgbe_check_options: Flow Director will be allocated 256kB of packet buffer [13854.941968] ixgbe: 0000:0a:00.0: ixgbe_check_options: FCoE Offload feature enabled [13855.100631] ixgbe 0000:0a:00.0: irq 50 for MSI/MSI-X [13855.100648] ixgbe 0000:0a:00.0: irq 51 for MSI/MSI-X
Does this output mean that HW based filtering is active? The web site states that there should be a output like " ixgbe_check_options: Flow Director perfect filtering enabled" in dmesg when filtering is enabled. Thanks, Chris 2013/10/3 Alfredo Cardigliano <[email protected]>: > Chris > FdirMode is deprecated, please have a look at the load script > (load_dna_driver.sh) > > Alfredo > > On Oct 3, 2013, at 7:10 PM, Chris Hellkvist <[email protected]> > wrote: > >> Hi Alfredo, >> >> thanks for your swift feedback. I somehow missed to have a look in >> dmesg, there is indeed a trace as dmesg says "[12385.551390] ixgbe: >> Unknown parameter `FdirMode'" >> Any ideas? >> >> Thanks, >> Chris >> >> >> 2013/10/3 Alfredo Cardigliano <[email protected]>: >>> Hi Chris >>> please have a look at dmesg >>> >>> Alfredo >>> >>> On Oct 3, 2013, at 7:05 PM, Chris Hellkvist >>> <[email protected]> wrote: >>> >>>> 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 >>> >>> _______________________________________________ >>> 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 > > _______________________________________________ > 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
