commit | 7e6e185c74dd8a8dc539300c079adc6bc27045d6 | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Mon Apr 22 09:46:44 2019 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Apr 22 22:20:15 2019 -0700 |
tree | 1ab1178d53df8fcf9d8b8823f80647bc46e91922 | |
parent | 697cd36cda32966bc605bfcf132b0cac4bcd9480 [diff] |
net: systemport: Remove need for DMA descriptor All we do is write the length/status and address bits to a DMA descriptor only to write its contents into on-chip registers right after, eliminate this unnecessary step. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Reviewed-by: Jakub Kicinski <jakub.kicinski@netronome.com> Signed-off-by: David S. Miller <davem@davemloft.net>