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

2021-04-14 Thread Maxime Coquelin
On 4/14/21 8:13 AM, Cheng Jiang wrote: > 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 > --- > lib/librte_

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

2021-04-13 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 --- lib/librte_vhost/virtio_net.c | 132 +--