[dpdk-dev] [PATCH v3 0/7] vhost: add dequeue zero copy support

2016-10-12 Thread Yuanhan Liu
On Sun, Oct 09, 2016 at 03:27:53PM +0800, Yuanhan Liu wrote: > This patch set enables vhost dequeue zero copy. The majority work goes > to patch 4: "vhost: add dequeue zero copy". Applied to dpdk-next-virtio. --yliu > > The basic idea of dequeue zero copy is, instead of copying data from

[dpdk-dev] [PATCH v3 0/7] vhost: add dequeue zero copy support

2016-10-11 Thread Xu, Qian Q
: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Yuanhan Liu Sent: Sunday, October 9, 2016 8:28 AM To: dev at dpdk.org Cc: Maxime Coquelin ; Yuanhan Liu Subject: [dpdk-dev] [PATCH v3 0/7] vhost: add dequeue zero copy support This patch set enables vhost dequeue zero copy. The majority work goes to pat

[dpdk-dev] [PATCH v3 0/7] vhost: add dequeue zero copy support

2016-10-09 Thread Yuanhan Liu
This patch set enables vhost dequeue zero copy. The majority work goes to patch 4: "vhost: add dequeue zero copy". The basic idea of dequeue zero copy is, instead of copying data from the desc buf, here we let the mbuf reference the desc buf addr directly. The major issue behind that is how and w