Re: [dpdk-dev] [PATCH v8 1/4] vhost: abstract and reorganize async split ring code

2021-04-26 Thread Hu, Jiayu
Reviewed-by: Jiayu Hu > -Original Message- > From: Jiang, Cheng1 > Sent: Monday, April 19, 2021 4:51 PM > To: maxime.coque...@redhat.com; Xia, Chenbo > Cc: dev@dpdk.org; Hu, Jiayu ; Yang, YvonneX > ; Wang, Yinan ; Liu, > Yong ; Jiang, Cheng1 > Subject: [PATCH v8 1/4] vhost: abstract an

[dpdk-dev] [PATCH v8 1/4] vhost: abstract and reorganize async split ring code

2021-04-19 Thread Cheng Jiang
This patch puts some codes of async vhost split ring into inline functions to improve the readability of the code. And, it changes the pointer index style of iterator to make the code more concise. Signed-off-by: Cheng Jiang Reviewed-by: Maxime Coquelin --- lib/librte_vhost/virtio_net.c | 132 +