From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 87F71A04B5; Thu, 10 Sep 2020 08:52:37 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9A86A1C10E; Thu, 10 Sep 2020 08:52:33 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 0951A1C10B for ; Thu, 10 Sep 2020 08:52:31 +0200 (CEST) IronPort-SDR: KJqVT20aKJ1rL00jbOi7aKeQIoeM4d2fP2Sn/FzDLd1FwgTy8ri+AlXozczLnTVtt45gY1ROk6 WCN54dUNBlxg== X-IronPort-AV: E=McAfee;i="6000,8403,9739"; a="243296163" X-IronPort-AV: E=Sophos;i="5.76,412,1592895600"; d="scan'208";a="243296163" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Sep 2020 23:52:31 -0700 IronPort-SDR: o8ylS93fGPdr2m0OTot55SSb++m4cxuucLT6bG7aAAaJ2xNTq3heWxBc8c+ySoBOtVLjRLnq3t ozqf1ITa1XxA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,412,1592895600"; d="scan'208";a="480772012" Received: from dpdk_jiangcheng.sh.intel.com ([10.67.119.112]) by orsmga005.jf.intel.com with ESMTP; 09 Sep 2020 23:52:28 -0700 From: Cheng Jiang To: maxime.coquelin@redhat.com, chenbo.xia@intel.com, zhihong.wang@intel.com, john.mcnamara@intel.com, marko.kovacevic@intel.com Cc: dev@dpdk.org, patrick.fu@intel.com, Cheng Jiang Date: Thu, 10 Sep 2020 06:43:50 +0000 Message-Id: <20200910064351.35513-4-Cheng1.jiang@intel.com> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20200910064351.35513-1-Cheng1.jiang@intel.com> References: <20200910064351.35513-1-Cheng1.jiang@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v1 3/4] doc: update vhost sample doc for vhost async data path X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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" Add vhost async driver arguments information for vhost async data path in vhost sample application. Signed-off-by: Cheng Jiang --- doc/guides/sample_app_ug/vhost.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/guides/sample_app_ug/vhost.rst b/doc/guides/sample_app_ug/vhost.rst index b7ed4f8bd..c8b5c7c9a 100644 --- a/doc/guides/sample_app_ug/vhost.rst +++ b/doc/guides/sample_app_ug/vhost.rst @@ -162,6 +162,16 @@ enabled and cannot be disabled. A very simple vhost-user net driver which demonstrates how to use the generic vhost APIs will be used when this option is given. It is disabled by default. +**--async_vhost_driver** +Async vhost-user net driver which demonstrates how to use the async vhost APIs +will be used when this option is given. It is disabled by default. + +**--dmas** +This parameter is used to specify the assigned DMA device of a vhost device. +For example --dmas [txd0@00:04.0,txd1@00:04.1] means use CBDMA channel 00:04.0 +for vhost device 0 enqueue operation and use CBDMA channel 00:04.1 for vhost +device 1 enqueue operation. + Common Issues ------------- -- 2.27.0