On 1/13/23 03:56, Cheng Jiang wrote:
Add batch dequeue function in asynchronous vhost packed ring to improve the performance. Chained mbufs are not supported, it will be handled in single dequeue function. Signed-off-by: Cheng Jiang <[email protected]> Signed-off-by: Yuan Wang <[email protected]> --- lib/vhost/virtio_net.c | 170 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 167 insertions(+), 3 deletions(-)
Reviewed-by: Maxime Coquelin <[email protected]> Thanks, Maxime

