DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] doc: update mlxreg command arguments for recent versions
@ 2023-07-03  7:48 Ali Alnubani
  2023-07-03 14:07 ` Raslan Darawsheh
  0 siblings, 1 reply; 2+ messages in thread
From: Ali Alnubani @ 2023-07-03  7:48 UTC (permalink / raw)
  To: dev

Recent versions of the command require vhca_id and all_vhca
to be set with the --indexes arg.

Signed-off-by: Ali Alnubani <alialnu@nvidia.com>
---
 doc/guides/nics/mlx5.rst | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst
index 7a137d5f6a..68ecdbec15 100644
--- a/doc/guides/nics/mlx5.rst
+++ b/doc/guides/nics/mlx5.rst
@@ -1887,9 +1887,15 @@ The procedure below is an example of using a ConnectX-5 adapter card (pf0) with
         $ ip link set p0 vf 0 trust on
         $ ip link set p0 vf 1 trust on
 
-#. Configure all VFs using mlxreg::
+#. Configure all VFs using mlxreg:
 
-   $ mlxreg -d /dev/mst/mt4121_pciconf0 --reg_name VHCA_TRUST_LEVEL --yes --set "all_vhca=0x1,trust_level=0x1"
+      - For MFT >= 4.21::
+
+        $ mlxreg -d /dev/mst/mt4121_pciconf0 --reg_name VHCA_TRUST_LEVEL --yes --indexes 'all_vhca=0x1,vhca_id=0x0' --set 'trust_level=0x1'
+
+      - For MFT < 4.21::
+
+        $ mlxreg -d /dev/mst/mt4121_pciconf0 --reg_name VHCA_TRUST_LEVEL --yes --set "all_vhca=0x1,trust_level=0x1"
 
    .. note::
 
-- 
2.25.1


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

* RE: [PATCH] doc: update mlxreg command arguments for recent versions
  2023-07-03  7:48 [PATCH] doc: update mlxreg command arguments for recent versions Ali Alnubani
@ 2023-07-03 14:07 ` Raslan Darawsheh
  0 siblings, 0 replies; 2+ messages in thread
From: Raslan Darawsheh @ 2023-07-03 14:07 UTC (permalink / raw)
  To: Ali Alnubani, dev

Hi,
> -----Original Message-----
> From: Ali Alnubani <alialnu@nvidia.com>
> Sent: Monday, July 3, 2023 10:48 AM
> To: dev@dpdk.org
> Subject: [PATCH] doc: update mlxreg command arguments for recent versions
> 
> Recent versions of the command require vhca_id and all_vhca to be set with
> the --indexes arg.
> 
> Signed-off-by: Ali Alnubani <alialnu@nvidia.com>
Acked-by: Raslan Darawsheh <rasland@nvidia.com>

Patch applied to next-net-mlx,

Kindest regards,
Raslan Darawsheh


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

end of thread, other threads:[~2023-07-03 14:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-03  7:48 [PATCH] doc: update mlxreg command arguments for recent versions Ali Alnubani
2023-07-03 14:07 ` Raslan Darawsheh

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