I'm setting up flow directory to send specific VLAN's to their own queues to 
use for doing tcpdump's (using pf_ring/dna).

The problem I'm having is, for some reason I'm getting packets from VLAN's that 
I shouldn't onto the card (a completely separate problem). But, these packets 
are getting splayed across the queues that I only have the specific VLAN's 
configured on.

How can I keep all the non-matching packets on queue 0?

Any help would be greatly appreciated.

Loading ixgbe.ko with "MQ=1,1,1,1 RSS=0,0,0,0 mtu=9000 
numa_cpu_affinity=1,2,3,4"

# ethtool -i dna0
driver: ixgbe
version: 3.10.16-DNA
firmware-version: 0x18f60001
bus-info: 0000:08:00.0

My rules look like:
/opt/ethtool/sbin/ethtool -u dna0
16 RX rings available
Total 4 rules

Filter: 1001
                Rule Type: Raw IPv4
                Src IP addr: 0.0.0.0 mask: 255.255.255.255
                Dest IP addr: 0.0.0.0 mask: 255.255.255.255
                TOS: 0x0 mask: 0xff
                Protocol: 0 mask: 0xff
                L4 bytes: 0x0 mask: 0xffffffff
                VLAN EtherType: 0x0 mask: 0xffff
                VLAN: 0x28 mask: 0x0
                User-defined: 0x0 mask: 0xffffffffffffffff
                Action: Direct to queue 1

Filter: 1002
                Rule Type: Raw IPv4
                Src IP addr: 0.0.0.0 mask: 255.255.255.255
                Dest IP addr: 0.0.0.0 mask: 255.255.255.255
                TOS: 0x0 mask: 0xff
                Protocol: 0 mask: 0xff
                L4 bytes: 0x0 mask: 0xffffffff
                VLAN EtherType: 0x0 mask: 0xffff
                VLAN: 0x2d mask: 0x0
                User-defined: 0x0 mask: 0xffffffffffffffff
                Action: Direct to queue 2

Filter: 1003
                Rule Type: Raw IPv4
                Src IP addr: 0.0.0.0 mask: 255.255.255.255
                Dest IP addr: 0.0.0.0 mask: 255.255.255.255
                TOS: 0x0 mask: 0xff
                Protocol: 0 mask: 0xff
                L4 bytes: 0x0 mask: 0xffffffff
                VLAN EtherType: 0x0 mask: 0xffff
                VLAN: 0x8c mask: 0x0
                User-defined: 0x0 mask: 0xffffffffffffffff
                Action: Direct to queue 3

Filter: 1004
                Rule Type: Raw IPv4
                Src IP addr: 0.0.0.0 mask: 255.255.255.255
                Dest IP addr: 0.0.0.0 mask: 255.255.255.255
                TOS: 0x0 mask: 0xff
                Protocol: 0 mask: 0xff
                L4 bytes: 0x0 mask: 0xffffffff
                VLAN EtherType: 0x0 mask: 0xffff
                VLAN: 0xb4 mask: 0x0
                User-defined: 0x0 mask: 0xffffffffffffffff
                Action: Direct to queue 4
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
E1000-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/e1000-devel
To learn more about Intel® Ethernet, visit 
http://communities.intel.com/community/wired

Reply via email to