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 203F4A052A for ; Thu, 26 Nov 2020 12:02:10 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DE152C93A; Thu, 26 Nov 2020 12:02:08 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by dpdk.org (Postfix) with ESMTP id BDE13C93A for ; Thu, 26 Nov 2020 12:02:06 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1606388525; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=z19/r5mHbcJc+2CU/xNcWqV6lKtvAq68JIX/Eq9abSo=; b=jHiZOQ2wS1Y75BXVqRWlKQgHyHLquIHR9I6D/3zSMKAllSGKEOKL00I9MtzKMQw3jefDEB wrXXvRmb80fFqEek658IB1ks7ce5LA17GXG5iE23M+Nx3TzNLxEt/wVQ3z27Ujrz/JdyaP AjRXLlhktz2ggjEsdmkEeiNPjjNQEkA= Received: from mail-vs1-f70.google.com (mail-vs1-f70.google.com [209.85.217.70]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-185-Clgz6I3hNXuzT_6yRvNTlw-1; Thu, 26 Nov 2020 06:02:03 -0500 X-MC-Unique: Clgz6I3hNXuzT_6yRvNTlw-1 Received: by mail-vs1-f70.google.com with SMTP id 1so174210vsj.21 for ; Thu, 26 Nov 2020 03:02:03 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=z19/r5mHbcJc+2CU/xNcWqV6lKtvAq68JIX/Eq9abSo=; b=JkilKvPKjjh5/1/OdDuzXNBXgGbzrtZ6Lg/tD+heD0LYHLqiTzKHHbXjSmoapwVXmd UgsWqr9AaULHvrwFnOMcjftSVKQvJ9uGIEwt0DUvnwI7rubTxlV2K7mnaAQ+ETT4Jg/s 000GuKxnuxFUCuC/iywnLYwmV9VdX2y0FkD5IdBaZDZloBBvQ/Km5/gCoq17tMLtZNMl m3b0aILL7HMu/IF5YkBi0atOxN8x/SxCscQsAJinmysPfqpupe64sbKHKbkXPOa35eIj IKy6NQMIuCKzhhRCvkrM913XQ8sUAy8tTxYFgysaDQiwUxz41IeAlaUTvMblWjg7xe26 B3qQ== X-Gm-Message-State: AOAM530t8FxQPor5d8qY8rsAbJfWDRv1aVXTZeNmxid+11Qrlx6Qf3jN 3MmrZ/XJ/3Sn3EYefimhlq2LvAmfMtLLwGg+UvONz7qMiS0UQwR7obTcopquELd1/gG0nKSJUs0 lSgbyDZ3PTZJsG+ahFF4LD6Q= X-Received: by 2002:a67:f613:: with SMTP id k19mr1194702vso.17.1606388522837; Thu, 26 Nov 2020 03:02:02 -0800 (PST) X-Google-Smtp-Source: ABdhPJzFFbnXv3KE0WtFTJ7v7SW5gALRugZ9NFKZNj0cCfhjoQWFV7IrEczXewex73wUDlhrhR08B55kejkCVYKOW4Y= X-Received: by 2002:a67:f613:: with SMTP id k19mr1194682vso.17.1606388522628; Thu, 26 Nov 2020 03:02:02 -0800 (PST) MIME-Version: 1.0 References: <20200909213932.12480-1-m.bilal@emumba.com> In-Reply-To: <20200909213932.12480-1-m.bilal@emumba.com> From: David Marchand Date: Thu, 26 Nov 2020 12:01:51 +0100 Message-ID: To: Muhammad Bilal Cc: "Yigit, Ferruh" , "Iremonger, Bernard" , dev , dpdk stable Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [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" On Wed, Sep 9, 2020 at 11:39 PM Muhammad Bilal wrote: > > 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(). Sorry, but I don't see what is wrong with the original form. -- David Marchand