From patchwork Mon Feb 22 17:02:57 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christophe Milard X-Patchwork-Id: 62609 Delivered-To: patch@linaro.org Received: by 10.112.43.199 with SMTP id y7csp1325609lbl; Mon, 22 Feb 2016 08:05:57 -0800 (PST) X-Received: by 10.50.64.178 with SMTP id p18mr3891528igs.57.1456157157450; Mon, 22 Feb 2016 08:05:57 -0800 (PST) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id ro9si33768600igb.34.2016.02.22.08.05.57; Mon, 22 Feb 2016 08:05:57 -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 C5EA8617E9; Mon, 22 Feb 2016 16:05:56 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ip-10-142-244-252 X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, URIBL_BLOCKED autolearn=disabled version=3.4.0 Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id B030D61818; Mon, 22 Feb 2016 16:04:27 +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 84059617E8; Mon, 22 Feb 2016 16:04:05 +0000 (UTC) Received: from mail-lf0-f42.google.com (mail-lf0-f42.google.com [209.85.215.42]) by lists.linaro.org (Postfix) with ESMTPS id B8CE3617C8 for ; Mon, 22 Feb 2016 16:04:02 +0000 (UTC) Received: by mail-lf0-f42.google.com with SMTP id 78so96609852lfy.3 for ; Mon, 22 Feb 2016 08:04:02 -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=RuIkA2AfwZWg2qVhjzexU/OPQ/c+qhD+WyjAlZVXhX4=; b=Soi+EeiE7Olq7ni/9U7ajMxcUDIH7yd+F4jVd51MmKhv5VeptnOtrM9lpEoPukSv++ YdW7KYXl5MCNce2zcFDHBH9zczpcj+eK0Fjoh2MMBbVeqnr+BDglX/40PaoPRSL3TUdl jRhoBlDdd212MCXC9Y5yYah0Gb+9MuDYtjpi9KsnpqgzSxZ36BrYox5R873zzDuynAnB fNTayXFEe7vwTuhd5+muRwrtg6JcnVPcYee5JLvyluysUivdf3BCLAKodOMhrQE7PmEg mbjL9nmkMEicqT3hWeaKjdnktEseIFurqKO1bzUZwubR2PM7NHIxA0Tk2Z6TtljrZpM6 xQgg== X-Gm-Message-State: AG10YORc6PlPUeZ4PSfKi5gS5LNjjfhv+IoAmwPQlCsao/5A4iKumjwsRKEK51PZUFKee9utkNY= X-Received: by 10.25.168.67 with SMTP id r64mr8599146lfe.104.1456157041631; Mon, 22 Feb 2016 08:04:01 -0800 (PST) Received: from erachmi-ericsson.ki.sw.ericsson.se (c-83-233-90-46.cust.bredband2.com. [83.233.90.46]) by smtp.gmail.com with ESMTPSA id f184sm3470959lfe.6.2016.02.22.08.04.00 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 22 Feb 2016 08:04:00 -0800 (PST) From: Christophe Milard To: mike.holmes@linaro.org, bill.fischofer@linaro.org, petri.savolainen@linaro.org Date: Mon, 22 Feb 2016 18:02:57 +0100 Message-Id: <1456160578-8312-4-git-send-email-christophe.milard@linaro.org> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1456160578-8312-1-git-send-email-christophe.milard@linaro.org> References: <1456160578-8312-1-git-send-email-christophe.milard@linaro.org> X-Topics: patch Cc: lng-odp@lists.linaro.org Subject: [lng-odp] [PATCHv3 3/4] doc: user-guide: fixing other typos 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: Christophe Milard Reviewed-and-tested-by: Bill Fischofer --- doc/users-guide/users-guide.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/users-guide/users-guide.adoc b/doc/users-guide/users-guide.adoc index 494c8ab..8cd82fa 100644 --- a/doc/users-guide/users-guide.adoc +++ b/doc/users-guide/users-guide.adoc @@ -694,8 +694,8 @@ odp_event_t ev = odp_queue_deq(poll_q1); int rc = odp_queue_enq(poll_q2, ev); ---- -The key distinction is that dequeueing events from POLL queues is an -application responsibility while dequeueing events from SCHED queues is the +The key distinction is that dequeuing events from POLL queues is an +application responsibility while dequeuing events from SCHED queues is the responsibility of the ODP scheduler. .Operations on SCHED queues @@ -721,7 +721,7 @@ while (1) { } ---- -With scheduled queues, events are sent to a queue, and the the sender chooses +With scheduled queues, events are sent to a queue, and the sender chooses a queue based on the service it needs. The sender does not need to know which ODP thread (on which core) or hardware accelerator will process the event, but all the events on a queue are eventually scheduled and processed. @@ -804,7 +804,7 @@ atomic queues may impair scaling. === Ordered Queues Ordered queues provide the best of both worlds by providing the inherent -scaleabilty of parallel queues, with the easy synchronization of atomic +scalability of parallel queues, with the easy synchronization of atomic queues. .Ordered Queue Scheduling