commit | 1c60c7f9001140e4a3bfae4b1cdcead6b075aecf | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Tue Nov 06 12:58:40 2018 -0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Nov 06 15:05:22 2018 -0800 |
tree | 75f1b15b82333a3ff247cfdd9e5957c7c68e4aa5 | |
parent | 1c0130f0b5756b38b636e3cb7b3abc2b48bb9edc [diff] |
net: dsa: bcm_sf2: Get rid of unmarshalling functions Now that we have migrated the CFP rule handling to a list with a software copy, the delete/get operation just returns what is on the list, no need to read from the hardware which is both slow and more error prone. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>