From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 530DA4B79 for ; Tue, 19 Jul 2016 16:28:47 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP; 19 Jul 2016 07:28:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,389,1464678000"; d="scan'208";a="736651023" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by FMSMGA003.fm.intel.com with ESMTP; 19 Jul 2016 07:28:47 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.125]) by IRSMSX104.ger.corp.intel.com ([163.33.3.159]) with mapi id 14.03.0248.002; Tue, 19 Jul 2016 15:28:44 +0100 From: "Iremonger, Bernard" To: "Mcnamara, John" , "dev@dpdk.org" CC: "Liu, Yong" , "Xu, Qian Q" , "yuanhan.liu@linux.intel.com" Thread-Topic: [PATCH v4 2/2] doc: add live migration virtio sriov image Thread-Index: AQHR4N2vYrAUuoKqnUikI0Ipjbj/HqAfu9CAgAAV92A= Date: Tue, 19 Jul 2016 14:28:44 +0000 Message-ID: <8CEF83825BEC744B83065625E567D7C21A04FA91@IRSMSX108.ger.corp.intel.com> References: <1467888154-5898-1-git-send-email-bernard.iremonger@intel.com> <1468837045-26526-1-git-send-email-bernard.iremonger@intel.com> <1468837045-26526-3-git-send-email-bernard.iremonger@intel.com> In-Reply-To: Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOTVkYjkxNDctYzlkOS00OWIwLTlkYTctNzg2MjU0YzE4MzNlIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IktDMHFlT0k5K0dcL0tzK1F4cE5uNWJkSHB0bkh1NUl5OGYwM1Y4OUx5NDMwPSJ9 x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v4 2/2] doc: add live migration virtio sriov image X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2016 14:28:47 -0000 Hi John, > -----Original Message----- > From: Mcnamara, John > Sent: Tuesday, July 19, 2016 3:09 PM > To: Iremonger, Bernard ; dev@dpdk.org > Cc: Liu, Yong ; Xu, Qian Q ; > yuanhan.liu@linux.intel.com > Subject: RE: [PATCH v4 2/2] doc: add live migration virtio sriov image >=20 >=20 >=20 > > -----Original Message----- > > From: Iremonger, Bernard > > Sent: Monday, July 18, 2016 11:17 AM > > To: Mcnamara, John ; dev@dpdk.org > > Cc: Liu, Yong ; Xu, Qian Q ; > > yuanhan.liu@linux.intel.com; Iremonger, Bernard > > > > Subject: [PATCH v4 2/2] doc: add live migration virtio sriov image > > > > This patch adds an image of the Live Migration for virtio and sriov > > test configuration. > > > > Signed-off-by: Bernard Iremonger > > --- > > doc/guides/howto/lm_bond_virtio_sriov.rst | 4 ++++ > > 1 file changed, 4 insertions(+) > > > > diff --git a/doc/guides/howto/lm_bond_virtio_sriov.rst > > b/doc/guides/howto/lm_bond_virtio_sriov.rst > > index 6cf797d..49666f1 100644 > > --- a/doc/guides/howto/lm_bond_virtio_sriov.rst > > +++ b/doc/guides/howto/lm_bond_virtio_sriov.rst > > @@ -67,6 +67,10 @@ The ip address of host_server_1 is 10.237.212.46 > > > > The ip address of host_server_2 is 10.237.212.131 > > > > +.. _figure_lm_bond_virtio_sriov: > > + > > +.. figure:: img/lm_bond_virtio_sriov.* > > + > > Live Migration steps > > -------------------- >=20 > Hi, >=20 > The image is missing in this patch. >=20 > John It will be in the v5. Regards, Bernard.