From patchwork Mon Oct 31 00:39:14 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bill Fischofer X-Patchwork-Id: 80107 Delivered-To: patch@linaro.org Received: by 10.140.97.247 with SMTP id m110csp2205755qge; Sun, 30 Oct 2016 17:40:02 -0700 (PDT) X-Received: by 10.237.62.27 with SMTP id l27mr13301309qtf.34.1477874402359; Sun, 30 Oct 2016 17:40:02 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id a128si15776632qkf.231.2016.10.30.17.40.01; Sun, 30 Oct 2016 17:40:02 -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 767D760F25; Mon, 31 Oct 2016 00:40:01 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id 13DE660F25; Mon, 31 Oct 2016 00:40:01 +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 99C2860F34; Mon, 31 Oct 2016 00:39:21 +0000 (UTC) Received: from mail-oi0-f42.google.com (mail-oi0-f42.google.com [209.85.218.42]) by lists.linaro.org (Postfix) with ESMTPS id 3C09D60F1B for ; Mon, 31 Oct 2016 00:39:21 +0000 (UTC) Received: by mail-oi0-f42.google.com with SMTP id y2so196321514oie.0 for ; Sun, 30 Oct 2016 17:39: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; bh=uTeUN4+VaqD/YNLghnWHGrh5IPx+kxpM7b0CQSg4I3c=; b=BabEeKTtt9kxweHKXFZFRVmWjnP97+T23wk0bMYXYjUxrrUGJlurn3sAC9TbkryHPa /3F9oLsyrftcx8bSkBTSHv7C2hfhkT5F5AgCTd+dt0mT8cboWaLJZQNOABN2UA2cN16b szrvZ4Esi1butUK1hduKvq8XT+UcK33mbmvj+BVHpPuS9wQTdDsO1J5xZ1JeFJhtninM EF55vQGTQsIy7V1Wd/39hMNGw3MS1xw/3b8Uax7RF9DKTbvXAcazxRIAk3FW9Wy6ROeX 9AZXECOcmNn2CSHIDcaSVoTsmwBg+n5hVil6P95pfxYXRMzz3Dj8uhaToK7aJk19dJlb PScw== X-Gm-Message-State: ABUngvcsBIJoT87PNIya4galqFped9Gai6sLHpMdRvFFn74z15eS/+Ew/8VcdkUUy2t56SyMdsI= X-Received: by 10.202.104.234 with SMTP id o103mr12627819oik.51.1477874360499; Sun, 30 Oct 2016 17:39:20 -0700 (PDT) Received: from Ubuntu15.localdomain (cpe-70-121-83-241.austin.res.rr.com. [70.121.83.241]) by smtp.gmail.com with ESMTPSA id r77sm5949277oie.13.2016.10.30.17.39.18 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 30 Oct 2016 17:39:19 -0700 (PDT) From: Bill Fischofer To: lng-odp@lists.linaro.org Date: Sun, 30 Oct 2016 19:39:14 -0500 Message-Id: <1477874354-2821-1-git-send-email-bill.fischofer@linaro.org> X-Mailer: git-send-email 2.5.0 X-Topics: patch Subject: [lng-odp] [API-NEXT PATCH 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 + + + + + + + + + + + + + + +