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 <redacted>
Reviewed-by: Jiayu Hu <redacted>
---
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 <redacted>
Thanks,
Maxime