From patchwork Thu Nov 23 11:44:04 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Marchand X-Patchwork-Id: 134560 X-Patchwork-Delegate: david.marchand@redhat.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 E6BC2433A8; Thu, 23 Nov 2023 12:44:57 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4D05842F69; Thu, 23 Nov 2023 12:44:43 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id EB27E42F57 for ; Thu, 23 Nov 2023 12:44:41 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1700739881; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=nsGYoCAldYSsG+4OsFDj/ZSnHW+/Ikxc8pk8+uHcnuA=; b=Eqi6WoNSHg2w1HrvLaVzkAb103DQQePQ73DncAo/DgfNCIjpHZjggvjZXGb9H4DijNoKZe zRfVian5Ig04TIzAQiGwnCQKYh+7aAe6oX7tA2NQ0qYPVi26xN7QySsZEx4iw5FKAm4YU8 gYIjZmbrcV527xqmMdZmXs6v8WsTJcg= Received: from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-8-aZNqetJPMRCWDx3HYUXC3Q-1; Thu, 23 Nov 2023 06:44:38 -0500 X-MC-Unique: aZNqetJPMRCWDx3HYUXC3Q-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 04CDB281875D; Thu, 23 Nov 2023 11:44:38 +0000 (UTC) Received: from dmarchan.redhat.com (unknown [10.45.226.112]) by smtp.corp.redhat.com (Postfix) with ESMTP id CCA4B2026D4C; Thu, 23 Nov 2023 11:44:36 +0000 (UTC) From: David Marchand To: dev@dpdk.org Cc: thomas@monjalon.net, stable@dpdk.org, Maxime Coquelin , Chenbo Xia , Matan Azrad Subject: [PATCH 4/5] doc: remove number of commands in vDPA guide Date: Thu, 23 Nov 2023 12:44:04 +0100 Message-ID: <20231123114405.2611371-5-david.marchand@redhat.com> In-Reply-To: <20231123114405.2611371-1-david.marchand@redhat.com> References: <20231123114405.2611371-1-david.marchand@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.4 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com 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 There are now 5 supported commands. Fixes: 6505865aa8ed ("examples/vdpa: add statistics show command") Cc: stable@dpdk.org Signed-off-by: David Marchand --- doc/guides/sample_app_ug/vdpa.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/guides/sample_app_ug/vdpa.rst b/doc/guides/sample_app_ug/vdpa.rst index cb9c4f2169..6b6de53e48 100644 --- a/doc/guides/sample_app_ug/vdpa.rst +++ b/doc/guides/sample_app_ug/vdpa.rst @@ -38,8 +38,7 @@ where * --iface specifies the path prefix of the UNIX domain socket file, e.g. /tmp/vhost-user-, then the socket files will be named as /tmp/vhost-user- (n starts from 0). -* --interactive means run the vdpa sample in interactive mode, currently 4 - internal cmds are supported: +* --interactive means run the vdpa sample in interactive mode: 1. help: show help message 2. list: list all available vdpa devices