]> git.baikalelectronics.ru Git - kernel.git/commit
net: mscc: ocelot: rename ocelot_ace.{c, h} to ocelot_vcap.{c,h}
authorVladimir Oltean <vladimir.oltean@nxp.com>
Sat, 20 Jun 2020 15:43:45 +0000 (18:43 +0300)
committerDavid S. Miller <davem@davemloft.net>
Sun, 21 Jun 2020 00:25:23 +0000 (17:25 -0700)
commit8b1a5a5659a7685c70842d0c7d283985973a7b50
tree5e13f2e716922b6cf7c80b83b442b604dd7aef56
parent629a57a6a28701e0d0c9fe2f8831c29aad2f3489
net: mscc: ocelot: rename ocelot_ace.{c, h} to ocelot_vcap.{c,h}

Access Control Lists (and their respective Access Control Entries) are
specifically entries in the VCAP IS2, the security enforcement block,
according to the documentation.

Let's rename the files that deal with generic operations on the VCAP
TCAM, so that VCAP IS1 and ES0 can reuse the same code without
confusion.

Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mscc/Makefile
drivers/net/ethernet/mscc/ocelot.c
drivers/net/ethernet/mscc/ocelot_ace.c [deleted file]
drivers/net/ethernet/mscc/ocelot_ace.h [deleted file]
drivers/net/ethernet/mscc/ocelot_flower.c
drivers/net/ethernet/mscc/ocelot_net.c
drivers/net/ethernet/mscc/ocelot_vcap.c [new file with mode: 0644]
drivers/net/ethernet/mscc/ocelot_vcap.h [new file with mode: 0644]