From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id B8199A04B5 for ; Wed, 9 Sep 2020 23:39:45 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 835B91B9B7; 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 718F41B9B7 for ; Wed, 9 Sep 2020 23:39:44 +0200 (CEST) Received: by mail-ej1-f68.google.com with SMTP id nw23so5695996ejb.4 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=SOPXCkW3nbj6Ug7yE14m956HpHZraxeoggUafrnSd+jE543KJAZ4hLjqdPHaZwcxlg Ac+ANUZ1eUkWlNtP+EKpHUt+aaL1gX2fN3BKrMdXrCQ1Qqe9juxNxQwNfspm+MWDB36E 8nwE53+3Zje+8vVkM4ap/6q7Vxh3j3SQ0inScYQbrSdptNquc804Vg/qvSCOZm7MIPVT dmbOnt1j4RUWdFCWEWiYMfjKOZ8sXqjNS0QipOAtwB6ok7w7YJCNaiJIQoG41DMJ29Rm v58FSSmihLhc2m/VQKkG+ae0tosugJvAPDBvUlYhbvVMvTiAmZ+uZ0crBHAD1MQUaqYd UrAQ== X-Gm-Message-State: AOAM532fZDUigEPEwLGQuiVP4VDwxBalSzBP5NhgiRSE31xYScilyAj0 HCK2PJ5DnicmYEyBqNptZS7AMQ== 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 Content-Transfer-Encoding: 8bit Subject: [dpdk-stable] [PATCH] doc: removed typing mistake X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" 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(). -- 2.25.1