commit | 8551cdeb2ad1711e3ae85799ad9cc41c0bc64e0b | [log] [tgz] |
---|---|---|
author | Vladimir Oltean <vladimir.oltean@nxp.com> | Sat Feb 29 16:31:12 2020 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Mar 03 18:57:49 2020 -0800 |
tree | 5f445880e0c192c26aa2813ebdb9ed955870bd52 | |
parent | 1ba8f6561a3ba3a4ac4becadb691667645fe73d2 [diff] |
net: mscc: ocelot: parameterize the vcap_is2 properties Remove the definitions for the VCAP IS2 table from ocelot_ace.c, since it is specific to VSC7514. The VSC9959 VCAP IS2 table supports more rules (1024 instead of 64) and has a different width for the action (89 bits instead of 99). Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>