From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 8854EA2F for ; Tue, 14 Feb 2017 12:42:18 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Feb 2017 03:42:17 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,161,1484035200"; d="scan'208";a="44217191" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.61]) by orsmga002.jf.intel.com with SMTP; 14 Feb 2017 03:42:15 -0800 Received: by (sSMTP sendmail emulation); Tue, 14 Feb 2017 11:42:14 +0000 Date: Tue, 14 Feb 2017 11:42:14 +0000 From: Bruce Richardson To: Thomas Monjalon Cc: Ferruh Yigit , dev@dpdk.org Message-ID: <20170214114213.GA37580@bricha3-MOBL3.ger.corp.intel.com> References: <20161117132721.13106-1-ferruh.yigit@intel.com> <3427182.uQIDWuhVLS@xps13> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3427182.uQIDWuhVLS@xps13> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.7.1 (2016-10-04) Subject: Re: [dpdk-dev] [PATCH] doc: announce kni_vhost removal 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: , X-List-Received-Date: Tue, 14 Feb 2017 11:42:18 -0000 On Tue, Feb 14, 2017 at 11:48:29AM +0100, Thomas Monjalon wrote: > 2016-11-17 13:27, Ferruh Yigit: > > +* kni: Remove :ref:`kni_vhost_backend-label` feature (KNI_VHOST) in 17.05 release. > > + :doc:`Vhost Library ` is currently preferred method for > > + guest - host communication. Just for clarification, this is not to remove KNI > > + or VHOST feature, but KNI_VHOST which is a KNI feature enabled via a compile > > + time option, and disabled by default. > > Acked-by: Thomas Monjalon Acked-by: Bruce Richardson