From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roy Franz Subject: [PATCH 2/2] doc: Fix typo Date: Fri, 1 Dec 2017 10:26:40 -0800 Message-ID: <20171201182640.21885-2-roy.franz@cavium.com> References: <20171201182640.21885-1-roy.franz@cavium.com> Cc: Roy Franz To: dev@dpdk.org 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) In-Reply-To: <20171201182640.21885-1-roy.franz@cavium.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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