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

Maxime Coquelin maxime.coquelin at redhat.com
Thu Jan 21 13:39:47 CET 2021



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 <Cheng1.jiang at intel.com>
> Reviewed-by: Jiayu Hu <jiayu.hu at intel.com>
> ---
>  examples/vhost/ioat.h |   2 +-
>  examples/vhost/main.c | 238 ++++++++++++++++++++++++++++++------------
>  examples/vhost/main.h |   6 +-
>  3 files changed, 178 insertions(+), 68 deletions(-)
> 


Reviewed-by: Maxime Coquelin <maxime.coquelin at redhat.com>

Thanks,
Maxime



More information about the dev mailing list