From patchwork Sun Apr 3 20:21:26 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bill Fischofer X-Patchwork-Id: 64946 Delivered-To: patch@linaro.org Received: by 10.112.199.169 with SMTP id jl9csp856385lbc; Sun, 3 Apr 2016 13:31:14 -0700 (PDT) X-Received: by 10.140.157.16 with SMTP id d16mr26980588qhd.89.1459715003180; Sun, 03 Apr 2016 13:23:23 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id 76si19849513qhk.72.2016.04.03.13.23.22; Sun, 03 Apr 2016 13:23:23 -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 A7C2A617DD; Sun, 3 Apr 2016 20:23:21 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id 3F3B2616E4; Sun, 3 Apr 2016 20:23:21 +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 65700617A0; Sun, 3 Apr 2016 20:21:38 +0000 (UTC) Received: from mail-ob0-f179.google.com (mail-ob0-f179.google.com [209.85.214.179]) by lists.linaro.org (Postfix) with ESMTPS id F294D616C1 for ; Sun, 3 Apr 2016 20:21:37 +0000 (UTC) Received: by mail-ob0-f179.google.com with SMTP id bg3so20587777obb.1 for ; Sun, 03 Apr 2016 13:21:37 -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; bh=+yoRapcKYBJSuqkufCDkaeZZhutXRQwUiDSvKUsyDTI=; b=EOwyygowiL06eWwt8rv+J7lKD2hVicwleU3rdu+XA2wDS+TMgWkgvp97GRMDBAuXJf z7VtSAG3M+viGXk5R0XVGPq+83jl5jFAi1ZrQmdZEj5HKbL7VVFIOP0JFlBH9UtO5eE0 c3BUUPU5I+4lXGt25pZKTei/e22Fasg316gusRFIaOXqcgYFi1xCmvAJHScbfgf/539Y R5tpztPZeOoupNNylUE9ZH/Wxi+ofc3W3uB+kl2CwJtKLY2JDRrhDFNb7jdV7m1iZbiz rX3gMXtVEuXHg5wbH1B16NiZxDxV6xlqs8HRUTkkeoGt8CHj0E5bVBvLMB1kxXQHSrAl l2NQ== X-Gm-Message-State: AD7BkJLsDZzDsbaq1/VpFq3EtQ5xY3fnA94zVPiCX77IUiWqLYZZPApGpz4yJXkfw4x7SZslblU= X-Received: by 10.60.59.226 with SMTP id c2mr9068227oer.40.1459714897411; Sun, 03 Apr 2016 13:21:37 -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 r53sm2014118ota.18.2016.04.03.13.21.30 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 03 Apr 2016 13:21:36 -0700 (PDT) From: Bill Fischofer To: lng-odp@lists.linaro.org Date: Sun, 3 Apr 2016 15:21:26 -0500 Message-Id: <1459714888-27193-1-git-send-email-bill.fischofer@linaro.org> X-Mailer: git-send-email 2.5.0 X-Topics: patch Subject: [lng-odp] [API-NEXT PATCHv3 1/3] doc: images: upgrade pktio images for latest modes 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" Upgrade PktIO images to reflect the additional configuration options supported by PktIOs as well as the addition of timeout receive processing. Signed-off-by: Bill Fischofer --- doc/images/pktin_direct_recv.svg | 2 +- doc/images/pktin_direct_tmo.svg | 107 +++++++++++++++++++++++++++++++++ doc/images/pktin_queue_recv.svg | 86 ++++++++++++++++++++++++++- doc/images/pktin_sched_cls.svg | 120 +++++++++++++++++++++++++++++++++++++- doc/images/pktin_sched_recv.svg | 82 +++++++++++++++++++++++++- doc/images/pktout_direct_send.svg | 55 ++++++++++++++++- doc/images/pktout_queue_send.svg | 55 ++++++++++++++++- 7 files changed, 491 insertions(+), 16 deletions(-) create mode 100644 doc/images/pktin_direct_tmo.svg diff --git a/doc/images/pktin_direct_recv.svg b/doc/images/pktin_direct_recv.svg index af495d7..2cfd82d 100644 --- a/doc/images/pktin_direct_recv.svg +++ b/doc/images/pktin_direct_recv.svg @@ -1,6 +1,6 @@ - + diff --git a/doc/images/pktin_direct_tmo.svg b/doc/images/pktin_direct_tmo.svg new file mode 100644 index 0000000..778a5d9 --- /dev/null +++ b/doc/images/pktin_direct_tmo.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/doc/images/pktin_queue_recv.svg b/doc/images/pktin_queue_recv.svg index d31715e..d10d673 100644 --- a/doc/images/pktin_queue_recv.svg +++ b/doc/images/pktin_queue_recv.svg @@ -1,4 +1,84 @@ - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/doc/images/pktin_sched_cls.svg b/doc/images/pktin_sched_cls.svg index c35dd55..4702529 100644 --- a/doc/images/pktin_sched_cls.svg +++ b/doc/images/pktin_sched_cls.svg @@ -1,4 +1,118 @@ - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/doc/images/pktin_sched_recv.svg b/doc/images/pktin_sched_recv.svg index 4736e2f..e0f4cd9 100644 --- a/doc/images/pktin_sched_recv.svg +++ b/doc/images/pktin_sched_recv.svg @@ -1,4 +1,80 @@ - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/doc/images/pktout_direct_send.svg b/doc/images/pktout_direct_send.svg index d4e68b3..e75ea9b 100644 --- a/doc/images/pktout_direct_send.svg +++ b/doc/images/pktout_direct_send.svg @@ -1,4 +1,53 @@ - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/doc/images/pktout_queue_send.svg b/doc/images/pktout_queue_send.svg index bf9c5ee..dec1620 100644 --- a/doc/images/pktout_queue_send.svg +++ b/doc/images/pktout_queue_send.svg @@ -1,4 +1,53 @@ - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +