commit | 275be061b33b945cfb120ee8a570f78c3ccafe56 | [log] [tgz] |
---|---|---|
author | Jason Wang <jasowang@redhat.com> | Fri Dec 23 22:37:25 2016 +0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Dec 23 13:48:54 2016 -0500 |
tree | 7f89c6cb0ab4b8898eda6aaea9ef1dbf02d5f2da | |
parent | 73b62bd085f4737679ea9afc7867fa5f99ba7d1b [diff] |
virtio-net: correctly xmit linearized page on XDP_TX After we linearize page, we should xmit this page instead of the page of first buffer which may lead unexpected result. With this patch, we can see correct packet during XDP_TX. Cc: John Fastabend <john.r.fastabend@intel.com> Signed-off-by: Jason Wang <jasowang@redhat.com> Acked-by: John Fastabend <john.r.fastabend@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>