From patchwork Wed Jan 11 02:35:38 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bill Fischofer X-Patchwork-Id: 90800 Delivered-To: patch@linaro.org Received: by 10.140.20.99 with SMTP id 90csp914311qgi; Tue, 10 Jan 2017 18:38:58 -0800 (PST) X-Received: by 10.200.38.50 with SMTP id u47mr6246665qtu.293.1484102338422; Tue, 10 Jan 2017 18:38:58 -0800 (PST) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id g5si2746802qkf.117.2017.01.10.18.38.57; Tue, 10 Jan 2017 18:38:58 -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 sp=NONE dis=NONE) header.from=linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id A6A6D60D8D; Wed, 11 Jan 2017 02:38:57 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id 556F260B4E; Wed, 11 Jan 2017 02:38:57 +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 27F4A60DD0; Wed, 11 Jan 2017 02:35:49 +0000 (UTC) Received: from mail-oi0-f41.google.com (mail-oi0-f41.google.com [209.85.218.41]) by lists.linaro.org (Postfix) with ESMTPS id 2158660988 for ; Wed, 11 Jan 2017 02:35:44 +0000 (UTC) Received: by mail-oi0-f41.google.com with SMTP id 3so570274096oih.1 for ; Tue, 10 Jan 2017 18:35:44 -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; bh=7fwmnpxkAk3OfklW3QYJmeNSRDd82J4pmKUUSze2Ed4=; b=uiejs8WuE8+x7O/JG6ogVg7r0sIebPVLWm9tbYu2ZWo6e4Vb/l/Ie1IeLOyKf82yPT dLs4CyqEwZ5Sa0WVg1gGUbgrXNSI6tq8zePbOSbTfooPE5NOffPi//jby7xsjEPtBeCR HXz143OR+/BuRwWjvyaQHCTw+UXJ4+tWeKTdBGoeLac914Qo+3v9gw7SYEIEA7wzxWMM /WBWl5tK0xSwvVijrq0Wa2qIVPzYH/bQ9tHdhr3hi9LqakD9HxSsu/cqQLmReEq7lylR oCDRlMQpiDMrHQqttPDNebyueLqR16QWKK433oXiPnHC0FsYDgTh4HXzdCAodrTnh8I/ HeiA== X-Gm-Message-State: AIkVDXJXUswWbdgxXoJ3mtqIcF7T7JawUgFr/AjMtopkgCfFUNrMC0mYVmKyudz3dsaFhAd2KCE= X-Received: by 10.202.231.146 with SMTP id e140mr2771230oih.215.1484102143173; Tue, 10 Jan 2017 18:35:43 -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 s34sm1800137ots.9.2017.01.10.18.35.41 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 10 Jan 2017 18:35:41 -0800 (PST) From: Bill Fischofer To: lng-odp@lists.linaro.org Date: Tue, 10 Jan 2017 20:35:38 -0600 Message-Id: <1484102138-26466-1-git-send-email-bill.fischofer@linaro.org> X-Mailer: git-send-email 2.5.0 Subject: [lng-odp] [API-NEXT PATCHv7 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.9.3 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 + + + + + + + + + + + + + + +