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 <cheng1.ji...@intel.com> --- lib/vhost/virtio_net.c | 163 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 163 insertions(+)
Reviewed-by: Maxime Coquelin <maxime.coque...@redhat.com> Thanks, Maxime