DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] doc/ark: replace word segregation
@ 2023-04-02 22:53 Stephen Hemminger
  2023-04-03  5:31 ` Tyler Retzlaff
  2023-04-03 23:06 ` Luca Boccassi
  0 siblings, 2 replies; 5+ messages in thread
From: Stephen Hemminger @ 2023-04-02 22:53 UTC (permalink / raw)
  To: dev; +Cc: Stephen Hemminger, Shepard Siegel, Ed Czeck, John Miller

The word "segregation" brings up troubling memorys.
Instead, use the term seperation which is what DPDK flow docs use.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
 doc/guides/nics/ark.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guides/nics/ark.rst b/doc/guides/nics/ark.rst
index de8fbbccc304..ab08214df1e2 100644
--- a/doc/guides/nics/ark.rst
+++ b/doc/guides/nics/ark.rst
@@ -353,7 +353,7 @@ Supported Features
 
 * Dynamic ARK PMD extensions
 * Dynamic per-queue MBUF (re)sizing up to 32KB
-* SR-IOV, VF-based queue-segregation
+* SR-IOV, VF-based queue-seperation
 * Multiple receive and transmit queues
 * Jumbo frames up to 9K
 * Hardware Statistics
-- 
2.39.2


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

* Re: [PATCH] doc/ark: replace word segregation
  2023-04-02 22:53 [PATCH] doc/ark: replace word segregation Stephen Hemminger
@ 2023-04-03  5:31 ` Tyler Retzlaff
  2023-05-17 18:31   ` Ferruh Yigit
  2023-04-03 23:06 ` Luca Boccassi
  1 sibling, 1 reply; 5+ messages in thread
From: Tyler Retzlaff @ 2023-04-03  5:31 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: dev, Shepard Siegel, Ed Czeck, John Miller

On Sun, Apr 02, 2023 at 03:53:56PM -0700, Stephen Hemminger wrote:
> The word "segregation" brings up troubling memorys.
> Instead, use the term seperation which is what DPDK flow docs use.
> 
> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>

Acked-by: Tyler Retzlaff <roretzla@linux.microsoft.com>


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

* Re: [PATCH] doc/ark: replace word segregation
  2023-04-02 22:53 [PATCH] doc/ark: replace word segregation Stephen Hemminger
  2023-04-03  5:31 ` Tyler Retzlaff
@ 2023-04-03 23:06 ` Luca Boccassi
  2023-04-04  2:15   ` Stephen Hemminger
  1 sibling, 1 reply; 5+ messages in thread
From: Luca Boccassi @ 2023-04-03 23:06 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: dev, Shepard Siegel, Ed Czeck, John Miller

On Sun, 2 Apr 2023 at 23:54, Stephen Hemminger
<stephen@networkplumber.org> wrote:
>
> The word "segregation" brings up troubling memorys.
> Instead, use the term seperation which is what DPDK flow docs use.
>
> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
> ---
>  doc/guides/nics/ark.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/doc/guides/nics/ark.rst b/doc/guides/nics/ark.rst
> index de8fbbccc304..ab08214df1e2 100644
> --- a/doc/guides/nics/ark.rst
> +++ b/doc/guides/nics/ark.rst
> @@ -353,7 +353,7 @@ Supported Features
>
>  * Dynamic ARK PMD extensions
>  * Dynamic per-queue MBUF (re)sizing up to 32KB
> -* SR-IOV, VF-based queue-segregation
> +* SR-IOV, VF-based queue-seperation

Did you mean 'separation' by any chance?

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

* Re: [PATCH] doc/ark: replace word segregation
  2023-04-03 23:06 ` Luca Boccassi
@ 2023-04-04  2:15   ` Stephen Hemminger
  0 siblings, 0 replies; 5+ messages in thread
From: Stephen Hemminger @ 2023-04-04  2:15 UTC (permalink / raw)
  To: Luca Boccassi; +Cc: dev, Shepard Siegel, Ed Czeck, John Miller

On Tue, 4 Apr 2023 00:06:16 +0100
Luca Boccassi <bluca@debian.org> wrote:

> >  * Dynamic per-queue MBUF (re)sizing up to 32KB
> > -* SR-IOV, VF-based queue-segregation
> > +* SR-IOV, VF-based queue-seperation  
> 
> Did you mean 'separation' by any chance

Yup. It is one of the words I always misspell...

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

* Re: [PATCH] doc/ark: replace word segregation
  2023-04-03  5:31 ` Tyler Retzlaff
@ 2023-05-17 18:31   ` Ferruh Yigit
  0 siblings, 0 replies; 5+ messages in thread
From: Ferruh Yigit @ 2023-05-17 18:31 UTC (permalink / raw)
  To: Tyler Retzlaff, Stephen Hemminger
  Cc: dev, Shepard Siegel, Ed Czeck, John Miller

On 4/3/2023 6:31 AM, Tyler Retzlaff wrote:
> On Sun, Apr 02, 2023 at 03:53:56PM -0700, Stephen Hemminger wrote:
>> The word "segregation" brings up troubling memorys.
>> Instead, use the term seperation which is what DPDK flow docs use.
>>
>> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
> 
> Acked-by: Tyler Retzlaff <roretzla@linux.microsoft.com>
> 

Applied to dpdk-next-net/main, thanks.

('separation' typo fixed while merging)

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

end of thread, other threads:[~2023-05-17 18:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-02 22:53 [PATCH] doc/ark: replace word segregation Stephen Hemminger
2023-04-03  5:31 ` Tyler Retzlaff
2023-05-17 18:31   ` Ferruh Yigit
2023-04-03 23:06 ` Luca Boccassi
2023-04-04  2:15   ` Stephen Hemminger

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).