patches for DPDK stable branches
 help / color / mirror / Atom feed
* [dpdk-stable] [PATCH] doc: removed typing mistake
@ 2020-09-09 21:39 Muhammad Bilal
  2020-11-26 11:01 ` David Marchand
  0 siblings, 1 reply; 2+ messages in thread
From: Muhammad Bilal @ 2020-09-09 21:39 UTC (permalink / raw)
  To: ferruh.yigit, bernard.iremonger; +Cc: dev, stable, Muhammad Bilal

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 <m.bilal@emumba.com>
---
 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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dpdk-stable] [PATCH] doc: removed typing mistake
  2020-09-09 21:39 [dpdk-stable] [PATCH] doc: removed typing mistake Muhammad Bilal
@ 2020-11-26 11:01 ` David Marchand
  0 siblings, 0 replies; 2+ messages in thread
From: David Marchand @ 2020-11-26 11:01 UTC (permalink / raw)
  To: Muhammad Bilal; +Cc: Yigit, Ferruh, Iremonger, Bernard, dev, dpdk stable

On Wed, Sep 9, 2020 at 11:39 PM Muhammad Bilal <m.bilal@emumba.com> 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 <m.bilal@emumba.com>
> ---
>  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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-11-26 11:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-09 21:39 [dpdk-stable] [PATCH] doc: removed typing mistake Muhammad Bilal
2020-11-26 11:01 ` David Marchand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).