From patchwork Tue Mar 8 08:38:07 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bill Fischofer X-Patchwork-Id: 63657 Delivered-To: patch@linaro.org Received: by 10.112.199.169 with SMTP id jl9csp1903734lbc; Tue, 8 Mar 2016 00:46:47 -0800 (PST) X-Received: by 10.107.186.138 with SMTP id k132mr8023782iof.173.1457426388296; Tue, 08 Mar 2016 00:39:48 -0800 (PST) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id j22si3272177ioi.27.2016.03.08.00.39.46; Tue, 08 Mar 2016 00:39:48 -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 Received: by lists.linaro.org (Postfix, from userid 109) id E449F62F9D; Tue, 8 Mar 2016 08:39:45 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id 7B84B6179F; Tue, 8 Mar 2016 08:39: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 CAA3C62F95; Tue, 8 Mar 2016 08:38:21 +0000 (UTC) Received: from mail-pa0-f41.google.com (mail-pa0-f41.google.com [209.85.220.41]) by lists.linaro.org (Postfix) with ESMTPS id 274A461786 for ; Tue, 8 Mar 2016 08:38:21 +0000 (UTC) Received: by mail-pa0-f41.google.com with SMTP id bj10so7936735pad.2 for ; Tue, 08 Mar 2016 00:38:21 -0800 (PST) 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=NUVJAYh7wV5sEfvukBEjZd7/TE2m/uehqCORBQ61lgU=; b=C+lzNzaCGOCj4n/J9ymLcRUhbSfXj3MGWZ2wgYl2nT80bPG3jE4ptQr1d9U9YuAirF 30evWv3Jl747uTKXcsyMBVBhmIwwL3GhUcxGLEHM98Sv+IWnEwWKzeZJn4a3zS3rF0MO NVWLFzATcFTVptG6r5X+l/eXIpC95P4i0xgOLoxhkbF/GPXUzgXjgns3Y3dcsbLUfEJt kuVT+Afo1kYy2PkxwxgSvqNBdfQTP0xSM060whVf5+OddcamDzhCnlGz+YkWOXQ609Zg zT3sNErbz41M+/pA64jnqICTLIEhlFYSUv36bwOGYoj57VpcI9tBsKs9FP3JGCP37/vQ FfFw== X-Gm-Message-State: AD7BkJIFWjIRcLwR+cX4Yde1FzcNNyt4vyCLNroNuqp0aAvfpIeGWx5RE0mNzzaX55ddpp5HSH0= X-Received: by 10.66.121.97 with SMTP id lj1mr39813950pab.51.1457426300448; Tue, 08 Mar 2016 00:38:20 -0800 (PST) Received: from Ubuntu15.localdomain (110-170-137-3.static.asianet.co.th. [110.170.137.3]) by smtp.gmail.com with ESMTPSA id lq10sm2994498pab.36.2016.03.08.00.38.13 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 08 Mar 2016 00:38:19 -0800 (PST) From: Bill Fischofer To: lng-odp@lists.linaro.org Date: Tue, 8 Mar 2016 15:38:07 +0700 Message-Id: <1457426288-28538-2-git-send-email-bill.fischofer@linaro.org> X-Mailer: git-send-email 2.5.0 In-Reply-To: <1457426288-28538-1-git-send-email-bill.fischofer@linaro.org> References: <1457426288-28538-1-git-send-email-bill.fischofer@linaro.org> X-Topics: patch Subject: [lng-odp] [API-NEXT PATCH4 2/3] doc: images: add additional svg images used for PktIO chapter 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 Reviewed-by: Christophe Milard --- doc/images/pktin_direct_recv.svg | 69 +++++++++++++++++++++++++++++++++++++++ doc/images/pktin_queue_recv.svg | 4 +++ doc/images/pktin_sched_cls.svg | 4 +++ doc/images/pktin_sched_recv.svg | 4 +++ doc/images/pktout_direct_send.svg | 4 +++ doc/images/pktout_queue_send.svg | 4 +++ 6 files changed, 89 insertions(+) create mode 100644 doc/images/pktin_direct_recv.svg create mode 100644 doc/images/pktin_queue_recv.svg create mode 100644 doc/images/pktin_sched_cls.svg create mode 100644 doc/images/pktin_sched_recv.svg create mode 100644 doc/images/pktout_direct_send.svg create mode 100644 doc/images/pktout_queue_send.svg diff --git a/doc/images/pktin_direct_recv.svg b/doc/images/pktin_direct_recv.svg new file mode 100644 index 0000000..af495d7 --- /dev/null +++ b/doc/images/pktin_direct_recv.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/doc/images/pktin_queue_recv.svg b/doc/images/pktin_queue_recv.svg new file mode 100644 index 0000000..d31715e --- /dev/null +++ b/doc/images/pktin_queue_recv.svg @@ -0,0 +1,4 @@ + + + + diff --git a/doc/images/pktin_sched_cls.svg b/doc/images/pktin_sched_cls.svg new file mode 100644 index 0000000..c35dd55 --- /dev/null +++ b/doc/images/pktin_sched_cls.svg @@ -0,0 +1,4 @@ + + + + diff --git a/doc/images/pktin_sched_recv.svg b/doc/images/pktin_sched_recv.svg new file mode 100644 index 0000000..4736e2f --- /dev/null +++ b/doc/images/pktin_sched_recv.svg @@ -0,0 +1,4 @@ + + + + diff --git a/doc/images/pktout_direct_send.svg b/doc/images/pktout_direct_send.svg new file mode 100644 index 0000000..d4e68b3 --- /dev/null +++ b/doc/images/pktout_direct_send.svg @@ -0,0 +1,4 @@ + + + + diff --git a/doc/images/pktout_queue_send.svg b/doc/images/pktout_queue_send.svg new file mode 100644 index 0000000..bf9c5ee --- /dev/null +++ b/doc/images/pktout_queue_send.svg @@ -0,0 +1,4 @@ + + + +