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

