From patchwork Thu Mar 31 20:56:22 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bill Fischofer X-Patchwork-Id: 64811 Delivered-To: patch@linaro.org Received: by 10.112.199.169 with SMTP id jl9csp378345lbc; Thu, 31 Mar 2016 14:03:43 -0700 (PDT) X-Received: by 10.140.32.100 with SMTP id g91mr19712742qgg.47.1459457895891; Thu, 31 Mar 2016 13:58:15 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id v6si9242050qhv.74.2016.03.31.13.58.14; Thu, 31 Mar 2016 13:58:15 -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 82C1061B1C; Thu, 31 Mar 2016 20:58:14 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id 6B21761B1C; Thu, 31 Mar 2016 20:58:13 +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 C69CA61B1C; Thu, 31 Mar 2016 20:56:31 +0000 (UTC) Received: from mail-ob0-f175.google.com (mail-ob0-f175.google.com [209.85.214.175]) by lists.linaro.org (Postfix) with ESMTPS id 5F38A61A30 for ; Thu, 31 Mar 2016 20:56:31 +0000 (UTC) Received: by mail-ob0-f175.google.com with SMTP id m7so35924173obh.3 for ; Thu, 31 Mar 2016 13:56:31 -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=iJ0+sI814XJmzA3A2pRI4bBEPrAoZtzMbJRPGzFDBQc+4Ajuto20pXbMXowyLDHkaz r6s3jD9pHTRVjX0Jn4oYZnJbn2os0yYCeZTdVl7ETOv+WL96SFKsL4zLiucGxuOCb7P2 RLaFr6xYQA8hKgc3lbP62Qp+8h1BuVNR4XW8PIjGtjXeXogKGMbxyHp28e5SQDzyttJi 6ilvGA+hqV3i+Rh2qdijq0sLF40yy+LQa3JkOdKOZvizhi30mwO+i4fiqLhTuSn2L8Do wBjm16ugLZeQGG6nqjw902J2aOYmmF+ce9UkhgsEPoiF3Kq6mZl8OKRTAzRPK62g0Niu pysQ== X-Gm-Message-State: AD7BkJKJeme0G5hqRJYndYNQFswTNhrijsjrvn8lxQsP12JWMnx0XTFcGpwqWTkOWVdCeGgvJiM= X-Received: by 10.60.39.194 with SMTP id r2mr681762oek.69.1459457790725; Thu, 31 Mar 2016 13:56: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 j143sm3189986oih.24.2016.03.31.13.56.26 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 31 Mar 2016 13:56:29 -0700 (PDT) From: Bill Fischofer To: lng-odp@lists.linaro.org Date: Thu, 31 Mar 2016 15:56:22 -0500 Message-Id: <1459457784-11003-1-git-send-email-bill.fischofer@linaro.org> X-Mailer: git-send-email 2.5.0 X-Topics: patch Subject: [lng-odp] [API-NEXT PATCHv2 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 @@ - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +