From patchwork Tue May 3 20:41:11 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bill Fischofer X-Patchwork-Id: 67101 Delivered-To: patch@linaro.org Received: by 10.140.92.199 with SMTP id b65csp797430qge; Tue, 3 May 2016 13:44:06 -0700 (PDT) X-Received: by 10.107.59.85 with SMTP id i82mr5479790ioa.108.1462308246271; Tue, 03 May 2016 13:44:06 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id 202si664968iti.49.2016.05.03.13.44.04; Tue, 03 May 2016 13:44:06 -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 B504D610B9; Tue, 3 May 2016 20:44:04 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id 5410F61094; Tue, 3 May 2016 20:44:04 +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 DC3F3615BD; Tue, 3 May 2016 20:41:39 +0000 (UTC) Received: from mail-oi0-f48.google.com (mail-oi0-f48.google.com [209.85.218.48]) by lists.linaro.org (Postfix) with ESMTPS id 78483610B1 for ; Tue, 3 May 2016 20:41:39 +0000 (UTC) Received: by mail-oi0-f48.google.com with SMTP id x201so41672526oif.3 for ; Tue, 03 May 2016 13:41:39 -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=IshuNbIQ2EGbF55J1qEmlwwVy/nnz4B5dFcAooD/iZY=; b=e7cTbnAA1SESa3n+/VfemwtB/4qO+6s23lGW2lhn3aFtWPM866BWSU3IwRyu2bgtuO BmCxHLEY7sMiT89OM7IHmYvdWx92xGzqEOimRPNEmKPDtkNThF7MApXNh6dvirmd/23G Q+hWTa/zNQdUupa8E8nhXrTs2A07OlrHr3WYRCar70BH1LFuBVRba4Yla10xGgUP+mLh pEEOUU8paK8SHHVs7oxGPDP1RHzeWonCckP3EIX5sLVnB3MP8AKdv1iNfrgkDWWBe8PW zCmeD7R5fYV9JsEte2MWw4FVOxJUcTPfLquoy8Jv95R6A8idjEhPR5egWwYm4j0mpl/6 jbhg== X-Gm-Message-State: AOPr4FUN9ZZjj7ju31CNtEs8jRppbt1kF3XfqahKLGSs8ATW1AiKKsPpL8igz6Hbp8vtbkjLfAU= X-Received: by 10.202.191.2 with SMTP id p2mr2135349oif.3.1462308090188; Tue, 03 May 2016 13:41:30 -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 u41sm92107otd.37.2016.05.03.13.41.28 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 03 May 2016 13:41:29 -0700 (PDT) From: Bill Fischofer To: lng-odp@lists.linaro.org Date: Tue, 3 May 2016 15:41:11 -0500 Message-Id: <1462308072-31150-5-git-send-email-bill.fischofer@linaro.org> X-Mailer: git-send-email 2.5.0 In-Reply-To: <1462308072-31150-1-git-send-email-bill.fischofer@linaro.org> References: <1462308072-31150-1-git-send-email-bill.fischofer@linaro.org> X-Topics: patch Subject: [lng-odp] [PATCHv3 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 | 55 +++++++++++++++++++++++++ doc/images/packet-align.svg | 95 +++++++++++++++++++++++++++++++++++++++++++ doc/images/packet-copyops.svg | 94 ++++++++++++++++++++++++++++++++++++++++++ doc/images/packet-remdata.svg | 54 ++++++++++++++++++++++++ doc/images/packet-split.svg | 69 +++++++++++++++++++++++++++++++ doc/users-guide/Makefile.am | 5 +++ 6 files changed, 372 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..19c65ce --- /dev/null +++ b/doc/images/packet-adddata.svg @@ -0,0 +1,55 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/doc/images/packet-align.svg b/doc/images/packet-align.svg new file mode 100644 index 0000000..705cd34 --- /dev/null +++ b/doc/images/packet-align.svg @@ -0,0 +1,95 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/doc/images/packet-copyops.svg b/doc/images/packet-copyops.svg new file mode 100644 index 0000000..f4ccef2 --- /dev/null +++ b/doc/images/packet-copyops.svg @@ -0,0 +1,94 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/doc/images/packet-remdata.svg b/doc/images/packet-remdata.svg new file mode 100644 index 0000000..f1d9772 --- /dev/null +++ b/doc/images/packet-remdata.svg @@ -0,0 +1,54 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/doc/images/packet-split.svg b/doc/images/packet-split.svg new file mode 100644 index 0000000..f44e902 --- /dev/null +++ b/doc/images/packet-split.svg @@ -0,0 +1,69 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 \