[dpdk-dev] [PATCH v6 2/6] vhost: rewrite enqueue

2016-09-22 Thread Jianbo Liu
On 20 September 2016 at 10:00, Zhihong Wang wrote: > This patch implements the vhost logic from scratch into a single function > to improve maintainability. This is the baseline version of the new code, > more optimization will be added in the following patches in this patch set. > > In the existi

[dpdk-dev] [PATCH v6 2/6] vhost: rewrite enqueue

2016-09-22 Thread Wang, Zhihong
> -Original Message- > From: Jianbo Liu [mailto:jianbo.liu at linaro.org] > Sent: Thursday, September 22, 2016 5:58 PM > To: Wang, Zhihong > Cc: dev at dpdk.org; Maxime Coquelin ; > Yuanhan Liu ; Thomas Monjalon > > Subject: Re: [dpdk-dev] [PATCH v6 2/6] vhost:

[dpdk-dev] [PATCH v6 2/6] vhost: rewrite enqueue

2016-09-19 Thread Zhihong Wang
This patch implements the vhost logic from scratch into a single function to improve maintainability. This is the baseline version of the new code, more optimization will be added in the following patches in this patch set. In the existing code there're 2 callbacks for vhost enqueue: * virtio_d