RE: [PATCH 1/8] Drivers: hv: kvp: fix IP Failover

2016-04-30 Thread KY Srinivasan
n...@redhat.com; > jasow...@redhat.com > Subject: Re: [PATCH 1/8] Drivers: hv: kvp: fix IP Failover > > On Sat, Apr 30, 2016 at 09:43:09PM +, KY Srinivasan wrote: > > > > > > > -Original Message- > > > From: Greg KH [mailto:gre...@linuxfoundat

RE: [PATCH 1/8] Drivers: hv: kvp: fix IP Failover

2016-04-30 Thread KY Srinivasan
; jasow...@redhat.com > Subject: Re: [PATCH 1/8] Drivers: hv: kvp: fix IP Failover > > On Sat, Apr 30, 2016 at 09:43:09PM +, KY Srinivasan wrote: > > > > > > > -Original Message- > > > From: Greg KH [mailto:gre...@linuxfoundation.org] > > > Sen

Re: [PATCH 1/8] Drivers: hv: kvp: fix IP Failover

2016-04-30 Thread Greg KH
> Cc: linux-kernel@vger.kernel.org; de...@linuxdriverproject.org; > > o...@aepfle.de; a...@canonical.com; vkuzn...@redhat.com; > > jasow...@redhat.com > > Subject: Re: [PATCH 1/8] Drivers: hv: kvp: fix IP Failover > > > > On Tue, Apr 05, 2016 at 04:57:40PM -0700, K

Re: [PATCH 1/8] Drivers: hv: kvp: fix IP Failover

2016-04-30 Thread Greg KH
de...@linuxdriverproject.org; > > o...@aepfle.de; a...@canonical.com; vkuzn...@redhat.com; > > jasow...@redhat.com > > Subject: Re: [PATCH 1/8] Drivers: hv: kvp: fix IP Failover > > > > On Tue, Apr 05, 2016 at 04:57:40PM -0700, K. Y. Srinivasan wrote: > > > F

RE: [PATCH 1/8] Drivers: hv: kvp: fix IP Failover

2016-04-30 Thread KY Srinivasan
n...@redhat.com; > jasow...@redhat.com > Subject: Re: [PATCH 1/8] Drivers: hv: kvp: fix IP Failover > > On Tue, Apr 05, 2016 at 04:57:40PM -0700, K. Y. Srinivasan wrote: > > From: Vitaly Kuznetsov <vkuzn...@redhat.com> > > > > Hyper-V VMs can be replicated to

RE: [PATCH 1/8] Drivers: hv: kvp: fix IP Failover

2016-04-30 Thread KY Srinivasan
; jasow...@redhat.com > Subject: Re: [PATCH 1/8] Drivers: hv: kvp: fix IP Failover > > On Tue, Apr 05, 2016 at 04:57:40PM -0700, K. Y. Srinivasan wrote: > > From: Vitaly Kuznetsov > > > > Hyper-V VMs can be replicated to another hosts and there is a feature to > > set di

Re: [PATCH 1/8] Drivers: hv: kvp: fix IP Failover

2016-04-30 Thread Greg KH
On Tue, Apr 05, 2016 at 04:57:40PM -0700, K. Y. Srinivasan wrote: > From: Vitaly Kuznetsov > > Hyper-V VMs can be replicated to another hosts and there is a feature to > set different IP for replicas, it is called 'Failover TCP/IP'. When > such guest starts Hyper-V host

Re: [PATCH 1/8] Drivers: hv: kvp: fix IP Failover

2016-04-30 Thread Greg KH
On Tue, Apr 05, 2016 at 04:57:40PM -0700, K. Y. Srinivasan wrote: > From: Vitaly Kuznetsov > > Hyper-V VMs can be replicated to another hosts and there is a feature to > set different IP for replicas, it is called 'Failover TCP/IP'. When > such guest starts Hyper-V host sends it

[PATCH 1/8] Drivers: hv: kvp: fix IP Failover

2016-04-05 Thread K. Y. Srinivasan
From: Vitaly Kuznetsov Hyper-V VMs can be replicated to another hosts and there is a feature to set different IP for replicas, it is called 'Failover TCP/IP'. When such guest starts Hyper-V host sends it KVP_OP_SET_IP_INFO message as soon as we finish negotiation procedure.

[PATCH 1/8] Drivers: hv: kvp: fix IP Failover

2016-04-05 Thread K. Y. Srinivasan
From: Vitaly Kuznetsov Hyper-V VMs can be replicated to another hosts and there is a feature to set different IP for replicas, it is called 'Failover TCP/IP'. When such guest starts Hyper-V host sends it KVP_OP_SET_IP_INFO message as soon as we finish negotiation procedure. The problem is that