commit | ce21a02913dc79205485637b6e0927a4c800c4a4 | [log] [tgz] |
---|---|---|
author | Jason Wang <jasowang@redhat.com> | Mon Sep 02 16:40:59 2013 +0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Sep 03 22:46:57 2013 -0400 |
tree | c1a9325b2a7579c65a5accf8f05d3a9cb2f048ad | |
parent | c49e4e573be86acd36c747511ea5dc76be122206 [diff] |
vhost_net: determine whether or not to use zerocopy at one time Currently, even if the packet length is smaller than VHOST_GOODCOPY_LEN, if upend_idx != done_idx we still set zcopy_used to true and rollback this choice later. This could be avoided by determining zerocopy once by checking all conditions at one time before. Signed-off-by: Jason Wang <jasowang@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>