commit | a0f2e80fcd3b6b1369527828b02caab01af60c36 | [log] [tgz] |
---|---|---|
author | Julien Grall <julien.grall@citrix.com> | Wed Jun 24 18:03:14 2015 +0100 |
committer | David Vrabel <david.vrabel@citrix.com> | Fri Oct 23 14:20:32 2015 +0100 |
tree | 5fef15dd8d48a9ff3a41638a3277c3a2e668ae64 | |
parent | 4a69c909deb0dd3cae653d14ac0ff52d5440a19c [diff] |
net/xen-netback: xenvif_gop_frag_copy: move GSO check out of the loop The skb doesn't change within the function. Therefore it's only necessary to check if we need GSO once at the beginning. Signed-off-by: Julien Grall <julien.grall@citrix.com> Acked-by: Wei Liu <wei.liu2@citrix.com> Signed-off-by: David Vrabel <david.vrabel@citrix.com>