commit | 83617317d2136ca18265955de7782c33be27ff62 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Mon Apr 10 11:15:20 2017 +1000 |
committer | David S. Miller <davem@davemloft.net> | Mon Apr 10 16:03:57 2017 -0400 |
tree | 25a914975021576a27b58bce1c27e43d1cefebe2 | |
parent | 9b0f7711d92bf44b727751a87373089a92031918 [diff] |
ftgmac100: Store tx skbs in a separate array Rather than in the descriptor. The descriptor is mapped non-cachable and rather slow to access. Since to do that we need to keep track of the tx "pointer" we also have no use of all the accesors to manipulate it, just open code it, it's as clear and will help when adding fragmented sends. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: David S. Miller <davem@davemloft.net>