From patchwork Sun Apr 2 22:53:56 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 125714 X-Patchwork-Delegate: ferruh.yigit@amd.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4244C428AB; Mon, 3 Apr 2023 00:54:01 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C926140A7E; Mon, 3 Apr 2023 00:54:00 +0200 (CEST) Received: from mail-pj1-f45.google.com (mail-pj1-f45.google.com [209.85.216.45]) by mails.dpdk.org (Postfix) with ESMTP id 6136A40156 for ; Mon, 3 Apr 2023 00:53:59 +0200 (CEST) Received: by mail-pj1-f45.google.com with SMTP id e15-20020a17090ac20f00b0023d1b009f52so30705143pjt.2 for ; Sun, 02 Apr 2023 15:53:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; t=1680476038; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=BA/VJcubv8tjuV3z/AX8nO2+hP93kGgxe3GizL3/RyA=; b=s2fYdePrFyQL+NEe7u1TvCWKq7xs7JA9WkwsHpbWCp00IYUaz6+RdrEB2i7v3eJ15w dQcAzLpDreDPARP1EymoMA4lhtWfJrqCJVdXYKin9UpKjkmooRdRvVTKtH+xoEfeJiSz 3Bh7nTElBHigVWkGSyDasLOwf77kkSBA5J4+gtnPrYoijHLFk20MmS/Ua2u+jbb3FRPC 4c8UD1zEDlp7xAWvNoiJ2jpb1YZRNIMy9JcTEVtho4Tzyu5G1q+P1y9ehe3bHKlpCrMS Q2lb4+otPaZ4CtoMWdzexiTUoTVrBOy0R9AADtkxaFKo9SuHtXOon2uGLbB0eLkA1imW zvQg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1680476038; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=BA/VJcubv8tjuV3z/AX8nO2+hP93kGgxe3GizL3/RyA=; b=z+ySESipAV7Cd9d28xuhRPB7GhBLTV1e19+Ihw2e5gh00thtRaHok2wKXjF//8dzfk rE63CVPKMQxwoLv2aqgjif/cSeBEaWOvypd241hMI3jOsBox01TsEpuiuTHeTmOGISwa X1F0YN/TsA2dABgVuYD6pDxCFT+oQCNsZECUKtZx+5WTfpq4hXriQNBgDoiYHQBVxWSo 94MDjCA7lw81v1WNXQIcV7RbWKq9V1s+4L7moWqAaZg8ZNIOLGjaxWnwaZEQRYLC9YVI SstzHsSwdgTqrX2ri+EkUWJH4/ZfCYcoDX99xKbKx6MoBvb6Km4iOio9KC9hBSK+JvAd +WoQ== X-Gm-Message-State: AO0yUKXP4qgYT9ewpAM/CIqRHIioAPNxLCNqVmLo5YLJSIiUbV5E8s2+ CXKBTt/54OpZwOgFXPesaopmLq4umTc5tiBY/3p+J/Ar X-Google-Smtp-Source: AK7set9uYdVmTWJEciEffk7uSwMIS+tGtKJiWdLzgYE44toncekjdWY4Q+YagkDox68dAeSGwDNWCA== X-Received: by 2002:a05:6a20:29a0:b0:d9:2028:dfd4 with SMTP id f32-20020a056a2029a000b000d92028dfd4mr27398600pzh.19.1680476037943; Sun, 02 Apr 2023 15:53:57 -0700 (PDT) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id w15-20020aa7858f000000b0062d8c855ee9sm1695139pfn.149.2023.04.02.15.53.57 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 02 Apr 2023 15:53:57 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Shepard Siegel , Ed Czeck , John Miller Subject: [PATCH] doc/ark: replace word segregation Date: Sun, 2 Apr 2023 15:53:56 -0700 Message-Id: <20230402225356.104666-1-stephen@networkplumber.org> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org The word "segregation" brings up troubling memorys. Instead, use the term seperation which is what DPDK flow docs use. Signed-off-by: Stephen Hemminger Acked-by: Tyler Retzlaff --- 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