Re: [dpdk-dev] [PATCH v2 0/3] Fix Vhost regressions

2020-07-28 Thread Wang, Yinan
This patch can fix multi-queue performance drop issue and interrupt issue.Thanks! BR, Yinan > -Original Message- > From: Maxime Coquelin > Sent: 2020?7?29? 0:50 > To: dev@dpdk.org; ma...@mellanox.com; Xia, Chenbo > ; Liu, Yong ; Wang, Yinan > > Cc: tho...@monjalon.net; Yigit, Ferruh ;

[dpdk-dev] [PATCH v2 0/3] Fix Vhost regressions

2020-07-28 Thread Maxime Coquelin
This series aims at fixing the regressions reported by Intel QE. I managed to reproduce the issues, and this series fixes them. The two first patches fix the performance regression. They have been tested by intel QE which confirms the fix. The third patch fixes the interrupt regression. I tested