]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'bridge-vlan-stats-with-flags'
authorDavid S. Miller <davem@davemloft.net>
Fri, 19 Aug 2016 06:18:42 +0000 (23:18 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 19 Aug 2016 06:18:42 +0000 (23:18 -0700)
commitb2f8f74d49c18b0c2fbbe6becd0e1e159a49cec2
tree72e93abc50fa837e1e73b0a4601c84ef5ebe10a8
parent4ffd79d5dd9c7a27a2ef5cf2e97b111f0925f0c6
parent0eff050c71b25a4e215ca87e591c584dcc0312f0
Merge branch 'bridge-vlan-stats-with-flags'

Nikolay Aleksandrov says:

====================
net: bridge: export vlan stats per-port with flags

This set adds the ability to export vlan stats per-port. Patch 01 makes
that possible by consolidating the bridge and port linkxstats calls. Then
patch 02 allows to dump the vlan entry flags in order to be able to
distinguish between bridge and port vlan entries when dumping the master
device vlan stats. That is needed because that call was implemented when
the stats API didn't have slave dumping capabilities and it dumps all vlan
stats (for both bridge and port entries). We also need it in order to print
the vlan flags when dumping the stats.
====================

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