From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id A104968AE for ; Tue, 9 Dec 2014 13:02:26 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP; 09 Dec 2014 04:00:18 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.07,544,1413270000"; d="scan'208";a="620939247" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by orsmga001.jf.intel.com with ESMTP; 09 Dec 2014 04:02:11 -0800 Received: from sivswdev02.ir.intel.com (sivswdev02.ir.intel.com [10.237.217.46]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id sB9C2AGg017269; Tue, 9 Dec 2014 12:02:10 GMT Received: from sivswdev02.ir.intel.com (localhost [127.0.0.1]) by sivswdev02.ir.intel.com with ESMTP id sB9C2AuT011860; Tue, 9 Dec 2014 12:02:10 GMT Received: (from pdelarax@localhost) by sivswdev02.ir.intel.com with id sB9C29C5011856; Tue, 9 Dec 2014 12:02:09 GMT From: Pablo de Lara To: dev@dpdk.org Date: Tue, 9 Dec 2014 12:02:05 +0000 Message-Id: <1418126528-22287-1-git-send-email-pablo.de.lara.guarch@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1417193202-23972-1-git-send-email-pablo.de.lara.guarch@intel.com> References: <1417193202-23972-1-git-send-email-pablo.de.lara.guarch@intel.com> Subject: [dpdk-dev] [PATCH v3 0/3] doc: add VM power mgmt app 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, 09 Dec 2014 12:02:27 -0000 This patchset adds a new sample app UG, contaning explanation of the new two sample apps added in the VM power management patchset Changes in v3: Scaled svg files Removed trailing whitespaces Replaced directives for code blocks Separate svg files in different commits Fixed numbered lists Changes in v2: Corrected svg files Pablo de Lara (3): doc: add vm power mgmt overview svg doc: add vm power mgmt request sequence svg doc: add VM power mgmt app doc/guides/rel_notes/rel_description.rst | 2 + .../sample_app_ug/img/vm_power_mgr_highlevel.svg | 742 ++++++++++++++++ .../img/vm_power_mgr_vm_request_seq.svg | 927 ++++++++++++++++++++ doc/guides/sample_app_ug/index.rst | 5 + doc/guides/sample_app_ug/vm_power_management.rst | 361 ++++++++ 5 files changed, 2037 insertions(+), 0 deletions(-) create mode 100644 doc/guides/sample_app_ug/img/vm_power_mgr_highlevel.svg create mode 100644 doc/guides/sample_app_ug/img/vm_power_mgr_vm_request_seq.svg create mode 100644 doc/guides/sample_app_ug/vm_power_management.rst -- 1.7.4.1