commit | 3fbcdbf3f1cbe86fc11856ec268470d7d7bd459b | [log] [tgz] |
---|---|---|
author | Jiri Pirko <jiri@mellanox.com> | Tue Feb 16 15:14:50 2016 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Feb 17 23:08:35 2016 -0500 |
tree | 95cf899841f56e8d85348812fcf5eeae8e9ff704 | |
parent | 53901cc03a361f57127ed1ae967c72ee9e137454 [diff] |
rocker: move OF-DPA stuff into separate file Carve out OF-DPA would specific code from the common file to the world file. This change required struct rocker and struct rocker_port split into world specific struct ofdpa and struct ofdpa_port. Along with this the world specific functions and defines were renamed from prefix "rocker_" to "ofdpa_". Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>