naccyde / rpms / iproute

Forked from rpms/iproute 7 months ago
Clone

Blame SOURCES/0020-vdpa-Update-man-page-with-added-support-to-configure.patch

32391d
From b72f22efc837d0c3e917186a4179158c35e9e690 Mon Sep 17 00:00:00 2001
32391d
Message-Id: <b72f22efc837d0c3e917186a4179158c35e9e690.1647872200.git.aclaudi@redhat.com>
32391d
In-Reply-To: <b30268eda844bdebbb8e5e4f5735e3b1bb666368.1647872200.git.aclaudi@redhat.com>
32391d
References: <b30268eda844bdebbb8e5e4f5735e3b1bb666368.1647872200.git.aclaudi@redhat.com>
32391d
From: Andrea Claudi <aclaudi@redhat.com>
32391d
Date: Mon, 21 Mar 2022 15:03:16 +0100
32391d
Subject: [PATCH] vdpa: Update man page with added support to configure max vq
32391d
 pair
32391d
32391d
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2056827
32391d
Upstream Status: iproute2-next.git commit 8130653d
32391d
32391d
commit 8130653dabe6726b46b7b19c31d85e33a67175e3
32391d
Author: Eli Cohen <elic@nvidia.com>
32391d
Date:   Tue Mar 15 15:13:58 2022 +0200
32391d
32391d
    vdpa: Update man page with added support to configure max vq pair
32391d
32391d
    Update man page to include information how to configure the max
32391d
    virtqueue pairs for a vdpa device when creating one.
32391d
32391d
    Signed-off-by: Eli Cohen <elic@nvidia.com>
32391d
    Signed-off-by: David Ahern <dsahern@kernel.org>
32391d
---
32391d
 man/man8/vdpa-dev.8 | 6 ++++++
32391d
 1 file changed, 6 insertions(+)
32391d
32391d
diff --git a/man/man8/vdpa-dev.8 b/man/man8/vdpa-dev.8
32391d
index aa21ae3a..432867c6 100644
32391d
--- a/man/man8/vdpa-dev.8
32391d
+++ b/man/man8/vdpa-dev.8
32391d
@@ -33,6 +33,7 @@ vdpa-dev \- vdpa device configuration
32391d
 .I MGMTDEV
32391d
 .RI "[ mac " MACADDR " ]"
32391d
 .RI "[ mtu " MTU " ]"
32391d
+.RI "[ max_vqp " MAX_VQ_PAIRS " ]"
32391d
 
32391d
 .ti -8
32391d
 .B vdpa dev del
32391d
@@ -119,6 +120,11 @@ vdpa dev add name foo mgmtdev vdpa_sim_net mac 00:11:22:33:44:55 mtu 9000
32391d
 Add the vdpa device named foo on the management device vdpa_sim_net with mac address of 00:11:22:33:44:55 and mtu of 9000 bytes.
32391d
 .RE
32391d
 .PP
32391d
+vdpa dev add name foo mgmtdev auxiliary/mlx5_core.sf.1 mac 00:11:22:33:44:55 max_vqp 8
32391d
+.RS 4
32391d
+Add the vdpa device named foo on the management device auxiliary/mlx5_core.sf.1 with mac address of 00:11:22:33:44:55 and max 8 virtqueue pairs
32391d
+.RE
32391d
+.PP
32391d
 vdpa dev del foo
32391d
 .RS 4
32391d
 Delete the vdpa device named foo which was previously created.
32391d
-- 
32391d
2.35.1
32391d