From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 8A55A1E20 for ; Wed, 5 Apr 2017 06:12:45 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491365565; x=1522901565; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=f3sWssHVr1cQLXY825nbGLR2InRbHqrPwxYaQO0q80Q=; b=dylZqyhleExT/IHTlINTvV76Y3E0e6sQ/95kSuKJKSD6EqrzqCSsViq2 +wHJEiK/oLYpid2hhdLH6NiyFRDWLA==; Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Apr 2017 21:12:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,276,1486454400"; d="scan'208";a="69512809" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.67.162]) by orsmga002.jf.intel.com with ESMTP; 04 Apr 2017 21:12:40 -0700 Date: Wed, 5 Apr 2017 12:10:07 +0800 From: Yuanhan Liu To: "Dey, Souvik" Cc: "dev@dpdk.org" Message-ID: <20170405041007.GD18844@yliu-dev.sh.intel.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] Query on VM_BUS and HyperV PMD 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: Wed, 05 Apr 2017 04:12:46 -0000 On Wed, Apr 05, 2017 at 03:23:36AM +0000, Dey, Souvik wrote: > Hi All, > As DPDK 16.11 is an LTS release is there any plans to backport the VM-BUS and HyperV PMD from 17.05 to 16.11. The generic rule is we don't backport features to a LTS release. Thus, the answer is no. --yliu