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