Re: [dpdk-dev] [PATCH v2] vhost: fix passing destroyed device to destroy callback

2019-04-17 Thread Maxime Coquelin
On 4/12/19 10:32 AM, Ilya Maximets wrote: Application should be able to obtain information like 'ifname' from the 'vid' passed to 'destroy_connection' callback. Currently, all the API calls with passed 'vid' fails with 'device not found'. Fixes: efba12a78ddf ("vhost: add user callbacks for so

Re: [dpdk-dev] [PATCH v2] vhost: fix passing destroyed device to destroy callback

2019-04-14 Thread Tiwei Bie
On Fri, Apr 12, 2019 at 11:32:28AM +0300, Ilya Maximets wrote: > Application should be able to obtain information like 'ifname' from > the 'vid' passed to 'destroy_connection' callback. Currently, all the > API calls with passed 'vid' fails with 'device not found'. > > Fixes: efba12a78ddf ("vhost:

[dpdk-dev] [PATCH v2] vhost: fix passing destroyed device to destroy callback

2019-04-12 Thread Ilya Maximets
Application should be able to obtain information like 'ifname' from the 'vid' passed to 'destroy_connection' callback. Currently, all the API calls with passed 'vid' fails with 'device not found'. Fixes: efba12a78ddf ("vhost: add user callbacks for socket open/close") Cc: sta...@dpdk.org Signed-o