Re: [dpdk-dev] [PATCH v2 4/5] vhost: simplify descriptor's buffer prefetching

2019-05-29 Thread Tiwei Bie
On Fri, May 17, 2019 at 05:06:12PM +0200, Maxime Coquelin wrote: > Now that we have a single function to map the descriptors > buffers, let's prefetch them there as it is the earliest > place we can do it. > > Signed-off-by: Maxime Coquelin > --- > lib/librte_vhost/virtio_net.c | 32 ++--

[dpdk-dev] [PATCH v2 4/5] vhost: simplify descriptor's buffer prefetching

2019-05-17 Thread Maxime Coquelin
Now that we have a single function to map the descriptors buffers, let's prefetch them there as it is the earliest place we can do it. Signed-off-by: Maxime Coquelin --- lib/librte_vhost/virtio_net.c | 32 ++-- 1 file changed, 2 insertions(+), 30 deletions(-) diff --