Re: [dpdk-dev] [PATCH v4 0/5] vhost: generalize buffer vectors

2018-07-09 Thread Tiwei Bie
On Fri, Jul 06, 2018 at 09:04:44AM +0200, Maxime Coquelin wrote: > This series is again preliminray work to ease packed ring > layout integration. > > Main changes are using vector buffres also in the dequeue > path, and perform IOVA to HVA translation at vectors fill > time. > > I still have to

Re: [dpdk-dev] [PATCH v4 0/5] vhost: generalize buffer vectors

2018-07-08 Thread Tiwei Bie
On Fri, Jul 06, 2018 at 09:04:44AM +0200, Maxime Coquelin wrote: > This series is again preliminray work to ease packed ring > layout integration. > > Main changes are using vector buffres also in the dequeue > path, and perform IOVA to HVA translation at vectors fill > time. > > I still have to

[dpdk-dev] [PATCH v4 0/5] vhost: generalize buffer vectors

2018-07-06 Thread Maxime Coquelin
This series is again preliminray work to ease packed ring layout integration. Main changes are using vector buffres also in the dequeue path, and perform IOVA to HVA translation at vectors fill time. I still have to run more benchmarks, but PVP benchmarks does not show performance changes. Good