commit | 226e9cd82a96a834dcd158b3324509984fa180f5 | [log] [tgz] |
---|---|---|
author | Vladimir Oltean <vladimir.oltean@nxp.com> | Fri Oct 02 15:02:25 2020 +0300 |
committer | David S. Miller <davem@davemloft.net> | Fri Oct 02 15:40:30 2020 -0700 |
tree | de4a9def08e0978f9ff59c8fe8582fece69dd430 | |
parent | 2f17c050d8926a62ed53dce6d8a703f38c4d5d6f [diff] |
net: mscc: ocelot: only install TCAM entries into a specific lookup and PAG We were installing TCAM rules with the LOOKUP field as unmasked, meaning that all entries were matching on all lookups. Now that lookups are exposed as individual chains, let's make the LOOKUP explicit when offloading TCAM entries. Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>