Re: [dpdk-dev] [PATCH v1] vhost: fix vring disable fail in async transfer

2020-07-22 Thread Fu, Patrick
Hi, Sorry but I'd like to withdraw this patch as the issue could be addressed by applications to register a pre_msg_handler. Thanks, Patrick > -Original Message- > From: Fu, Patrick > Sent: Thursday, July 23, 2020 1:38 PM > To: dev@dpdk.org; maxime.coque...@redhat.com; Xia, Chenbo >

[dpdk-dev] [PATCH v1] vhost: fix vring disable fail in async transfer

2020-07-22 Thread patrick . fu
From: Patrick Fu Async inflight packets is checked when front end virtio requests to disable vring. If inflight packets exists, vring disabling will fail. However, there is no good way for application to get notified before vring is disabled and properly complete inflight packets. This patch move