From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf0-f196.google.com (mail-pf0-f196.google.com [209.85.192.196]) by dpdk.org (Postfix) with ESMTP id 11ABF325C for ; Fri, 1 Dec 2017 19:29:11 +0100 (CET) Received: by mail-pf0-f196.google.com with SMTP id v26so4995709pfl.7 for ; Fri, 01 Dec 2017 10:29:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cavium-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=pMh2FYTYRN4yJrck5wHW9xwywQK0TBdeEN5F6X8wubo=; b=Fw9MsWrZlufy6gfUTSUjDx5k6KJtSeNT017u92YbMo3wXlMUhHyodPzL3ITUcdN6xW I/YjBccHoypKvTwRtkw0em6NvnnVEwBN3a4nqCV/UKWRVjYwygCRbJBsQxcyai60Ac1k cu+p9xduWDcV+ZAAeU9Kqd3/N92h918pSt7QJypCnma/hY/6sm/7E++h93DEWACtb9Ja xd6uEbcm9Nth1Rr9agTVIfvgaXrKUJgr5bvIEEGdUNQHTZDPTq7Kn8FUR7pZ6pd6UBLn NzLlTLx2UAY+KEAl9wLa5uG+9SBQSXuGJ+T09z2X4vHjMu9kAa3+M3Aotv8xrpRT27Nr gKSw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=pMh2FYTYRN4yJrck5wHW9xwywQK0TBdeEN5F6X8wubo=; b=Zt9mMj1apiRWoU9RNjWXUpsp3kym8lJFVPwP+AsZ6P/YY8bfCBeQVZNxjkuEFc1U4g 4PRHZD44qniwhVFf4Dm3b6cdJTfR7r4WRbuvECS0vCI006YtSKXToqan0XbaJ1PyVVLy A3PInL7Fbaa6H8GEEB7IKauIZtrPqrxErv2c10By3yIyt6jWJEIOlM+upS3iy4zarvF9 mOb0e4WyWBaKAlsHiBJKU8zBKTa1ysacMFRkkBiR488bM8VQKwgjYKJ2UYuzaXMdiwT2 333OfiPie8SrO0aYW2SGLgk+0/QQeh6hcATP2pdm/arrSBhBjVinksXZAhIKNH19bAZd f/yw== X-Gm-Message-State: AJaThX6a/Ix0e7choIzG4FwJuWbmdg5aBBuukE6mmonejfA7yiYCcdJZ BvD4MDHwPIcCDA+rj0TLK+SPLp7D X-Google-Smtp-Source: AGs4zMapTukete38NOqBe4npL5apVx2dhSM1m6o+jQ02yIxxllJ1G0RTZTOauO58QkGVZbEt2favCA== X-Received: by 10.101.100.65 with SMTP id s1mr6745001pgv.185.1512152950672; Fri, 01 Dec 2017 10:29:10 -0800 (PST) Received: from localhost.localdomain (c-73-41-93-56.hsd1.ca.comcast.net. [73.41.93.56]) by smtp.gmail.com with ESMTPSA id z2sm11703931pfh.39.2017.12.01.10.29.08 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 01 Dec 2017 10:29:08 -0800 (PST) From: Roy Franz X-Google-Original-From: Roy Franz To: dev@dpdk.org Cc: Roy Franz Date: Fri, 1 Dec 2017 10:26:40 -0800 Message-Id: <20171201182640.21885-2-roy.franz@cavium.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20171201182640.21885-1-roy.franz@cavium.com> References: <20171201182640.21885-1-roy.franz@cavium.com> Subject: [dpdk-dev] [PATCH 2/2] doc: Fix typo X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2017 18:29:12 -0000 Fix trivial typo (an -> and) in description of service core masks. Signed-off-by: Roy Franz --- doc/guides/prog_guide/service_cores.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/prog_guide/service_cores.rst b/doc/guides/prog_guide/service_cores.rst index 3a029ba9c..5a8d8941a 100644 --- a/doc/guides/prog_guide/service_cores.rst +++ b/doc/guides/prog_guide/service_cores.rst @@ -55,7 +55,7 @@ Service Core Initialization There are two methods to having service cores in a DPDK application, either by using the service coremask, or by dynamically adding cores using the API. The simpler of the two is to pass the `-s` coremask argument to EAL, which will -take any cores available in the main DPDK coremask, an if the bits are also set +take any cores available in the main DPDK coremask, and if the bits are also set in the service coremask the cores become service-cores instead of DPDK application lcores. -- 2.11.0