Re: [vpp-dev] Re-connect to vpp will make client CPU high. (I have solved it).

2019-06-12 Thread Jin Zhihua
Hi, Sorry, I made a mistake in last mail, if “vac_disconnect” called “unset_timeout” instead of “set_timeout", which would make client never ever connect to vpp. I found the correct solution and tested, in “vac_connect” function, it should call “timeout_in_progress=false” to unset the glob

Re: [vpp-dev] Re-connect to vpp will make client CPU high. (I have solved it).

2019-06-11 Thread Ole Troan
Hi Jin, Thank you for the describtion. Great if you can push your patch to gerrit and I will review and merge. Best regards, Ole > On 4 Jun 2019, at 08:29, Jin Zhihua wrote: > > Dear all: > I am developing a vpp client built with govpp by using “AsyncConnect” > function. The first tim