commit | e19d2dda90c5305a201282317aa492ce0337aa62 | [log] [tgz] |
---|---|---|
author | Ezequiel Garcia <ezequiel.garcia@free-electrons.com> | Mon May 19 13:59:54 2014 -0300 |
committer | David S. Miller <davem@davemloft.net> | Thu May 22 14:57:15 2014 -0400 |
tree | 61a7187a57ec45a3f1245d4cfd3b7cff35b10081 | |
parent | 01ef26ca44fdfc04a611975f9abe34a04261f98e [diff] |
net: mvneta: Clean mvneta_tx() sk_buff handling Rework mvneta_tx() so that the code that performs the final handling before a sk_buff is transmitted is done only if the numbers of fragments processed if positive. This is preparation work to add the support for software TSO. Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com> Signed-off-by: David S. Miller <davem@davemloft.net>