Re: [dpdk-dev] [PATCH v6 2/2] examples/vhost: refactor vhost data path

2021-01-04 Thread Hu, Jiayu
> -Original Message- > From: Jiang, Cheng1 > Sent: Monday, January 4, 2021 12:58 PM > To: maxime.coque...@redhat.com; Xia, Chenbo > Cc: dev@dpdk.org; Hu, Jiayu ; Yang, YvonneX > ; Wang, Yinan ; Jiang, > Cheng1 > Subject: [PATCH v6 2/2] examples/vhost: refactor vhost data path > > Chan

[dpdk-dev] [PATCH v6 2/2] examples/vhost: refactor vhost data path

2021-01-03 Thread Cheng Jiang
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 --- examples/vhost/ioat.h | 2 +- examples/vhost/main.c | 214