Re: [dpdk-dev] [PATCH] vhost: fix the inflight resubmit check

2020-02-13 Thread Maxime Coquelin
On 12/25/19 3:18 PM, Jin Yu wrote: > The frontend may not send the get_inflight_fd and > set_inflight_fd although we negotiate the protocol > feature. When we meet this situation just return OK. > > Fixes: ad0a4ae491fe ("vhost: checkout resubmit inflight information") > Cc: sta...@dpdk.org > >

Re: [dpdk-dev] [PATCH] vhost: fix the inflight resubmit check

2020-02-12 Thread Maxime Coquelin
On 12/25/19 3:18 PM, Jin Yu wrote: > The frontend may not send the get_inflight_fd and > set_inflight_fd although we negotiate the protocol > feature. When we meet this situation just return OK. > > Fixes: ad0a4ae491fe ("vhost: checkout resubmit inflight information") > Cc: sta...@dpdk.org > >

[dpdk-dev] [PATCH] vhost: fix the inflight resubmit check

2019-12-24 Thread Jin Yu
The frontend may not send the get_inflight_fd and set_inflight_fd although we negotiate the protocol feature. When we meet this situation just return OK. Fixes: ad0a4ae491fe ("vhost: checkout resubmit inflight information") Cc: sta...@dpdk.org Signed-off-by: Jin Yu --- lib/librte_vhost/vhost_us