Now I am using intel X520 10G nic, the driver is ixgbe how to filter packet by VLAN priority? i.e, I just want those packets which VLAN priority are 1.

as I known vconfig is used to tag VLAN priority Not filter by VLAN priority.

X520 support the flowdirector(perfect filter), but I can't find anything about the VLAN priority filter setting, looks its filter set are ip src/dst,port,vlan id,etc

heard thatbroadcom is able to do that?

link|improve this question
feedback

migrated from stackoverflow.com Jan 21 '11 at 7:42

This question came from our site for professional and enthusiast programmers.

1 Answer

You'll want to use iptables and the --tos options to filter by TOS values.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.