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

2021-01-21 Thread Maxime Coquelin
On 1/12/21 5:38 AM, Cheng Jiang wrote: > 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 > Reviewed-by: Jiayu Hu

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

2021-01-11 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 Reviewed-by: Jiayu Hu --- examples/vhost/ioat.h | 2 +- examples/vhost/