Re: [dpdk-dev] [PATCH v7 0/2] examples/vhost: sample code refactor

2021-01-05 Thread Ling, WeiX
> Subject: [dpdk-dev] [PATCH v7 0/2] examples/vhost: sample code refactor > > Refactor the vhost sample code. Add ioat ring space count and check in ioat > callback, optimize vhost data path for batch enqueue, replace > rte_atomicNN_xxx to atomic_XXX and refactor vhost asy

[dpdk-dev] [PATCH v7 0/2] examples/vhost: sample code refactor

2021-01-04 Thread Cheng Jiang
Refactor the vhost sample code. Add ioat ring space count and check in ioat callback, optimize vhost data path for batch enqueue, replace rte_atomicNN_xxx to atomic_XXX and refactor vhost async data path. --- v7: * fixed rte_ioat_completed_ops() fail handler issue v6: * adjusted the value of MAX