Re: [dpdk-dev] [PATCH v2 00/15] vhost: clean-up and simplify async implementation

2021-10-29 Thread Maxime Coquelin
On 10/26/21 18:28, Maxime Coquelin wrote: This series aims at cleaning and simplifying the async enqueue path. I think it makes the code easier to understand, and is necessary before integrating new changes. I may have more reworks to propose in next revisions, but I wanted to share my curren

Re: [dpdk-dev] [PATCH v2 00/15] vhost: clean-up and simplify async implementation

2021-10-28 Thread Hu, Jiayu
> -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 00/15] vhost: clean-up and simplify

[dpdk-dev] [PATCH v2 00/15] vhost: clean-up and simplify async implementation

2021-10-26 Thread Maxime Coquelin
This series aims at cleaning and simplifying the async enqueue path. I think it makes the code easier to understand, and is necessary before integrating new changes. I may have more reworks to propose in next revisions, but I wanted to share my current status early so that you have time to review/