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