From patchwork Wed Jan 4 18:31:15 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bill Fischofer X-Patchwork-Id: 89892 Delivered-To: patch@linaro.org Received: by 10.182.224.138 with SMTP id rc10csp338937obc; Wed, 4 Jan 2017 10:33:15 -0800 (PST) X-Received: by 10.55.71.74 with SMTP id u71mr74261132qka.251.1483554795214; Wed, 04 Jan 2017 10:33:15 -0800 (PST) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id n61si36146261qtd.168.2017.01.04.10.33.14; Wed, 04 Jan 2017 10:33:15 -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 718B762B88; Wed, 4 Jan 2017 18:33:14 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id 1E0E260E8D; Wed, 4 Jan 2017 18:33:14 +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 6EB4360EF3; Wed, 4 Jan 2017 18:31:24 +0000 (UTC) Received: from mail-oi0-f52.google.com (mail-oi0-f52.google.com [209.85.218.52]) by lists.linaro.org (Postfix) with ESMTPS id 03CA060EEC for ; Wed, 4 Jan 2017 18:31:24 +0000 (UTC) Received: by mail-oi0-f52.google.com with SMTP id b126so553212361oia.2 for ; Wed, 04 Jan 2017 10:31:23 -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=diU1ddPNz3/ZUr6flpBP5H2zpRCno6a6mfOHbUI7EAcA2JS32U/hR//a8BAryjrujE emYBbA8BYs/f3570c1UyK3oTy82S3Idc0YZaS/Q179ls+zWXeLgBFCQ7zU6u8L6mOL6r WUIQpN+L/rLWD4FQZ+oVdfxTah+wG/yGAB4uLPj3OZu/AYjQj1bMqb4N3RnebBMDkUu3 oElDLLQaWVzp2A9Q+uqf4PL8QLtex21s9Pum4AaRtrMtjA6N70iVNptysms30MaJApIK inQsuoKe01em/1CxzrcfvUolaMzM3OrSbjx9t+sOBI272uX+SbpHjEQemnPfHE03IIho PcQg== X-Gm-Message-State: AIkVDXJDploXmhKgThCWoR/KUEgveJM8GeNqEJpaTZDZ1kVp9UREmq/zQYVfEp+BjnW1yDfRALQ= X-Received: by 10.202.213.204 with SMTP id m195mr20705629oig.171.1483554682954; Wed, 04 Jan 2017 10:31:22 -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 89sm34067794otx.14.2017.01.04.10.31.21 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 04 Jan 2017 10:31:21 -0800 (PST) From: Bill Fischofer To: lng-odp@lists.linaro.org Date: Wed, 4 Jan 2017 12:31:15 -0600 Message-Id: <1483554676-24752-4-git-send-email-bill.fischofer@linaro.org> X-Mailer: git-send-email 2.5.0 In-Reply-To: <1483554676-24752-1-git-send-email-bill.fischofer@linaro.org> References: <1483554676-24752-1-git-send-email-bill.fischofer@linaro.org> Subject: [lng-odp] [API-NEXT PATCHv5 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 + + + + + + + + + + + + + + +