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

2016-09-12 Thread Yuanhan Liu
On Mon, Sep 12, 2016 at 03:52:12PM +0200, Maxime Coquelin wrote: > Just tried to apply your series without success. > Apparently, it is not based directly on master branch, > as it lacks some SHA-1 information. > > Could you rebase it against master please? It's rebased against the

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

2016-09-12 Thread Maxime Coquelin
On 09/12/2016 03:52 PM, Maxime Coquelin wrote: > Hi, > > On 09/09/2016 05:39 AM, Zhihong Wang wrote: >> 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

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

2016-09-12 Thread Maxime Coquelin
Hi, On 09/09/2016 05:39 AM, Zhihong Wang wrote: > 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

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

2016-09-09 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