[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAJ3xEMiStMJdGjgO9=MQrhLpBo8ZiTRoOL_P=aC9kyrNi91FSw@mail.gmail.com>
Date: Wed, 21 Oct 2015 21:45:42 +0300
From: Or Gerlitz <gerlitz.or@...il.com>
To: Lan Tianyu <tianyu.lan@...el.com>,
"Michael S. Tsirkin <mst@...hat.com> (mst@...hat.com)"
<mst@...hat.com>
Cc: bhelgaas@...gle.com, carolyn.wyborny@...el.com,
"Skidmore, Donald C" <donald.c.skidmore@...el.com>,
eddie.dong@...el.com, nrupal.jani@...el.com,
yang.z.zhang@...el.com, agraf@...e.de, kvm@...r.kernel.org,
Paolo Bonzini <pbonzini@...hat.com>, qemu-devel@...gnu.org,
emil.s.tantilov@...el.com, intel-wired-lan@...ts.osuosl.org,
Jeff Kirsher <jeffrey.t.kirsher@...el.com>,
Jesse Brandeburg <jesse.brandeburg@...el.com>,
john.ronciak@...el.com,
Linux Kernel <linux-kernel@...r.kernel.org>,
linux-pci@...r.kernel.org, matthew.vick@...el.com,
Mitch Williams <mitch.a.williams@...el.com>,
Linux Netdev List <netdev@...r.kernel.org>,
Shannon Nelson <shannon.nelson@...el.com>
Subject: Re: [RFC Patch 00/12] IXGBE: Add live migration support for SRIOV NIC
On Wed, Oct 21, 2015 at 7:37 PM, Lan Tianyu <tianyu.lan@...el.com> wrote:
> This patchset is to propose a new solution to add live migration support
> for 82599 SRIOV network card.
> In our solution, we prefer to put all device specific operation into VF and
> PF driver and make code in the Qemu more general.
[...]
> Service down time test
> So far, we tested migration between two laptops with 82599 nic which
> are connected to a gigabit switch. Ping VF in the 0.001s interval
> during migration on the host of source side. It service down
> time is about 180ms.
So... what would you expect service down wise for the following
solution which is zero touch and I think should work for any VF
driver:
on host A: unplug the VM and conduct live migration to host B ala the
no-SRIOV case.
on host B:
when the VM "gets back to live", probe a VF there with the same assigned mac
next, udev on the VM will call the VF driver to create netdev instance
DHCP client would run to get the same IP address
+ under config directive (or from Qemu) send Gratuitous ARP to notify
the switch/es on the new location for that mac.
Or.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists