From patchwork Thu Jun 23 10:19:13 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bill Fischofer X-Patchwork-Id: 70755 Delivered-To: patch@linaro.org Received: by 10.140.28.4 with SMTP id 4csp355443qgy; Thu, 23 Jun 2016 03:25:13 -0700 (PDT) X-Received: by 10.55.24.35 with SMTP id j35mr1852144qkh.120.1466677513727; Thu, 23 Jun 2016 03:25:13 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id b4si5129777qkf.41.2016.06.23.03.25.12; Thu, 23 Jun 2016 03:25:13 -0700 (PDT) Received-SPF: pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) client-ip=54.225.227.206; Authentication-Results: mx.google.com; spf=pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) smtp.mailfrom=lng-odp-bounces@lists.linaro.org; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 8FE55669A8; Thu, 23 Jun 2016 10:25:12 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ip-10-142-244-252 X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, URIBL_BLOCKED autolearn=disabled version=3.4.0 Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id E6F4E61DF2; Thu, 23 Jun 2016 10:22:22 +0000 (UTC) X-Original-To: lng-odp@lists.linaro.org Delivered-To: lng-odp@lists.linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id EE5B76743D; Thu, 23 Jun 2016 10:20:47 +0000 (UTC) Received: from mail-wm0-f49.google.com (mail-wm0-f49.google.com [74.125.82.49]) by lists.linaro.org (Postfix) with ESMTPS id EF12E62EB4 for ; Thu, 23 Jun 2016 10:19:21 +0000 (UTC) Received: by mail-wm0-f49.google.com with SMTP id r201so42858012wme.1 for ; Thu, 23 Jun 2016 03:19:21 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=pw33CdvNH+fBNk9SdOP7WhAG3PCxa/IFpajq6iJQ0to=; b=DEa8awSJY5C2dJlgqXryOdtgB6ah/whBlD6pKy0VCkVDlUUaWfksg3eqY7i8uIaOE3 6D8XFzhVGRY2hyDoDywl+4JG6Bq4HebBmz2V1KLcmZSwQRc5Z7Ms8ZKHROEIBCoLA8Fw MKpKb9HfkPoG/xs5lmRVqmmmc6G10ROJY05CqBQh324ipHFonXI8juNwVkoCBcHgVRLN PpJ1T7CR+ySd74gt94osTeSBd85jjtVVwPSIUgHWZnhsVT1ESsgX9MrGIYpyAabrNuCj XYZ2IOD4Ji3+RW5Us6S2T/aPwxkeCuu70i9fnOXLNpCqBlCgjGtzNVsJxWp5Jc9GrN8I JJjw== X-Gm-Message-State: ALyK8tI+TJFidJp2cPhrDIuQ6VneHuf1AYyTHCzBcu5ZvnghtrPMqg+jF3Rohnsb2J0I2+D8k64= X-Received: by 10.28.23.17 with SMTP id 17mr12617613wmx.21.1466677160610; Thu, 23 Jun 2016 03:19:20 -0700 (PDT) Received: from Ubuntu15.localdomain ([62.214.2.210]) by smtp.gmail.com with ESMTPSA id w81sm3124571wmg.20.2016.06.23.03.19.18 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 23 Jun 2016 03:19:18 -0700 (PDT) From: Bill Fischofer To: lng-odp@lists.linaro.org Date: Thu, 23 Jun 2016 12:19:13 +0200 Message-Id: <1466677154-15944-2-git-send-email-bill.fischofer@linaro.org> X-Mailer: git-send-email 2.5.0 In-Reply-To: <1466677154-15944-1-git-send-email-bill.fischofer@linaro.org> References: <1466677154-15944-1-git-send-email-bill.fischofer@linaro.org> X-Topics: patch Subject: [lng-odp] [PATCH 2/3] doc: image: add additional images for abi models X-BeenThere: lng-odp@lists.linaro.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: "The OpenDataPlane \(ODP\) List" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: lng-odp-bounces@lists.linaro.org Sender: "lng-odp" Signed-off-by: Bill Fischofer --- doc/images/abi_llvm.svg | 125 +++++++++++++++++++++++++++++++++++++++++ doc/images/abi_traditional.svg | 89 +++++++++++++++++++++++++++++ 2 files changed, 214 insertions(+) create mode 100644 doc/images/abi_llvm.svg create mode 100644 doc/images/abi_traditional.svg diff --git a/doc/images/abi_llvm.svg b/doc/images/abi_llvm.svg new file mode 100644 index 0000000..0060f7a --- /dev/null +++ b/doc/images/abi_llvm.svg @@ -0,0 +1,125 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/doc/images/abi_traditional.svg b/doc/images/abi_traditional.svg new file mode 100644 index 0000000..f9046e1 --- /dev/null +++ b/doc/images/abi_traditional.svg @@ -0,0 +1,89 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +