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 ECAE4A04DD; Thu, 28 Nov 2019 01:14:39 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 49ACB5596; Thu, 28 Nov 2019 01:14:39 +0100 (CET) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id B4F864C9D for ; Thu, 28 Nov 2019 01:14:38 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 49C02225AA; Wed, 27 Nov 2019 19:14:38 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Wed, 27 Nov 2019 19:14:38 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=7nwDpv+gjoBFsAGhH0yO0uKFNrQlqeE8YSQSmzHa6v4=; b=j1E93ovghyn1 Gejinq1V3D8rX6CvpaZPYwZHpgnBBPgaTKPbOH68G89tY2c7N5EryrXt7cGOUj03 KedmVfyaDAkGb3fIS/fxJ+HcbQQX4cHphEUtPUe2jRJG88m74orTvGs4+eOk8jcP /s4rF47ZtmcY6vSiE6+RxDE7nRNlXEc= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=7nwDpv+gjoBFsAGhH0yO0uKFNrQlqeE8YSQSmzHa6 v4=; b=u2WeRzvP7YKrosZuPTnIcx9Fqy9Q5oOiFIAOBy3QhPvgso/ayGM/nAma7 xj2A7wdIIn7QkGAzjcsnLF+J4pI250kNY34kIq/ZIo45+IcsGtY2uIUMZ02Ele8u 3ZjtlBHxGD6umT5aawh78Am6mprmjHkPSf44jog6Tap6PipgzKuevdmv5jo2Va8X pj3/Vpy89/ncRafQ68goo45SIxXH9RsopEe1uTN0W70ZjJnm3pWxMkss2Xr/V1DG Wy/0vwvAAL+IfJmoFBYRczYGFaTu4dPxNscVxM9W2wtT6t/u60uuciGNNwDqzY8l tZu3WL3csbhLWMF6feFMIfU7U/uTg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrudeiiedgudelucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefhvffufffkjghfggfgtgesthfure dttddtvdenucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcuoehthhhomhgrshes mhhonhhjrghlohhnrdhnvghtqeenucfkphepjeejrddufeegrddvtdefrddukeegnecurf grrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtnecu vehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id CC2943060081; Wed, 27 Nov 2019 19:14:36 -0500 (EST) From: Thomas Monjalon To: Yinan Cc: dev@dpdk.org, maxime.coquelin@redhat.com, tiwei.bie@intel.com, zhihong.wang@intel.com, john.mcnamara@intel.com, marko.kovacevic@intel.com Date: Thu, 28 Nov 2019 01:14:35 +0100 Message-ID: <8701896.JrHmqc1YAr@xps> In-Reply-To: <20191127151952.7770-1-yinan.wang@intel.com> References: <20191118102923.9302-1-yinan.wang@intel.com> <20191127151952.7770-1-yinan.wang@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v5] doc: clarify virtio PMD path selection 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" 27/11/2019 16:19, Yinan: > From: Yinan Wang > > Add virtio paths selection and usage introduction for better > virtio usability. > > Signed-off-by: Yinan Wang > --- > doc/guides/howto/index.rst | 1 + > .../virtio_paths_selection_and_usage.rst | 126 ++++++++++++++++++ I don't understand why this doc is added in howto guides, and not in doc/guides/nics/virtio.rst ?