From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 40F97A054A; Thu, 11 Feb 2021 08:21:29 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B48451CC38A; Thu, 11 Feb 2021 08:21:28 +0100 (CET) Received: from mail-ej1-f44.google.com (mail-ej1-f44.google.com [209.85.218.44]) by mails.dpdk.org (Postfix) with ESMTP id 180B21CC344 for ; Thu, 11 Feb 2021 08:21:27 +0100 (CET) Received: by mail-ej1-f44.google.com with SMTP id w2so8410216ejk.13 for ; Wed, 10 Feb 2021 23:21:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=emumba-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=HhY8hItt0PVqIeOStrSwJG0ivhjNKCLNUySUHXQLBrI=; b=yzMRmxKTci1CO4hGYSO6HkJH5LRBTtbOO+JCApodHz6YT1YUaxIDAnkz5i2DoltjBc bpBDG6Ype1ehOn9ovp37yGZ0EoBpGmdy8Vyc9ErD55jEVPPwCi57+SPqhszPh7guzVMJ 3kUE8yX8Ry4E1bPz8XIhtdvKjYBS+YT/s3A9KCSO6lNgpzvFe3zRLMka6gvGkB93Gvv3 hbstgD+C1nMV4gopelD7YfCHwBcKERuLRvJxGUiW9gUnFzfUj2hPf3DQH9SKVtvmj7yW s2O0yDdpAC8Ivnqa+WGAUNNyS6CPkykdgT542gJozH27U1+etO0VkGIiIfUtK5FCkTHU w3aA== 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:in-reply-to :references:mime-version:content-transfer-encoding; bh=HhY8hItt0PVqIeOStrSwJG0ivhjNKCLNUySUHXQLBrI=; b=cGaUu/IOKeOwDCE/zAAukKpI4LBmKyvW8zGjty0loL9aWElQnZTaV6kakuPdgQhgKG 7RCbnigEcEKT9xBjKsFs3gpPHXEl+f0d4AkbOZbx6g8rtXkCJmWD5BPVbp+i8vVMPb5c e9osYdoHEFCAD0U1EXqbtAhGkbrzup42QKZeAXlFZWarf4jZHGXYvmNtNS5xLcvNT1YT NqjqTzMeKmuBuODDrcLOnqyA7U7WiSGYd9MD17WfNLPi1FwttSDuBNZOX0mqIIsrbiup jSlN1UHRSPpmuBbHwygS9QKlATYJUsXaJksZ/9sWrV5uuX73QzofCsJRQxUr0hAL/Bpi ew5A== X-Gm-Message-State: AOAM5311Gt3YWjZ/lurnBqEfJTdkfKkpcfk7hMylxBW0kZMaHcFf95aH 1HjmWGkoBilxkBwsg7juy8PzAGz2FktZc/P0 X-Google-Smtp-Source: ABdhPJxP1UIJb/SnXN7Nly/WHUD2w5hMbS05aAJVWBjIIH3TGTQlO5mfLzXAMuP3Z0sQC0WPMilrCg== X-Received: by 2002:a17:907:9626:: with SMTP id gb38mr6921103ejc.301.1613028086374; Wed, 10 Feb 2021 23:21:26 -0800 (PST) Received: from localhost.localdomain ([182.191.83.208]) by smtp.gmail.com with ESMTPSA id ks16sm3387249ejb.30.2021.02.10.23.21.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 10 Feb 2021 23:21:25 -0800 (PST) From: Sarosh Arif To: dev@dpdk.org Cc: Sarosh Arif Date: Thu, 11 Feb 2021 12:19:37 +0500 Message-Id: <20210211071937.21906-1-sarosh.arif@emumba.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20210210115619.8637-1-sarosh.arif@emumba.com> References: <20210210115619.8637-1-sarosh.arif@emumba.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [v2 PATCH] doc: replace testpmd with dpdk-testpmd in all commands 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" replace testpmd with dpdk-testpmd in all commands because on compilation through meson, dpdk-testpmd is the default application name. Signed-off-by: Sarosh Arif --- v2: drop relative path replace testpmd with dpdk-testpmd in ixgbe.rst too --- doc/guides/nics/bnxt.rst | 8 ++++---- doc/guides/nics/e1000em.rst | 2 +- doc/guides/nics/ixgbe.rst | 2 +- doc/guides/nics/kni.rst | 4 ++-- doc/guides/nics/mlx4.rst | 2 +- doc/guides/nics/mlx5.rst | 2 +- doc/guides/nics/qede.rst | 2 +- doc/guides/nics/virtio.rst | 2 +- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/doc/guides/nics/bnxt.rst b/doc/guides/nics/bnxt.rst index 801ec3ca5..0fb203244 100644 --- a/doc/guides/nics/bnxt.rst +++ b/doc/guides/nics/bnxt.rst @@ -361,7 +361,7 @@ The application enables multiple TX and RX queues when it is started. .. code-block:: console -   testpmd -l 1,3,5 --main-lcore 1 --txq=2 –rxq=2 --nb-cores=2 +   dpdk-testpmd -l 1,3,5 --main-lcore 1 --txq=2 –rxq=2 --nb-cores=2 **TSS** @@ -753,7 +753,7 @@ The sample command line with the new ``devargs`` looks like this:: .. code-block:: console - testpmd -l1-4 -n2 -a 0008:01:00.0,host-based-truflow=1,\ + dpdk-testpmd -l1-4 -n2 -a 0008:01:00.0,host-based-truflow=1,\ representor=[0], rep-based-pf=8,rep-is-pf=0,rep-q-r2f=1,rep-fc-r2f=1,\ rep-q-f2r=0,rep-fc-f2r=1 --log-level="pmd.*",8 -- -i --rxq=3 --txq=3 @@ -847,8 +847,8 @@ DPDK implements a light-weight library to allow PMDs to be bonded together and p .. code-block:: console -   testpmd -l 0-3 -n4 --vdev 'net_bonding0,mode=0,slave=,slave=,mac=XX:XX:XX:XX:XX:XX’ – --socket_num=1 – -i --port-topology=chained - (ex) testpmd -l 1,3,5,7,9 -n4 --vdev 'net_bonding0,mode=0,slave=0000:82:00.0,slave=0000:82:00.1,mac=00:1e:67:1d:fd:1d' – --socket-num=1 – -i --port-topology=chained +   dpdk-testpmd -l 0-3 -n4 --vdev 'net_bonding0,mode=0,slave=,slave=,mac=XX:XX:XX:XX:XX:XX’ – --socket_num=1 – -i --port-topology=chained + (ex) dpdk-testpmd -l 1,3,5,7,9 -n4 --vdev 'net_bonding0,mode=0,slave=0000:82:00.0,slave=0000:82:00.1,mac=00:1e:67:1d:fd:1d' – --socket-num=1 – -i --port-topology=chained Vector Processing ----------------- diff --git a/doc/guides/nics/e1000em.rst b/doc/guides/nics/e1000em.rst index b6a2534e3..041c9a09a 100644 --- a/doc/guides/nics/e1000em.rst +++ b/doc/guides/nics/e1000em.rst @@ -146,7 +146,7 @@ The following are known limitations: Therefore, rte_mbuf should be big enough to hold the whole packet. For example, to allow testpmd to receive jumbo frames, use the following: - testpmd [options] -- --mbuf-size= + dpdk-testpmd [options] -- --mbuf-size= #. Qemu e1000 does not validate the checksum of incoming packets. diff --git a/doc/guides/nics/ixgbe.rst b/doc/guides/nics/ixgbe.rst index 696cbd93b..54a90e42b 100644 --- a/doc/guides/nics/ixgbe.rst +++ b/doc/guides/nics/ixgbe.rst @@ -89,7 +89,7 @@ be passed as part of EAL arguments. For example, .. code-block:: console - testpmd -a af:10.0,pflink_fullchk=1 -- -i + dpdk-testpmd -a af:10.0,pflink_fullchk=1 -- -i - ``pflink_fullchk`` (default **0**) diff --git a/doc/guides/nics/kni.rst b/doc/guides/nics/kni.rst index 80ba459d4..37c5411a3 100644 --- a/doc/guides/nics/kni.rst +++ b/doc/guides/nics/kni.rst @@ -33,7 +33,7 @@ Usage EAL ``--vdev`` argument can be used to create KNI device instance, like:: - testpmd --vdev=net_kni0 --vdev=net_kn1 -- -i + dpdk-testpmd --vdev=net_kni0 --vdev=net_kn1 -- -i Above command will create ``kni0`` and ``kni1`` Linux network interfaces, those interfaces can be controlled by standard Linux tools. @@ -77,7 +77,7 @@ requests itself. Argument usage:: - testpmd --vdev "net_kni0,no_request_thread=1" -- -i + dpdk-testpmd --vdev "net_kni0,no_request_thread=1" -- -i PMD log messages diff --git a/doc/guides/nics/mlx4.rst b/doc/guides/nics/mlx4.rst index 354c2bb82..09cfb5c9c 100644 --- a/doc/guides/nics/mlx4.rst +++ b/doc/guides/nics/mlx4.rst @@ -409,7 +409,7 @@ devices managed by librte_net_mlx4. #. Start testpmd with basic parameters:: - testpmd -l 8-15 -n 4 -a 0000:83:00.0 -a 0000:84:00.0 -- --rxq=2 --txq=2 -i + dpdk-testpmd -l 8-15 -n 4 -a 0000:83:00.0 -a 0000:84:00.0 -- --rxq=2 --txq=2 -i Example output:: diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst index 51d81a020..b0a6b2e10 100644 --- a/doc/guides/nics/mlx5.rst +++ b/doc/guides/nics/mlx5.rst @@ -1714,7 +1714,7 @@ ConnectX-4/ConnectX-5/ConnectX-6/BlueField devices managed by librte_net_mlx5. #. Start testpmd with basic parameters:: - testpmd -l 8-15 -n 4 -a 05:00.0 -a 05:00.1 -a 06:00.0 -a 06:00.1 -- --rxq=2 --txq=2 -i + dpdk-testpmd -l 8-15 -n 4 -a 05:00.0 -a 05:00.1 -a 06:00.0 -a 06:00.1 -- --rxq=2 --txq=2 -i Example output:: diff --git a/doc/guides/nics/qede.rst b/doc/guides/nics/qede.rst index bb127ca21..23965091a 100644 --- a/doc/guides/nics/qede.rst +++ b/doc/guides/nics/qede.rst @@ -272,7 +272,7 @@ This section provides instructions to configure SR-IOV with Linux OS. .. code-block:: console - testpmd -l 0,4-11 -n 4 -- -i --nb-cores=8 --portmask=0xf --rxd=4096 \ + dpdk-testpmd -l 0,4-11 -n 4 -- -i --nb-cores=8 --portmask=0xf --rxd=4096 \ --txd=4096 --txfreet=4068 --enable-rx-cksum --rxq=4 --txq=4 \ --rss-ip --rss-udp diff --git a/doc/guides/nics/virtio.rst b/doc/guides/nics/virtio.rst index b7be3aca1..518adf4b1 100644 --- a/doc/guides/nics/virtio.rst +++ b/doc/guides/nics/virtio.rst @@ -266,7 +266,7 @@ There is no vector callbacks for packed virtqueue for now. Example of using the vector version of the virtio poll mode driver in ``testpmd``:: - testpmd -l 0-2 -n 4 -- -i --rxq=1 --txq=1 --nb-cores=1 + dpdk-testpmd -l 0-2 -n 4 -- -i --rxq=1 --txq=1 --nb-cores=1 In-order callbacks only work on simulated virtio user vdev. -- 2.25.1