On Thu, 12 Dec 2019 18:33:15 +0100 Pierre Morel <pmorel@xxxxxxxxxxxxx> wrote: > After all, I make it simple by testing if the MSCH works as expected, no > retry, no delay. > This is just a test. That's probably fine if you only run under kvm (not sure what your further plans here are). > > I will add a new patch to add a library function to enable the channel, > with retry to serve when we really need to enable the channel, not to test. A simple enable should be enough for kvm-only usage, we can add a retry easily if needed. We probably can also defer adding the library function until after we get another user :)