RE: [PATCH] HV: properly delay KVP packets when negotiation is in progress

2017-03-20 Thread Long Li
.com>; de...@linuxdriverproject.org; linux- > ker...@vger.kernel.org > Subject: RE: [PATCH] HV: properly delay KVP packets when negotiation is in > progress > > > > > -Original Message- > > From: Vitaly Kuznetsov [mailto:vkuzn...@redhat.com] > > S

RE: [PATCH] HV: properly delay KVP packets when negotiation is in progress

2017-03-19 Thread Long Li
inger > <sthem...@microsoft.com>; de...@linuxdriverproject.org; linux- > ker...@vger.kernel.org > Subject: Re: [PATCH] HV: properly delay KVP packets when negotiation is in > progress > > Long Li <lon...@microsoft.com> writes: > > > The host may send multiple KVP

Re: [PATCH] HV: properly delay KVP packets when negotiation is in progress

2017-03-17 Thread Vitaly Kuznetsov
Long Li writes: > The host may send multiple KVP packets before the negotiation with daemon > is finished. We need to keep those packets in ring buffer until the daemon > is negotiated and connected. The patch looks OK but previously we always presumed that this can't

Re: [PATCH] HV: properly delay KVP packets when negotiation is in progress

2017-03-16 Thread Joshua R. Poulson
This should be submitted to stable, we're seeing KVP fail to start in some tests of 4.10. On Thu, Mar 16, 2017 at 12:51 PM, Long Li wrote: > The host may send multiple KVP packets before the negotiation with daemon > is finished. We need to keep those packets in ring buffer

[PATCH] HV: properly delay KVP packets when negotiation is in progress

2017-03-16 Thread Long Li
The host may send multiple KVP packets before the negotiation with daemon is finished. We need to keep those packets in ring buffer until the daemon is negotiated and connected. This patch is based on the work of Nick Meier Signed-off-by: Long Li