From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH] doc: note a pitfall on reconnect feature Date: Wed, 20 Jul 2016 09:08:35 +0800 Message-ID: <20160720010835.GO5146@yliu-dev.sh.intel.com> References: <1468901869-29609-1-git-send-email-yuanhan.liu@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "dev@dpdk.org" , Thomas Monjalon To: "Mcnamara, John" Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 5F53F376C for ; Wed, 20 Jul 2016 03:05:06 +0200 (CEST) Content-Disposition: inline In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Tue, Jul 19, 2016 at 01:57:11PM +0000, Mcnamara, John wrote: > > - Note: the "reconnect" feature requires **QEMU v2.7** (or above). > > + .. Note:: > > + * The "reconnect" feature requires **QEMU v2.7** (or above). > > + > > + * The vhost supported features must be exactly the same before and > > + after the restart. For example, if TSO is disabled and then > > enabled, > > + nothing will work and issues undefined might happen. > > s/ issues undefined / undefined issues / Thomas, mind to fix it while apply? > Apart from that: > > Acked-by: John McNamara Thanks! --yliu