From patchwork Sun May 1 21:23:46 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bill Fischofer X-Patchwork-Id: 66996 Delivered-To: patch@linaro.org Received: by 10.140.93.198 with SMTP id d64csp784748qge; Sun, 1 May 2016 14:50:32 -0700 (PDT) X-Received: by 10.50.112.42 with SMTP id in10mr4670640igb.67.1462138990467; Sun, 01 May 2016 14:43:10 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id w9si9703270igf.14.2016.05.01.14.43.09; Sun, 01 May 2016 14:43:10 -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 3023D615B2; Sun, 1 May 2016 21:43:09 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id 599E1615AE; Sun, 1 May 2016 21:43:08 +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 C9ACC615F7; Sun, 1 May 2016 21:36:21 +0000 (UTC) Received: from mail-oi0-f54.google.com (mail-oi0-f54.google.com [209.85.218.54]) by lists.linaro.org (Postfix) with ESMTPS id 37C8B615D4 for ; Sun, 1 May 2016 21:29:27 +0000 (UTC) Received: by mail-oi0-f54.google.com with SMTP id x201so171830656oif.3 for ; Sun, 01 May 2016 14:29:27 -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:in-reply-to :references; bh=XFq4OasK7U620ACe43YZDdoJNuO9w8FME0yCiGTe3bQ=; b=Wxj4UsX20K+YMEXcGznBRdZuhXMWnauxC6lGXxso4U3ve5WSfkcpYsZlMtYa0mrIlL 56vWB/9xmm7bLk2iSTaV8k5ImebYtkrc/axw6qAs5jSulyZYev7q5aycJzDpFNrYYClg ltY45Jf3rZBQCm+MpvV8004fUd7P2JG+HcbltOX2Hvb32klYkX/07AWL388ShF2B4xZ6 I1o/HtIUYdhHX28eJQIeULzLVCQ9cVcIFaUvnp+4WxXZbukxfZgR87w/PkbqqE8EGhbq XIon1cGDU1zXhcREdrWGvjYaoS5ihNAA52kJOw9Sl/kGW8F2u9XdrPxz7F4mcBYjVPAL uzTg== X-Gm-Message-State: AOPr4FUUWuFPh8aQnYWA+8ZrI+AbJR4RFs4Ghe402scYP0hO7Dc4xVQTrrORj4vyi2UghRrXFV4= X-Received: by 10.202.231.198 with SMTP id e189mr13657933oih.25.1462137835673; Sun, 01 May 2016 14:23:55 -0700 (PDT) Received: from Ubuntu15.localdomain (cpe-66-68-129-43.austin.res.rr.com. [66.68.129.43]) by smtp.gmail.com with ESMTPSA id u41sm7605123otd.37.2016.05.01.14.23.53 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 01 May 2016 14:23:54 -0700 (PDT) From: Bill Fischofer To: lng-odp@lists.linaro.org Date: Sun, 1 May 2016 16:23:46 -0500 Message-Id: <1462137827-26836-5-git-send-email-bill.fischofer@linaro.org> X-Mailer: git-send-email 2.5.0 In-Reply-To: <1462137827-26836-1-git-send-email-bill.fischofer@linaro.org> References: <1462137827-26836-1-git-send-email-bill.fischofer@linaro.org> X-Topics: patch Subject: [lng-odp] [API-NEXT PATCHv2 5/6] doc: userguide: add additional images for packet processing 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: , MIME-Version: 1.0 Errors-To: lng-odp-bounces@lists.linaro.org Sender: "lng-odp" Signed-off-by: Bill Fischofer --- doc/images/packet-adddata.svg | 47 +++++++++++++++++++++++ doc/images/packet-align.svg | 87 +++++++++++++++++++++++++++++++++++++++++++ doc/images/packet-copyops.svg | 86 ++++++++++++++++++++++++++++++++++++++++++ doc/images/packet-remdata.svg | 46 +++++++++++++++++++++++ doc/images/packet-split.svg | 61 ++++++++++++++++++++++++++++++ doc/users-guide/Makefile.am | 5 +++ 6 files changed, 332 insertions(+) create mode 100644 doc/images/packet-adddata.svg create mode 100644 doc/images/packet-align.svg create mode 100644 doc/images/packet-copyops.svg create mode 100644 doc/images/packet-remdata.svg create mode 100644 doc/images/packet-split.svg diff --git a/doc/images/packet-adddata.svg b/doc/images/packet-adddata.svg new file mode 100644 index 0000000..af0a63e --- /dev/null +++ b/doc/images/packet-adddata.svg @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/doc/images/packet-align.svg b/doc/images/packet-align.svg new file mode 100644 index 0000000..192abc3 --- /dev/null +++ b/doc/images/packet-align.svg @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/doc/images/packet-copyops.svg b/doc/images/packet-copyops.svg new file mode 100644 index 0000000..3faea8b --- /dev/null +++ b/doc/images/packet-copyops.svg @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/doc/images/packet-remdata.svg b/doc/images/packet-remdata.svg new file mode 100644 index 0000000..8ff257f --- /dev/null +++ b/doc/images/packet-remdata.svg @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/doc/images/packet-split.svg b/doc/images/packet-split.svg new file mode 100644 index 0000000..a1d955f --- /dev/null +++ b/doc/images/packet-split.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/doc/users-guide/Makefile.am b/doc/users-guide/Makefile.am index 98e468c..74caa96 100644 --- a/doc/users-guide/Makefile.am +++ b/doc/users-guide/Makefile.am @@ -14,6 +14,11 @@ IMAGES = $(top_srcdir)/doc/images/overview.svg \ $(top_srcdir)/doc/images/odp_scheduling.svg \ $(top_srcdir)/doc/images/odp_traffic_manager.svg \ $(top_srcdir)/doc/images/ordered_queue.svg \ + $(top_srcdir)/doc/images/packet-adddata.svg \ + $(top_srcdir)/doc/images/packet-align.svg \ + $(top_srcdir)/doc/images/packet-copyops.svg \ + $(top_srcdir)/doc/images/packet-remdata.svg \ + $(top_srcdir)/doc/images/packet-split.svg \ $(top_srcdir)/doc/images/packet.svg \ $(top_srcdir)/doc/images/parallel_queue.svg \ $(top_srcdir)/doc/images/pktin_direct_recv.svg \