[dpdk-dev,PULL,REQUEST] doc: modifications to user guides
Message ID | 1418307234-4198-1-git-send-email-bernard.iremonger@intel.com (mailing list archive) |
---|---|
State | Accepted, archived |
Headers |
Return-Path: <dev-bounces@dpdk.org> X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id C11B07E7C; Thu, 11 Dec 2014 15:21:00 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id D833F7E23 for <dev@dpdk.org>; Thu, 11 Dec 2014 15:20:55 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 11 Dec 2014 06:14:00 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.07,557,1413270000"; d="scan'208";a="622195835" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by orsmga001.jf.intel.com with ESMTP; 11 Dec 2014 06:13:56 -0800 Received: from sivswdev01.ir.intel.com (sivswdev01.ir.intel.com [10.237.217.45]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id sBBEDtJM017769 for <dev@dpdk.org>; Thu, 11 Dec 2014 14:13:55 GMT Received: from sivswdev01.ir.intel.com (localhost [127.0.0.1]) by sivswdev01.ir.intel.com with ESMTP id sBBEDtV8004239 for <dev@dpdk.org>; Thu, 11 Dec 2014 14:13:55 GMT Received: (from bairemon@localhost) by sivswdev01.ir.intel.com with id sBBEDtVb004232 for dev@dpdk.org; Thu, 11 Dec 2014 14:13:55 GMT From: Bernard Iremonger <bernard.iremonger@intel.com> To: dev@dpdk.org Date: Thu, 11 Dec 2014 14:13:54 +0000 Message-Id: <1418307234-4198-1-git-send-email-bernard.iremonger@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <REQUEST PULL> References: <REQUEST PULL> Subject: [dpdk-dev] [PULL REQUEST] doc: modifications to user guides X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK <dev.dpdk.org> List-Unsubscribe: <http://dpdk.org/ml/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://dpdk.org/ml/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <http://dpdk.org/ml/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> Errors-To: dev-bounces@dpdk.org Sender: "dev" <dev-bounces@dpdk.org> |
Pull-request
git://dpdk.org/next/dpdk-doc masterMessage
Iremonger, Bernard
Dec. 11, 2014, 2:13 p.m. UTC
These changes are DPDK 1.8 modifications and some corrections to the Programmers Guide, the Sample Application User Guide and the Release Notes. The following changes since commit 199aec302e16670869f07df40642d58fcf304a80: i40e: fix build with 16-byte descriptors (2014-12-11 10:02:55 +0000) are available in the git repository at: git://dpdk.org/next/dpdk-doc master Bernard Iremonger (1): doc: add bsd license to exception path svg Declan Doherty (1): doc: add bsd license to link bonding svgs Pablo de Lara (4): doc: add vm power mgmt overview svg doc: add vm power mgmt request sequence svg doc: add vm power mgmt app doc: fix typos in ring lib Reshma Pattan (1): doc: fix typos in distributor application doc/guides/prog_guide/img/bond-mode-0.svg | 34 + doc/guides/prog_guide/img/bond-mode-1.svg | 34 + doc/guides/prog_guide/img/bond-mode-2.svg | 34 + doc/guides/prog_guide/img/bond-mode-3.svg | 34 + doc/guides/prog_guide/img/bond-mode-4.svg | 34 + doc/guides/prog_guide/img/bond-mode-5.svg | 34 + doc/guides/prog_guide/img/bond-overview.svg | 34 + doc/guides/prog_guide/img/ring-modulo1.svg | 5 +- doc/guides/prog_guide/ring_lib.rst | 2 +- doc/guides/rel_notes/rel_description.rst | 2 + doc/guides/sample_app_ug/dist_app.rst | 4 +- .../sample_app_ug/img/exception_path_example.svg | 36 + .../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 ++++++++ 16 files changed, 2317 insertions(+), 5 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
Comments
> Bernard Iremonger (1): > doc: add bsd license to exception path svg > > Declan Doherty (1): > doc: add bsd license to link bonding svgs > > Pablo de Lara (4): > doc: add vm power mgmt overview svg > doc: add vm power mgmt request sequence svg > doc: add vm power mgmt app > doc: fix typos in ring lib > > Reshma Pattan (1): > doc: fix typos in distributor application Pulled Thanks