commit | 801c62d945c6121c0262924732e430f0553bfb37 | [log] [tgz] |
---|---|---|
author | Lendacky, Thomas <Thomas.Lendacky@amd.com> | Tue Jun 24 16:19:24 2014 -0500 |
committer | David S. Miller <davem@davemloft.net> | Thu Jun 26 17:14:04 2014 -0700 |
tree | 1f0b7aa98c8ee048d54b141416dccf56e93e9d8b | |
parent | c52e9c6385ec5578eaac2989b855742e52777711 [diff] |
amd-xgbe: Add support for VLAN filtering This patch adds support for (imperfect) filtering of VLAN tag ids using a 16-bit filter hash table. When VLANs are added, a 4-bit hash is calculated with the result indicating the bit in the hash table to set. This table is used by the hardware to drop packets with a VLAN id that does not hash to a set bit in the table. Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com> Signed-off-by: David S. Miller <davem@davemloft.net>