[dpdk-dev] [PATCH v6 2/2] examples/vhost: refactor vhost data path
Hu, Jiayu
jiayu.hu at intel.com
Tue Jan 5 02:43:10 CET 2021
> -----Original Message-----
> From: Jiang, Cheng1 <cheng1.jiang at intel.com>
> Sent: Monday, January 4, 2021 12:58 PM
> To: maxime.coquelin at redhat.com; Xia, Chenbo <chenbo.xia at intel.com>
> Cc: dev at dpdk.org; Hu, Jiayu <jiayu.hu at intel.com>; Yang, YvonneX
> <yvonnex.yang at intel.com>; Wang, Yinan <yinan.wang at intel.com>; Jiang,
> Cheng1 <cheng1.jiang at intel.com>
> Subject: [PATCH v6 2/2] examples/vhost: refactor vhost data path
>
> Change the vm2vm data path to batch enqueue for better performance.
> Support latest async vhost API, refactor vhost async data path,
> replace rte_atomicNN_xxx to atomic_XXX and clean some codes.
>
> Signed-off-by: Cheng Jiang <Cheng1.jiang at intel.com>
> ---
> examples/vhost/ioat.h | 2 +-
> examples/vhost/main.c | 214 ++++++++++++++++++++++++++++++++----------
> examples/vhost/main.h | 7 +-
> 3 files changed, 167 insertions(+), 56 deletions(-)
>
Reviewed-by: Jiayu Hu <jiayu.hu at intel.com>
More information about the dev
mailing list