]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'net-mvpp2-prs-Fixes-for-VID-filtering'
authorDavid S. Miller <davem@davemloft.net>
Wed, 12 Jun 2019 18:12:58 +0000 (11:12 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 12 Jun 2019 18:12:58 +0000 (11:12 -0700)
commit2d1eecf5a13f5b8b5f270f392652b6176b733ada
tree59ca4c36d477340effb77854ba4e7387345860ea
parentcdcf21e24b987b774919e41ba3738e4ab7ed68db
parenta8b5686e1b64c8c36672392a5dce71c81c61abf8
Merge branch 'net-mvpp2-prs-Fixes-for-VID-filtering'

Maxime Chevallier says:

====================
net: mvpp2: prs: Fixes for VID filtering

This series fixes some issues with VID filtering offload, mainly due to
the wrong ranges being used in the TCAM header parser.

The first patch fixes a bug where removing a VLAN from a port's
whitelist would also remove it from other port's, if they are on the
same PPv2 instance.

The second patch makes so that we don't invalidate the wrong TCAM
entries when clearing the whole whitelist.
====================

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