From patchwork Thu Jan 5 14:55:56 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bill Fischofer X-Patchwork-Id: 90032 Delivered-To: patch@linaro.org Received: by 10.140.20.101 with SMTP id 92csp9005692qgi; Thu, 5 Jan 2017 06:57:46 -0800 (PST) X-Received: by 10.55.70.76 with SMTP id t73mr68761847qka.195.1483628266700; Thu, 05 Jan 2017 06:57:46 -0800 (PST) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id v199si37941878qkb.327.2017.01.05.06.57.46; Thu, 05 Jan 2017 06:57:46 -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 16DF860CEB; Thu, 5 Jan 2017 14:57:45 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id 89C56609D0; Thu, 5 Jan 2017 14:57:45 +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 B81D660BE6; Thu, 5 Jan 2017 14:56:05 +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 5288F609B6 for ; Thu, 5 Jan 2017 14:56:05 +0000 (UTC) Received: by mail-oi0-f52.google.com with SMTP id b126so582486060oia.2 for ; Thu, 05 Jan 2017 06:56:05 -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=GkahcN5s2j+96siue3QHIn66bCaOHtXP7+vVd9AnzwOEAN2oXVoE3S03hupE6tAOEE 2fGyjF//vn4novv+pEaxnrtwG/bDWh9Dgf9THpiGyIObsl5bLWs03n3tHoEV9JVE/z1j dPdXKe4uYcS28yUKpsPS20DayT87XTjKLBAEYm4N5bAYGfRrPKXfEdK1dZCZ2TWrvv9D Duhuj7ACadDdtQriXynfuwNp+ZoZt0IqZ93oS2aWEWFDxvwO1huLndWUCJ7lw9D8YMNs fsnBsO+KbufR2pGepJGSbZ0Li6rzoXl1T3w/NAdR438gZEv6Nh3w9osJVojhZRFefI4Z T2fg== X-Gm-Message-State: AIkVDXKWSq1+V2dpf++jIEpUKabHIDR7FF2BVy9/guyZuABtA1hfHHJadll5tf0kmMVXk0oPW6g= X-Received: by 10.157.32.6 with SMTP id n6mr33201226ota.106.1483628164203; Thu, 05 Jan 2017 06:56:04 -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 w65sm35472569oiw.10.2017.01.05.06.56.02 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 05 Jan 2017 06:56:03 -0800 (PST) From: Bill Fischofer To: lng-odp@lists.linaro.org Date: Thu, 5 Jan 2017 08:55:56 -0600 Message-Id: <1483628157-25585-4-git-send-email-bill.fischofer@linaro.org> X-Mailer: git-send-email 2.5.0 In-Reply-To: <1483628157-25585-1-git-send-email-bill.fischofer@linaro.org> References: <1483628157-25585-1-git-send-email-bill.fischofer@linaro.org> Subject: [lng-odp] [API-NEXT PATCHv6 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 + + + + + + + + + + + + + + +