[dpdk-dev] [PATCH v6 0/6] vhost: optimize enqueue

2016-09-21 Thread Yuanhan Liu
Hi Maxime, Do you have more comments about this set? If no, I think I could merge it shortly. Thanks. --yliu On Mon, Sep 19, 2016 at 10:00:11PM -0400, Zhihong Wang wrote: > This patch set optimizes the vhost enqueue function. > > It implements the vhost logic from scratch into a single

[dpdk-dev] [PATCH v6 0/6] vhost: optimize enqueue

2016-09-21 Thread Maxime Coquelin
Hi Yuanhan, On 09/21/2016 04:26 AM, Yuanhan Liu wrote: > Hi Maxime, > > Do you have more comments about this set? If no, I think I could merge > it shortly. No more comments, this is good to me. Feel free to add: Reviewed-by: Maxime Coquelin Thanks, Maxime > Thanks. > > --yliu > > On Mo

[dpdk-dev] [PATCH v6 0/6] vhost: optimize enqueue

2016-09-19 Thread Zhihong Wang
This patch set optimizes the vhost enqueue function. It implements the vhost logic from scratch into a single function designed for high performance and good maintainability, and improves CPU efficiency significantly by optimizing cache access, which means: * Higher maximum throughput can be ac