From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 3F54E9E3 for ; Tue, 19 Jul 2016 16:14:04 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga102.jf.intel.com with ESMTP; 19 Jul 2016 07:09:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,389,1464678000"; d="scan'208";a="141885106" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by fmsmga004.fm.intel.com with ESMTP; 19 Jul 2016 07:09:36 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.204]) by IRSMSX152.ger.corp.intel.com ([169.254.6.247]) with mapi id 14.03.0248.002; Tue, 19 Jul 2016 15:09:26 +0100 From: "Mcnamara, John" To: "Iremonger, Bernard" , "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: AQHR4N2vapnqVZDAf0u3YWWTZsjtGKAfzHuA Date: Tue, 19 Jul 2016 14:09:25 +0000 Message-ID: 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: <1468837045-26526-3-git-send-email-bernard.iremonger@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOTVkYjkxNDctYzlkOS00OWIwLTlkYTctNzg2MjU0YzE4MzNlIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IktDMHFlT0k5K0dcL0tzK1F4cE5uNWJkSHB0bkh1NUl5OGYwM1Y4OUx5NDMwPSJ9 x-originating-ip: [163.33.239.181] 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:14:04 -0000 > -----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 >=20 > This patch adds an image of the Live Migration for virtio and sriov test > configuration. >=20 > Signed-off-by: Bernard Iremonger > --- > doc/guides/howto/lm_bond_virtio_sriov.rst | 4 ++++ > 1 file changed, 4 insertions(+) >=20 > 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 >=20 > The ip address of host_server_2 is 10.237.212.131 >=20 > +.. _figure_lm_bond_virtio_sriov: > + > +.. figure:: img/lm_bond_virtio_sriov.* > + > Live Migration steps > -------------------- Hi, The image is missing in this patch. John