From patchwork Fri Oct 15 19:19:44 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 101839 X-Patchwork-Delegate: david.marchand@redhat.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 83A8EA0C43; Fri, 15 Oct 2021 21:19:50 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 528F040041; Fri, 15 Oct 2021 21:19:50 +0200 (CEST) Received: from mail-pj1-f44.google.com (mail-pj1-f44.google.com [209.85.216.44]) by mails.dpdk.org (Postfix) with ESMTP id 08C1A4003C for ; Fri, 15 Oct 2021 21:19:48 +0200 (CEST) Received: by mail-pj1-f44.google.com with SMTP id np13so7864977pjb.4 for ; Fri, 15 Oct 2021 12:19:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=G/KsnzOy1DFKFQ7eNJycuOAhlCYYZaN+li9ild5XzXA=; b=8EMpvW4dGI9d34eWkeZSEQQeCRa5SDjF7b51iin/K0KQZfOCB+eZ+oJZJlYfOhc3LP M9KlqA45XLq8pIu7E6tlmO6VjTD+QBrYtY5AtFIzrUoCALUwCyfJJH2JMXarqwUerbMT rFCHNR8H8lwCog3ls7Y7AROJ7+hTln5qKLGrcFFqRIH1VuLSYWlj0CPisbtyPMHgb0Lv EynGTCaQ/UgoFCDQZhHuhrgymNXhpcm+yTRNjmKpBkn101NqT/FDTc+Rx6t8tYPQFuP9 r75mWyi1LoPHVkw0Idkxwrzg5OYqqcXdVN8pSYVv0u3M5BwH2UgCaWu+3W1mYCG/BH2b NTfQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=G/KsnzOy1DFKFQ7eNJycuOAhlCYYZaN+li9ild5XzXA=; b=k20+jqtEum7gZrgfnmeUzaAikl7R/e8XxBoK0uj9zM6wG6qoL227xroDBBcVFDicRa J3CmlwLWs5lPa54f8iKKzbN9egaGlcsQRw3nCdCXf2iEsE5mh/BbXLNmhW7L4yMJX/cE E1tbYAXiJ/KG6eRl3kxNintslaO3D7HX2J3bqszbNS4XjQ2Pu7HyEpJKyEgAMa1NQVvI PkV1+yoUhUnnA1c2SA3i6vo1wFsPcWZla5z2/pmVF/9GI+QxRW0W+nkY1x4vUGPRvj0f rjmZpf+tURDh9OOfXfiYDGJw6dQtz3lXl+WI4joYe1xZO69SRfJ9ZWYa184p5EesbnAZ JLqA== X-Gm-Message-State: AOAM532EnhmSeSCd3DROxQQueNRwPAFiqemILRUGguzcVwJBkOQ1LD08 h53EOtEIfk5iZLR54esgJLWgamlPhXm6Ng== X-Google-Smtp-Source: ABdhPJwfhrj5hXjmSKVqOFL8m/7CHpj48k8ClxD0arZY3Nu+iH8JO60ZKpwGbPyclVd2HnQJ7YlENg== X-Received: by 2002:a17:902:ea09:b0:13f:ac2:c5ae with SMTP id s9-20020a170902ea0900b0013f0ac2c5aemr12502768plg.3.1634325587726; Fri, 15 Oct 2021 12:19:47 -0700 (PDT) Received: from hermes.local (204-195-33-123.wavecable.com. [204.195.33.123]) by smtp.gmail.com with ESMTPSA id kk18sm5884698pjb.8.2021.10.15.12.19.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 15 Oct 2021 12:19:47 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , ndabilpuram@marvell.com Date: Fri, 15 Oct 2021 12:19:44 -0700 Message-Id: <20211015191944.56315-1-stephen@networkplumber.org> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH] doc: fix spelling in cnxk guide 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 Sender: "dev" Fix spelling error which is causing reports of other patches failing. Fixes: 69daa9e5022b ("net/cnxk: support inline security setup for cn10k") Cc: ndabilpuram@marvell.com Signed-off-by: Stephen Hemminger --- doc/guides/nics/cnxk.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/nics/cnxk.rst b/doc/guides/nics/cnxk.rst index dd955d31b0ed..7b1135e906be 100644 --- a/doc/guides/nics/cnxk.rst +++ b/doc/guides/nics/cnxk.rst @@ -231,7 +231,7 @@ Runtime Config Options -a 0002:02:00.0,outb_nb_crypto_qs=2 - With the above confiuration, two CPT LF's are setup and distributed among + With the above configuration, two CPT LF's are setup and distributed among all the Tx queues for outbound processing. - ``Force using inline ipsec device for inbound`` (default ``0``)