Re: [dpdk-dev] [PATCH v2] vhost: enable reply-ack systematically

2020-06-18 Thread Maxime Coquelin
On 5/28/20 11:03 AM, Maxime Coquelin wrote: > As announced during v20.05 release cycle, this > patch makes reply-ack protocol feature to be enabled > unconditionally. > > This protocol feature makes the communication between the > master and the slave more robust, avoiding for example > possibl

Re: [dpdk-dev] [PATCH v2] vhost: enable reply-ack systematically

2020-06-17 Thread Xia, Chenbo
> -Original Message- > From: dev On Behalf Of Maxime Coquelin > Sent: Thursday, May 28, 2020 5:04 PM > To: dev@dpdk.org; Ye, Xiaolong ; > amore...@redhat.com; david.march...@redhat.com; tho...@monjalon.net > Cc: Maxime Coquelin > Subject: [dpdk-dev] [PATCH v2] vh

[dpdk-dev] [PATCH v2] vhost: enable reply-ack systematically

2020-05-28 Thread Maxime Coquelin
As announced during v20.05 release cycle, this patch makes reply-ack protocol feature to be enabled unconditionally. This protocol feature makes the communication between the master and the slave more robust, avoiding for example possible undefined behaviour with VHOST_USER_SET_MEM_TABLE. Also, r