Re: [dpdk-dev] [PATCH v2 05/15] vhost: remove async batch threshold

2021-10-28 Thread Xia, Chenbo
> -Original Message- > From: Maxime Coquelin > Sent: Wednesday, October 27, 2021 12:29 AM > To: dev@dpdk.org; Xia, Chenbo ; Hu, Jiayu > ; Wang, YuanX ; Ma, WenwuX > ; Richardson, Bruce ; > Mcnamara, John > Cc: Maxime Coquelin > Subject: [PATCH v2 05/15] vhost: remove async batch threshol

[dpdk-dev] [PATCH v2 05/15] vhost: remove async batch threshold

2021-10-26 Thread Maxime Coquelin
Reaching the async batch threshold was one of the condition to trigger the DMA transfer. However, this condition was never met since the threshold value is 32, same as the MAX_PKT_BURST value. Signed-off-by: Maxime Coquelin --- lib/vhost/virtio_net.c | 14 -- 1 file changed, 4 insert