Re: [PATCH] char-socket: disable reconnect timer in the sync connect

2020-12-23 Thread Marc-André Lureau
Hi On Mon, Dec 21, 2020 at 6:06 PM Wang Xin wrote: > From: suruifeng > > The qio_channel_socket_connect_sync maybe called twice if the > openvswitchd restart during we attaching a vhost-user nic. > > -> call trace 1: > net_vhost_user_init > tcp_chr_wait_connected //loop call sync connect

[PATCH] char-socket: disable reconnect timer in the sync connect

2020-12-21 Thread Wang Xin
From: suruifeng The qio_channel_socket_connect_sync maybe called twice if the openvswitchd restart during we attaching a vhost-user nic. -> call trace 1: net_vhost_user_init tcp_chr_wait_connected //loop call sync connect until socekt connected tcp_chr_connect_client_sync //return, b