From patchwork Mon Mar 8 22:34:34 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ajit Khaparde X-Patchwork-Id: 88727 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 7C5D1A0566; Mon, 8 Mar 2021 23:34:42 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4AC2F22A4E8; Mon, 8 Mar 2021 23:34:42 +0100 (CET) Received: from mail-pf1-f176.google.com (mail-pf1-f176.google.com [209.85.210.176]) by mails.dpdk.org (Postfix) with ESMTP id 01AEB22A369 for ; Mon, 8 Mar 2021 23:34:40 +0100 (CET) Received: by mail-pf1-f176.google.com with SMTP id 16so6632567pfn.5 for ; Mon, 08 Mar 2021 14:34:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=broadcom.com; s=google; h=from:to:cc:subject:date:message-id:mime-version; bh=49p7slxDaKorUYbrqaX8Mbn0Bwkxl4vuBKw/FOxxPRg=; b=NivS0Ts3W6z4gqMsRFVwBPtWOvIzkXOtD5ETR4mE7UKxjr3hL4AM7cRSYyF4t78j0D lEJu3zLmAvSjK30P2t4o3YU7GbckL6g4keZWTM8facMIjTL2aocue9OBDMh0fwcNzHb8 GTwQE+4neKH38ufMgkw8K3UosupJmR1gfUwmY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version; bh=49p7slxDaKorUYbrqaX8Mbn0Bwkxl4vuBKw/FOxxPRg=; b=DnnX5I3lvD04PMcxoYNdWOGgppw/FNFUhHkddGJFfjzhRZKR+tR+ChQ9BX1cQ8F4ni nftUXn1Iwf4R44n7oYcsc37EWpPPkCY2xd9zlDvPRH1tSeirspLg1oEQ/mkpUxeD3iUR I+ATN6tMG4i+Nfti+7FXX0ozMVITel/s6IFLQtstwuJ4zyvi2Z3LZA4HxZHexOwwjmS3 dHwFfbbjC7GtWNWu8yIUv6uCaijrWabg1tJ5QQmx81d6I8pgV0K/wJraiNLw1RZmUOnw vkdV70czuluBBTnv3C5Ct38Zeu2aZzedu5c6hTFNhEcA8YV51FjNgAohgo65VqH+j6vv NgXA== X-Gm-Message-State: AOAM530IOTcgPygI0uWBlk+ksg0UeMkNqudk9ZJd5Pk30UOTry55zURi 5HF31Lw7CnbaSvEkYu2Z4DPX9KXhvinpR2VW+YdbKWzozdtcmCUIGn2Pk1E2GVyZyCZOXwe8Xqz nP6Epqw0sHCeExrBwUtVTGY0fa64/WDSsz7Sp96dxDxzs7r6JCpJ5DVUrc//hl9gStw== X-Google-Smtp-Source: ABdhPJxrrpGrIsktjbUSNLzSSXt26dJzrEdOriQe18/3hp3rBhZS8tjphFjd0EqdRR6S1/NqCTbWmg== X-Received: by 2002:a62:485:0:b029:1ef:2110:d91d with SMTP id 127-20020a6204850000b02901ef2110d91dmr21628902pfe.43.1615242879554; Mon, 08 Mar 2021 14:34:39 -0800 (PST) Received: from localhost.localdomain ([192.19.223.252]) by smtp.gmail.com with ESMTPSA id w22sm2595911pfi.133.2021.03.08.14.34.37 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 08 Mar 2021 14:34:38 -0800 (PST) From: Ajit Khaparde To: dev@dpdk.org Cc: ferruh.yigit@intel.com, Bing Zhao , Ori Kam Date: Mon, 8 Mar 2021 14:34:34 -0800 Message-Id: <20210308223434.48768-1-ajit.khaparde@broadcom.com> X-Mailer: git-send-email 2.21.1 (Apple Git-122.3) MIME-Version: 1.0 X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: [dpdk-dev] [PATCH] doc: fix formatting in testpmd user 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 formatting in testpmd user guide for hairpin operation. Fixes: 01817b10d27c ("app/testpmd: change hairpin queues setup") Cc:stable@dpdk.org Signed-off-by: Ajit Khaparde Cc: Bing Zhao Cc: Ori Kam --- doc/guides/testpmd_app_ug/run_app.rst | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/doc/guides/testpmd_app_ug/run_app.rst b/doc/guides/testpmd_app_ug/run_app.rst index 3035118cdc..8ec2300ee5 100644 --- a/doc/guides/testpmd_app_ug/run_app.rst +++ b/doc/guides/testpmd_app_ug/run_app.rst @@ -531,11 +531,13 @@ The command line options are: * ``--hairpin-mode=0xXX`` - Set the hairpin port mode with bitmask, only valid when hairpin queues number is set. - bit 4 - explicit Tx flow rule - bit 1 - two hairpin ports paired - bit 0 - two hairpin ports loop - The default value is 0. Hairpin will use single port mode and implicit Tx flow mode. + Set the hairpin port mode with bitmask, only valid when hairpin queues number is set:: + + bit 4 - explicit Tx flow rule + bit 1 - two hairpin ports paired + bit 0 - two hairpin ports loop + The default value is 0. + Hairpin will use single port mode and implicit Tx flow mode. * ``--eth-link-speed``