]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mlxsw-vlan_filtering-offload'
authorDavid S. Miller <davem@davemloft.net>
Wed, 6 Jan 2016 19:42:42 +0000 (14:42 -0500)
committerDavid S. Miller <davem@davemloft.net>
Wed, 6 Jan 2016 19:42:42 +0000 (14:42 -0500)
commit9957e628f2bc544449cf3fc0fd43e929eea8198f
tree07f656c8413f9bb56d1fb4f566890f8df23c134f
parente6edbf0603893544e336c3bb6d88034e871069ba
parentef464176597cd7273b04b5c0ddef9c90a872bd3b
Merge branch 'mlxsw-vlan_filtering-offload'

Jiri Pirko says:

====================
mlxsw: add offload support for vlan_filtering option

Elad says:

This patch adds SWITCHDEV_ATTR_ID_BRIDGE_VLAN_FILTERING port attribute.
When a bridge is offloaded to hardware, the hardware can learn if the bridge is
.1Q bridge (VLAN-aware) or not VLAN aware bridge.
In order to toggle the mode a user can use sysfs:
$ echo 1 > /sys/devices/virtual/net/br0/bridge/vlan_filtering
or via iproute2:
$ ip link set dev br0 type bridge vlan_filtering 1

---
v1->v2: small fix in patch #1
====================

Signed-off-by: David S. Miller <davem@davemloft.net>