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 7EF93A04E0; Thu, 28 Nov 2019 19:18:03 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D9B0FCF3; Thu, 28 Nov 2019 19:18:01 +0100 (CET) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 80BA7A3 for ; Thu, 28 Nov 2019 19:17:59 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id C99A52276D; Thu, 28 Nov 2019 13:17:58 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 28 Nov 2019 13:17:58 -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=u3KNDJ5VMWuj8aszmRp5OvLVbqIKRC4IowH0snLe8N0=; b=RjnBB5ljn2Xe I7T3Pvco2+hsZEaHonSdjgVePqP8Jtta1gvlOL2V/8DkSNBTbLrxZOXwjPbfKExV jY0xjmdmM6uYJY0tE7lDqzcRVyE8VmAdaa8Ab/5WMSfyhq2VRef2Gxa2bJZ7dd88 YiKSJA9srJN1Tr1n3JJ+Fi3TRPcw/CI= 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=u3KNDJ5VMWuj8aszmRp5OvLVbqIKRC4IowH0snLe8 N0=; b=K5ASPNGnClyRyKO6OCa79jrfmA4JazRyNHgXDk5EbBFIUQ8GTO0mZHkWe 3FqxRUx2q8FZxvd8/8Eqhmjt/zRXrVm9tWi1377JDs9EbGGcMOLPiFjeU61Yg2kk TRSrVxDux2BfLUfe44SBy8ctMB2pj7gaRrSQreJmthFyyaQaLffese0t12aeqDd8 RfwBHVdWNB6aw3ooBEPFn/gtkjO9EGUdB92MiLJ8U1Z+akEimDi2dYgBLf6sQODv /0mGlAsUAOFoJ2Gpu+LqEaJpj8iX58dYAu3NFcdRssJldt+j6BqG+MUFI38s2v8U N/AmkCTYqP/gbjVLHNkreiPNRMtCg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrudeijedguddtkecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhm rghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenuc fkphepjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpeht hhhomhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd 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 A47DD80060; Thu, 28 Nov 2019 13:17:57 -0500 (EST) From: Thomas Monjalon To: Maxime Coquelin Cc: dev@dpdk.org, Yinan Wang , Tiwei Bie Date: Thu, 28 Nov 2019 19:17:55 +0100 Message-ID: <2203539.ogQGEE3Jlm@xps> In-Reply-To: <20191128143021.20928-1-maxime.coquelin@redhat.com> References: <20191127151952.7770-1-yinan.wang@intel.com> <20191128143021.20928-1-maxime.coquelin@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v6] 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" 28/11/2019 15:30, Maxime Coquelin: > From: Yinan Wang > > Add virtio paths selection and usage introduction for better > virtio usability. > > Signed-off-by: Yinan Wang > Acked-by: Tiwei Bie > Reviewed-by: Maxime Coquelin Applied, thanks