Re: [dpdk-dev] [PATCH v2 3/5] vhost: prepare memory regions addresses

2020-10-06 Thread Maxime Coquelin
On 9/21/20 8:48 AM, Marvin Liu wrote: > Prepare memory regions guest physical addresses for vectorized data > path. These information will be utilized by SIMD instructions to find > matched region index. > > Signed-off-by: Marvin Liu > > diff --git a/lib/librte_vhost/vhost.h b/lib/librte_vhos

[dpdk-dev] [PATCH v2 3/5] vhost: prepare memory regions addresses

2020-09-20 Thread Marvin Liu
Prepare memory regions guest physical addresses for vectorized data path. These information will be utilized by SIMD instructions to find matched region index. Signed-off-by: Marvin Liu diff --git a/lib/librte_vhost/vhost.h b/lib/librte_vhost/vhost.h index 5a5c945551..4a81f18f01 100644 --- a/lib