commit | 0d20bdf34dc7d6aeaa04f762be3e313bc4fa1b02 | [log] [tgz] |
---|---|---|
author | Jason Wang <jasowang@redhat.com> | Fri Jul 20 08:15:18 2018 +0800 |
committer | David S. Miller <davem@davemloft.net> | Sun Jul 22 09:43:31 2018 -0700 |
tree | cdc7e147e3e2c665ba946f53fe3d910943bbb917 | |
parent | c92a8a8cb7d499a352ebb625667a780bfc99ba77 [diff] |
vhost_net: split out datacopy logic Instead of mixing zerocopy and datacopy logics, this patch tries to split datacopy logic out. This results for a more compact code and ad-hoc optimization could be done on top more easily. Signed-off-by: Jason Wang <jasowang@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>