From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 38B9A558B for ; Thu, 17 Nov 2016 13:02:41 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga105.jf.intel.com with ESMTP; 17 Nov 2016 04:02:40 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,653,1473145200"; d="scan'208";a="1086534222" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.67.162]) by fmsmga002.fm.intel.com with ESMTP; 17 Nov 2016 04:02:39 -0800 Date: Thu, 17 Nov 2016 20:03:30 +0800 From: Yuanhan Liu To: Qiming Yang Cc: stable@dpdk.org Message-ID: <20161117120330.GM10323@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:02:41 -0000 On Thu, Nov 17, 2016 at 07:12:23PM +0800, Qiming Yang wrote: > [ backported from upstream commit f2c6036c6455099cbadfb9f0a0a3deb3320211c3 ] Again, the commit is wrong: the upstream commit is bb6722fb5c0eae07ab3a6566298df2d6028e1cf9. Fixed and applied to dpdk stable branc 16.07. Thanks. --yliu