[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

[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