From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 7034D475E for ; Thu, 17 Nov 2016 13:01:45 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga102.jf.intel.com with ESMTP; 17 Nov 2016 04:01:44 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,653,1473145200"; d="scan'208";a="192507793" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.67.162]) by fmsmga004.fm.intel.com with ESMTP; 17 Nov 2016 04:01:43 -0800 Date: Thu, 17 Nov 2016 20:02:34 +0800 From: Yuanhan Liu To: Qiming Yang Cc: stable@dpdk.org Message-ID: <20161117120234.GL10323@yliu-dev.sh.intel.com> References: <1479381143-7117-1-git-send-email-qiming.yang@intel.com> <1479381143-7117-2-git-send-email-qiming.yang@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1479381143-7117-2-git-send-email-qiming.yang@intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-stable] [PATCH 2/2] net/i40e: fix VF bonded device link down X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Nov 2016 12:01:45 -0000 On Thu, Nov 17, 2016 at 07:12:23PM +0800, Qiming Yang wrote: > [ backported from upstream commit f2c6036c6455099cbadfb9f0a0a3deb3320211c3 ] The commit is wrong: the upstream commit is f4668a33efe5311301e10bc6e3709a2eccb446ad. Fixed and applied to dpdk stable branc 16.07. Thanks. --yliu