Re: [dpdk-dev] [PATCH v4 1/2] vhost: cleanup async enqueue

2021-01-11 Thread Maxime Coquelin
On 1/11/21 12:04 PM, Maxime Coquelin wrote: > > > On 1/11/21 1:16 PM, Jiayu Hu wrote: >> This patch removes unnecessary check and function calls, and it changes >> appropriate types for internal variables and fixes typos. >> >> Signed-off-by: Jiayu Hu >> Tested-by: Yinan Wang >> --- >> lib/

Re: [dpdk-dev] [PATCH v4 1/2] vhost: cleanup async enqueue

2021-01-11 Thread Maxime Coquelin
On 1/11/21 1:16 PM, Jiayu Hu wrote: > This patch removes unnecessary check and function calls, and it changes > appropriate types for internal variables and fixes typos. > > Signed-off-by: Jiayu Hu > Tested-by: Yinan Wang > --- > lib/librte_vhost/rte_vhost_async.h | 8 > lib/librte