X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=vnet%2Fvnet%2Fdevices%2Fvirtio%2Fvhost-user.c;h=6a7f7e600ba7865e7fd5b16a075e4e4461e1bb29;hb=fbb2ef64563ccab03978a22660ad4b22ca3eae4a;hp=b9e08a147c1ff6a585e4e6e987856278baa07bf7;hpb=740bcdbd2b13bef4f5c9b487ed0dcbbee6a760c9;p=vpp.git diff --git a/vnet/vnet/devices/virtio/vhost-user.c b/vnet/vnet/devices/virtio/vhost-user.c index b9e08a147c1..6a7f7e600ba 100644 --- a/vnet/vnet/devices/virtio/vhost-user.c +++ b/vnet/vnet/devices/virtio/vhost-user.c @@ -2207,6 +2207,7 @@ vhost_user_delete_if (vnet_main_t * vnm, vlib_main_t * vm, u32 sw_if_index) vui->active = 0; // disconnect interface sockets vhost_user_if_disconnect (vui); + vhost_user_update_iface_state (vui); // add to inactive interface list vec_add1 (vum->vhost_user_inactive_interfaces_index, p[0]);