summaryrefslogtreecommitdiffstats
path: root/drivers/net/team
diff options
context:
space:
mode:
authorMaxime Chevallier <maxime.chevallier@bootlin.com>2018-04-16 10:07:23 +0200
committerDavid S. Miller <davem@davemloft.net>2018-04-16 10:03:25 -0400
commit982e05001c472066ab288e4269ad6cab48889f0d (patch)
treec514efd7d58c658daec30222b9faeeaa0361936d /drivers/net/team
parentbd28899dd34f9283c567f7eeb31bb546f10820b5 (diff)
downloadlinux-stable-982e05001c472066ab288e4269ad6cab48889f0d.tar.gz
linux-stable-982e05001c472066ab288e4269ad6cab48889f0d.tar.bz2
linux-stable-982e05001c472066ab288e4269ad6cab48889f0d.zip
net: mvpp2: Fix TCAM filter reserved range
Marvell's PPv2 controller has a Packet Header parser, which uses a fixed-size TCAM array of filter entries. The mvpp2 driver reserves some ranges among the 256 TCAM entries to perform MAC and VID filtering. The rest of the TCAM ids are freely usable for other features, such as IPv4 proto matching. This commit fixes the MVPP2_PE_LAST_FREE_TID define that sets the end of the "free range", which included the MAC range. This could therefore allow some other features to use entries dedicated to MAC filtering, lowering the number of unicast/multicast addresses that could be allowed before switching to promiscuous mode. Fixes: 10fea26ce2aa ("net: mvpp2: Add support for unicast filtering") Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/team')
0 files changed, 0 insertions, 0 deletions