diff options
author | Horatiu Vultur | 2019-05-31 09:16:56 +0200 |
---|---|---|
committer | David S. Miller | 2019-06-02 13:49:49 -0700 |
commit | b596229448dd2a263cdc4906e60b1b2249777ee4 (patch) | |
tree | 55c29da892d8f46d34f7388aa74725bb6da23fcd /drivers/net/ethernet/mscc/ocelot_board.c | |
parent | 6345266a9989287336ff6a2843cd3b033cda85a1 (diff) |
net: mscc: ocelot: Add support for tcam
Add ACL support using the TCAM. Using ACL it is possible to create rules
in hardware to filter/redirect frames.
Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/mscc/ocelot_board.c')
-rw-r--r-- | drivers/net/ethernet/mscc/ocelot_board.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/mscc/ocelot_board.c b/drivers/net/ethernet/mscc/ocelot_board.c index e7f90101d2e0..58bde1a9eacb 100644 --- a/drivers/net/ethernet/mscc/ocelot_board.c +++ b/drivers/net/ethernet/mscc/ocelot_board.c @@ -188,6 +188,7 @@ static int mscc_ocelot_probe(struct platform_device *pdev) { QSYS, "qsys" }, { ANA, "ana" }, { QS, "qs" }, + { S2, "s2" }, }; if (!np && !pdev->dev.platform_data) |