On 05/25/2011 10:57 PM, Jon Zhou wrote:
> I set flow director filter like below:
>
> #!/bin/sh
> ./ethtool -K eth5 ntuple off
> ./ethtool -K eth5 ntuple on
> ./ethtool -U eth5 flow-type tcp4 vlan 0 vlan-mask 0xF000 action 0
> ./ethtool -U eth5 flow-type udp4 vlan 0 vlan-mask 0xF000 action 0
> ./ethtool -U eth5 flow-type tcp4 vlan 1 vlan-mask 0xF000 action 1
> ./ethtool -U eth5 flow-type udp4 vlan 1 vlan-mask 0xF000 action 1
> ./ethtool -U eth5 flow-type tcp4 vlan 2 vlan-mask 0xF000 action 2
> ./ethtool -U eth5 flow-type udp4 vlan 2 vlan-mask 0xF000 action 2
> ./ethtool -U eth5 flow-type tcp4 vlan 3 vlan-mask 0xF000 action 3
> ./ethtool -U eth5 flow-type udp4 vlan 3 vlan-mask 0xF000 action 3
> ./ethtool -U eth5 flow-type tcp4 vlan 4 vlan-mask 0xF000 action 4
> ./ethtool -U eth5 flow-type udp4 vlan 4 vlan-mask 0xF000 action 4
> ./ethtool -U eth5 flow-type tcp4 vlan 5 vlan-mask 0xF000 action 5
> ./ethtool -U eth5 flow-type udp4 vlan 5 vlan-mask 0xF000 action 5
> ./ethtool -U eth5 flow-type tcp4 vlan 6 vlan-mask 0xF000 action 6
> ./ethtool -U eth5 flow-type udp4 vlan 6 vlan-mask 0xF000 action 6
> ./ethtool -U eth5 flow-type tcp4 vlan 7 vlan-mask 0xF000 action 7
> ./ethtool -U eth5 flow-type udp4 vlan 7 vlan-mask 0xF000 action 7
>
> ./ethtool -U eth5 flow-type tcp4 vlan 16 vlan-mask 0xF000 action 8
> ./ethtool -U eth5 flow-type udp4 vlan 16 vlan-mask 0xF000 action 8
> ./ethtool -U eth5 flow-type tcp4 vlan 17 vlan-mask 0xF000 action 9
> ./ethtool -U eth5 flow-type udp4 vlan 17 vlan-mask 0xF000 action 9
> ./ethtool -U eth5 flow-type tcp4 vlan 18 vlan-mask 0xF000 action 10
> ./ethtool -U eth5 flow-type udp4 vlan 18 vlan-mask 0xF000 action 10
> ./ethtool -U eth5 flow-type tcp4 vlan 19 vlan-mask 0xF000 action 11
> ./ethtool -U eth5 flow-type udp4 vlan 19 vlan-mask 0xF000 action 11
> ./ethtool -U eth5 flow-type tcp4 vlan 20 vlan-mask 0xF000 action 2
> ./ethtool -U eth5 flow-type udp4 vlan 20 vlan-mask 0xF000 action 2
> ./ethtool -U eth5 flow-type tcp4 vlan 21 vlan-mask 0xF000 action 0
> ./ethtool -U eth5 flow-type udp4 vlan 21 vlan-mask 0xF000 action 0
> ./ethtool -U eth5 flow-type tcp4 vlan 22 vlan-mask 0xF000 action 1
> ./ethtool -U eth5 flow-type udp4 vlan 22 vlan-mask 0xF000 action 1
> ./ethtool -U eth5 flow-type tcp4 vlan 23 vlan-mask 0xF000 action 3
> ./ethtool -U eth5 flow-type udp4 vlan 23 vlan-mask 0xF000 action 3
>
> Most packets were processed correctly except the attachment, which vlan_id 
> =4, routed to queue 0 always.
>
> ethtool -i eth5
> driver: ixgbe
> version: 3.3.9-NAPI
> firmware-version: 0.9-3
> bus-info: 0000:08:00.1
The packet you included was IP fragmented.  This is a limitation of Flow 
Director.  It cannot match fragmented packets as there is no guarantee 
that fields such at UDP/TCP port numbers will be present.

Thanks,

Alex

------------------------------------------------------------------------------
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1
_______________________________________________
E1000-devel mailing list
E1000-devel@lists.sourceforge.net
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