From patchwork Wed Sep 9 21:39:32 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Muhammad Bilal X-Patchwork-Id: 77092 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 16A1FA04B5; Wed, 9 Sep 2020 23:39:47 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A5FAE1C0AD; Wed, 9 Sep 2020 23:39:45 +0200 (CEST) Received: from mail-ej1-f68.google.com (mail-ej1-f68.google.com [209.85.218.68]) by dpdk.org (Postfix) with ESMTP id 74E431BE0C for ; Wed, 9 Sep 2020 23:39:44 +0200 (CEST) Received: by mail-ej1-f68.google.com with SMTP id i26so5640346ejb.12 for ; Wed, 09 Sep 2020 14:39:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=emumba-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=1nsCvlrqenOCGD3tYs63mkQ14x/e9Bv5suY7P9Tf7wY=; b=vVHWw2GEl1zn3rBtOlFN9twUiUzH98DbH+WCHiJe4sEQ0mOiBJ+EOz7fs1Fze+8egh R8pxpWaC7HecdCESVggwTQBgXGkc/aHGQMT5PD8g8bpTObSd+n/aEKpsRGvKfnR3R0ZV aKIF2UXywAheqswdWUXrVFkUHOmgsFqid5KGCUUghEtgpVgla9RHihrZeVKrAgAsfp1v vam8YsDpDGBqsAzjP8SSZ7ePyu+wmj40LQx48hfM2kF+gT6yihmx9QLGy6Eo9Xnpw1HP zFfloVuYDeR02FNjTQnH/fh0lX8VOh8DqVVNDiB12Z2CgML7eerzTgTc5tSJneQvy5SC DeyQ== 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:mime-version :content-transfer-encoding; bh=1nsCvlrqenOCGD3tYs63mkQ14x/e9Bv5suY7P9Tf7wY=; b=NsLYXHNBS9lXrgwy5d5GERcxAhmAZFlOxCfZfYZUuOq0yn7uHbgWa8gLzuccN6iwAE CT3A2wGZAcc8Vgwj3RMnURDasfMsdc/tuumjQTicfAY2ztCk4Blt9afqrbb8gn0K6EL5 VpD0IAxjgPiyvAGHkVFY0TeODt4SgaIUih5irKdR3T0epN89fF6lEtA2Hm8WK17DHxLS LbOhwvjuCLBcPgiA45MBKi8iouoXBJBvKxtAz/2brW+m3aDf07njc5RraBfZxzLMoJil wPU0SHbh+VLAplUU7eUtmNKUgZoz79bEBGuZpRMltCQO/uTEJqqJ892D1kAVL7qjk5vC ZwsA== X-Gm-Message-State: AOAM5335QwCfh2BVmHJo4125vVMNKdEGa1pD8TqYIKAf1IUWV5/ev5bS SAG4XtT90+XtGCru6nNVdFW/kA== X-Google-Smtp-Source: ABdhPJzwSp3w7CYv/bD0oxGN6UzfAMXu3r/7UW1Htk8gaROrnx9tuL8mGJYEHZ4VqUpUfwgE62uB8w== X-Received: by 2002:a17:906:3e0c:: with SMTP id k12mr5535643eji.189.1599687583940; Wed, 09 Sep 2020 14:39:43 -0700 (PDT) Received: from localhost.localdomain ([103.255.7.3]) by smtp.gmail.com with ESMTPSA id ot19sm3589538ejb.121.2020.09.09.14.39.41 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 09 Sep 2020 14:39:43 -0700 (PDT) From: Muhammad Bilal To: ferruh.yigit@intel.com, bernard.iremonger@intel.com Cc: dev@dpdk.org, stable@dpdk.org, Muhammad Bilal Date: Thu, 10 Sep 2020 02:39:32 +0500 Message-Id: <20200909213932.12480-1-m.bilal@emumba.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH] doc: removed typing mistake 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Here I have removed 'that' from the sentence to make it grammatically correct, as it seems to be a typing mistake Fixes: d0dff9ba445e ("doc: sample application user guide") Cc: bernard.iremonger@intel.com Signed-off-by: Muhammad Bilal --- doc/guides/prog_guide/multi_proc_support.rst | 2 +- doc/guides/sample_app_ug/multi_process.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guides/prog_guide/multi_proc_support.rst b/doc/guides/prog_guide/multi_proc_support.rst index a84083b96..a0d71a81a 100644 --- a/doc/guides/prog_guide/multi_proc_support.rst +++ b/doc/guides/prog_guide/multi_proc_support.rst @@ -136,7 +136,7 @@ can use). Running Multiple Independent Groups of DPDK Applications ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -In the same way that it is possible to run independent DPDK applications side- by-side on a single system, +In the same way, it is possible to run independent DPDK applications side- by-side on a single system, this can be trivially extended to multi-process groups of DPDK applications running side-by-side. In this case, the secondary processes must use the same ``--file-prefix`` parameter as the primary process whose shared memory they are connecting to. diff --git a/doc/guides/sample_app_ug/multi_process.rst b/doc/guides/sample_app_ug/multi_process.rst index f2a79a639..87c703b83 100644 --- a/doc/guides/sample_app_ug/multi_process.rst +++ b/doc/guides/sample_app_ug/multi_process.rst @@ -302,7 +302,7 @@ One additional enhancement in this sample application is that the server process This eliminates the need for the client processes to have the portmask parameter passed into them on the command line, as is done for the symmetric multi-process application, and therefore eliminates mismatched parameters as a potential source of errors. -In the same way that the server process is designed to be run as a primary process instance only, +In the same way, the server process is designed to be run as a primary process instance only, the client processes are designed to be run as secondary instances only. They have no code to attempt to create shared memory objects. Instead, handles to all needed rings and memory pools are obtained via calls to rte_ring_lookup() and rte_mempool_lookup().