From patchwork Sun Jan 1 23:40:50 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bill Fischofer X-Patchwork-Id: 89450 Delivered-To: patch@linaro.org Received: by 10.140.20.101 with SMTP id 92csp7372982qgi; Sun, 1 Jan 2017 15:42:39 -0800 (PST) X-Received: by 10.55.50.210 with SMTP id y201mr46845088qky.307.1483314159301; Sun, 01 Jan 2017 15:42:39 -0800 (PST) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id c185si21233987qkb.105.2017.01.01.15.42.38; Sun, 01 Jan 2017 15:42:39 -0800 (PST) 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 9528F60977; Sun, 1 Jan 2017 23:42:38 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id 555F260937; Sun, 1 Jan 2017 23:42:38 +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 1328D60A3B; Sun, 1 Jan 2017 23:41:01 +0000 (UTC) Received: from mail-oi0-f47.google.com (mail-oi0-f47.google.com [209.85.218.47]) by lists.linaro.org (Postfix) with ESMTPS id ADE0160977 for ; Sun, 1 Jan 2017 23:41:00 +0000 (UTC) Received: by mail-oi0-f47.google.com with SMTP id v84so468709674oie.3 for ; Sun, 01 Jan 2017 15:41:00 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=uTeUN4+VaqD/YNLghnWHGrh5IPx+kxpM7b0CQSg4I3c=; b=ANTAOqc8vPwk8CLJDf7csAmaytpAeIpE59gw3v7TmeUBQFWvf6VnoHLQ+j9ao/weRj J0aW05EAkulHvjGhKFqDkSDDsfFNZ+JHy3Gi18wbhH6nmNG4SMX69iaK7o+nMjqoqUer UCB1AgEir1NsgAVD6YtbNuLnbIR/jLdfjIKaBzbBbrwWgAULRpoQMyLy0/FVmwChg+3l YM3bkaJOmzskHDJUilsd6TX7X41PcD+TLR6xS0J4/ekp+i7RUYMaUAw5MFXph6iW+bCL Sk61PTzF06fOwUO++MhRL5/NQc9WR2n+UNvRXVoUulgvuhi7TN7COywBIgE1LwozrZk3 GmMw== X-Gm-Message-State: AIkVDXJXIOrbiUFhf5brP/+Moqf5mUksfxtfm5wKgbld+BPkSAWQCQLz98e5sEJfankc47z05fs= X-Received: by 10.157.40.93 with SMTP id h29mr21190144otd.168.1483314059948; Sun, 01 Jan 2017 15:40:59 -0800 (PST) Received: from Ubuntu15.localdomain (cpe-70-121-83-241.austin.res.rr.com. [70.121.83.241]) by smtp.gmail.com with ESMTPSA id f68sm31209216oih.20.2017.01.01.15.40.58 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 01 Jan 2017 15:40:58 -0800 (PST) From: Bill Fischofer To: lng-odp@lists.linaro.org Date: Sun, 1 Jan 2017 17:40:50 -0600 Message-Id: <1483314051-3428-4-git-send-email-bill.fischofer@linaro.org> X-Mailer: git-send-email 2.5.0 In-Reply-To: <1483314051-3428-1-git-send-email-bill.fischofer@linaro.org> References: <1483314051-3428-1-git-send-email-bill.fischofer@linaro.org> Subject: [lng-odp] [API-NEXT PATCHv4 4/5] doc: images: add images for packet reference documentation 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: , Errors-To: lng-odp-bounces@lists.linaro.org Sender: "lng-odp" Signed-off-by: Bill Fischofer --- doc/images/ref.svg | 58 ++++++++++++++++++++++++++++++++++ doc/images/reflen.svg | 45 +++++++++++++++++++++++++++ doc/images/refpkt1.svg | 43 +++++++++++++++++++++++++ doc/images/refpkt2.svg | 43 +++++++++++++++++++++++++ doc/images/refpktmulti.svg | 75 ++++++++++++++++++++++++++++++++++++++++++++ doc/images/refpktsingle.svg | 76 +++++++++++++++++++++++++++++++++++++++++++++ doc/images/refstatic.svg | 39 +++++++++++++++++++++++ 7 files changed, 379 insertions(+) create mode 100644 doc/images/ref.svg create mode 100644 doc/images/reflen.svg create mode 100644 doc/images/refpkt1.svg create mode 100644 doc/images/refpkt2.svg create mode 100644 doc/images/refpktmulti.svg create mode 100644 doc/images/refpktsingle.svg create mode 100644 doc/images/refstatic.svg 5625 0.82813,-0.9375 0.39062,-0.28125 1.0625,-0.48437 0.67187,-0.20313 1.4375,-0.20313 1.17187,0 2.04687,0.34375 0.875,0.32813 1.28125,0.90625 0.42188,0.5625 0.57813,1.51563 l -1.625,0.21875 q -0.10938,-0.75 -0.65625,-1.17188 -0.53125,-0.4375 -1.5,-0.4375 -1.15625,0 -1.64063,0.39063 -0.48437,0.375 -0.48437,0.875 0,0.32812 0.20312,0.59375 0.20313,0.26562 0.64063,0.4375 0.25,0.0937 1.46875,0.4375 1.76562,0.46875 2.46875,0.76562 0.70312,0.29688 1.09375,0.875 0.40625,0.57813 0.40625,1.4375 0,0.82813 -0.48438,1.57813 -0.48437,0.73437 -1.40625,1.14062 -0.92187,0.39063 -2.07812,0.39063 -1.92188,0 -2.9375,-0.79688 -1,-0.79687 -1.28125,-2.35937 z m 11.09375,6.9375 -1.1875,0 q 2.76562,-4.45313 2.76562,-8.92188 0,-1.73437 -0.39062,-3.45312 -0.32813,-1.39063 -0.89063,-2.67188 -0.35937,-0.84375 -1.48437,-2.78125 l 1.1875,0 q 1.75,2.32813 2.57812,4.67188 0.71875,2.01562 0.71875,4.23437 0,2.5 -0.96875,4.84375 -0.95312,2.32813 -2.32812,4.07813 z" id="path17" inkscape:connector-curvature="0" style=" fill:#000000;fill-rule:nonzero"/> + + + + + + + + + + + + + + + + + + -- 2.7.4 diff --git a/doc/images/ref.svg b/doc/images/ref.svg new file mode 100644 index 0000000..70a151b --- /dev/null +++ b/doc/images/ref.svg @@ -0,0 +1,58 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/doc/images/reflen.svg b/doc/images/reflen.svg new file mode 100644 index 0000000..de23290 --- /dev/null +++ b/doc/images/reflen.svg @@ -0,0 +1,45 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/doc/images/refpkt1.svg b/doc/images/refpkt1.svg new file mode 100644 index 0000000..a83a92b --- /dev/null +++ b/doc/images/refpkt1.svg @@ -0,0 +1,43 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/doc/images/refpkt2.svg b/doc/images/refpkt2.svg new file mode 100644 index 0000000..e64b503 --- /dev/null +++ b/doc/images/refpkt2.svg @@ -0,0 +1,43 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/doc/images/refpktmulti.svg b/doc/images/refpktmulti.svg new file mode 100644 index 0000000..8d7c3c9 --- /dev/null +++ b/doc/images/refpktmulti.svg @@ -0,0 +1,75 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/doc/images/refpktsingle.svg b/doc/images/refpktsingle.svg new file mode 100644 index 0000000..501a79d --- /dev/null +++ b/doc/images/refpktsingle.svg @@ -0,0 +1,76 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/doc/images/refstatic.svg b/doc/images/refstatic.svg new file mode 100644 index 0000000..0cc442b --- /dev/null +++ b/doc/images/refstatic.svg @@ -0,0 +1,39 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + +