]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'dsa-port-vlan-dump'
authorDavid S. Miller <davem@davemloft.net>
Thu, 25 Feb 2016 20:20:22 +0000 (15:20 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 25 Feb 2016 20:20:22 +0000 (15:20 -0500)
commit8b1064f950a9adc048af37ea581c980f833d61b4
tree5504d8512f44c09beea3bb6809ec17e20ddce60f
parent0092630e4bd735d65f8eefe7edfdad7437b4a705
parentcbd22afb1f3a4d9b6b8f1c258a8a9c2bc765d55a
Merge branch 'dsa-port-vlan-dump'

Vivien Didelot says:

====================
net: dsa: add port VLAN dump operation

The VLAN GetNext approach is specific to some switches and thus hard to
implement for others. This patchset replaces it with a simpler port VLAN dump
operation, similar to the corresponding FDB operation.

The mv88e6xxx driver is the only one currently affected by the change.
The documentation is updated accordingly.

Note: this patchset uses http://www.spinics.net/lists/kernel/msg2186705.html
====================

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