From patchwork Mon Mar 28 00:08:14 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bill Fischofer X-Patchwork-Id: 64512 Delivered-To: patch@linaro.org Received: by 10.112.199.169 with SMTP id jl9csp1189099lbc; Sun, 27 Mar 2016 17:16:13 -0700 (PDT) X-Received: by 10.50.72.107 with SMTP id c11mr6919140igv.85.1459123779567; Sun, 27 Mar 2016 17:09:39 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id j42si2659260ioi.203.2016.03.27.17.09.38; Sun, 27 Mar 2016 17:09:39 -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 Received: by lists.linaro.org (Postfix, from userid 109) id CF5DD61773; Mon, 28 Mar 2016 00:09:37 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id 72F26616AD; Mon, 28 Mar 2016 00:09:37 +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 18ADF616B0; Mon, 28 Mar 2016 00:08:22 +0000 (UTC) Received: from mail-ob0-f169.google.com (mail-ob0-f169.google.com [209.85.214.169]) by lists.linaro.org (Postfix) with ESMTPS id AACD061698 for ; Mon, 28 Mar 2016 00:08:21 +0000 (UTC) Received: by mail-ob0-f169.google.com with SMTP id m7so88958291obh.3 for ; Sun, 27 Mar 2016 17:08:21 -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=4VFS5+qfEFKCos5Kw3NR0wtzwwgxe94fylP7SGnp0LQ=; b=Cd/mGO+5aZMMXzEAeiOmnKhluij9xh6uxq6d9Eu6n/GKgNzKl1wLJw8AAW+bPsxlNi NpOf2yFq4WsI4lp3wtpOlgk+H2Ldumk8QrQDIyePdalYSGVX5fReKYiam7xGHj4jcMG/ dQV7BFITsUJ+FTGB9N0ayqwy6/kMiTAjB6BhkliFWCzezdz7F6lileM9Iy3vBsEpaEF2 rf1/MjEb1T9YRav0EZeipJ/tynpKs03Oe2QqkdadMXSgLle3Fq6LGTuLLUG0y9/sRKgd iaYhq7xolwKpHenFahm+nMc+y+9zFHTXopzp4dFs5Io3jp/Nic8YqrH3iA+ozCsySpX3 PuLg== X-Gm-Message-State: AD7BkJJXl8S2V4VWtSA5GxJhf510/AzmNaBDXdBcUCFj/SBavVhN/2Ndfi8AwINvRssySYj0vRg= X-Received: by 10.182.107.137 with SMTP id hc9mr10559449obb.74.1459123701096; Sun, 27 Mar 2016 17:08:21 -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 i10sm6807702oer.5.2016.03.27.17.08.18 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 27 Mar 2016 17:08:19 -0700 (PDT) From: Bill Fischofer To: lng-odp@lists.linaro.org Date: Sun, 27 Mar 2016 19:08:14 -0500 Message-Id: <1459123696-24452-1-git-send-email-bill.fischofer@linaro.org> X-Mailer: git-send-email 2.5.0 X-Topics: patch Subject: [lng-odp] [API-NEXT PATCH 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_tmo.svg | 4 ++++ doc/images/pktin_queue_recv.svg | 2 +- doc/images/pktin_sched_cls.svg | 2 +- doc/images/pktin_sched_recv.svg | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 doc/images/pktin_direct_tmo.svg diff --git a/doc/images/pktin_direct_tmo.svg b/doc/images/pktin_direct_tmo.svg new file mode 100644 index 0000000..2aa7942 --- /dev/null +++ b/doc/images/pktin_direct_tmo.svg @@ -0,0 +1,4 @@ + + + + diff --git a/doc/images/pktin_queue_recv.svg b/doc/images/pktin_queue_recv.svg index d31715e..1d0d94e 100644 --- a/doc/images/pktin_queue_recv.svg +++ b/doc/images/pktin_queue_recv.svg @@ -1,4 +1,4 @@ - + diff --git a/doc/images/pktin_sched_cls.svg b/doc/images/pktin_sched_cls.svg index c35dd55..959b581 100644 --- a/doc/images/pktin_sched_cls.svg +++ b/doc/images/pktin_sched_cls.svg @@ -1,4 +1,4 @@ - + diff --git a/doc/images/pktin_sched_recv.svg b/doc/images/pktin_sched_recv.svg index 4736e2f..14494dd 100644 --- a/doc/images/pktin_sched_recv.svg +++ b/doc/images/pktin_sched_recv.svg @@ -1,4 +1,4 @@ - +