Re: [dpdk-dev] [PATCH] vhost: fix check peer close

2020-04-28 Thread Maxime Coquelin
On 4/21/20 10:59 AM, Roland Qi wrote: > In process_slave_message_reply(), there is a > possibility that receiving a peer close > message instead of a real message response. > > this patch targeting to handle the peer close > scenario and report the correct error message. > > Signed-off-by: Rol

Re: [dpdk-dev] [PATCH] vhost: fix check peer close

2020-04-27 Thread Maxime Coquelin
On 4/21/20 10:59 AM, Roland Qi wrote: > In process_slave_message_reply(), there is a > possibility that receiving a peer close > message instead of a real message response. > > this patch targeting to handle the peer close > scenario and report the correct error message. > > Signed-off-by: Rol

[dpdk-dev] [PATCH] vhost: fix check peer close

2020-04-21 Thread Roland Qi
In process_slave_message_reply(), there is a possibility that receiving a peer close message instead of a real message response. this patch targeting to handle the peer close scenario and report the correct error message. Signed-off-by: Roland Qi --- lib/librte_vhost/vhost_user.c | 10 +

[dpdk-dev] [PATCH] vhost: fix check peer close

2020-04-21 Thread Roland Qi
From: qikai In process_slave_message_reply(), there is a possibility that receiving a peer close message instead of a real message response. this patch targeting to handle the peer close scenario and report the correct error message. Signed-off-by: Roland Qi --- lib/librte_vhost/vhost_user.c

Re: [dpdk-dev] [PATCH] vhost: fix check peer close

2020-04-17 Thread Maxime Coquelin
On 4/7/20 5:45 AM, qikai wrote: > In process_slave_message_reply(), there is a > possibility that receiving a peer close > message instead of a real message response. > > this patch targeting to handle the peer close > scenario and report the correct error message. > > Signed-off-by: qikai C

[dpdk-dev] [PATCH] vhost: fix check peer close

2020-04-06 Thread qikai
In process_slave_message_reply(), there is a possibility that receiving a peer close message instead of a real message response. this patch targeting to handle the peer close scenario and report the correct error message. Signed-off-by: qikai --- lib/librte_vhost/vhost_user.c | 10 +- 1

[dpdk-dev] [PATCH] vhost: fix check peer close

2020-04-02 Thread qikai
In process_slave_message_reply(), there is a possibility that receiving a peer close message instead of a real message response. this patch targeting to handle the peer close scenario and report the correct error message. Signed-off-by: qikai --- lib/librte_vhost/vhost_user.c | 10 +-