From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 242E028EE for ; Mon, 22 May 2017 07:49:22 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 May 2017 22:49:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,377,1491289200"; d="scan'208";a="103793832" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.67.162]) by orsmga005.jf.intel.com with ESMTP; 21 May 2017 22:49:20 -0700 Date: Mon, 22 May 2017 13:44:49 +0800 From: Yuanhan Liu To: dpdk stable Cc: Alejandro Lucero , Andriy Berestovskyy , Arek Kusztal , Harish Patil , Jingjing Wu , Wei Dai , Wei Zhao , Wenzhuo Lu , Xiao Wang Message-ID: <20170522054449.GL2276@yliu-dev> References: <1494223604-27515-1-git-send-email-yuanhan.liu@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1494223604-27515-1-git-send-email-yuanhan.liu@linux.intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-stable] please help backporting some patches to LTS release 16.11.2 X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 May 2017 05:49:23 -0000 Hi, Some commits are still not backported, thus they will miss 16.11.2. But I'd still like to ask you guys to do backport (when you have time), so that I could pick them in the next release (16.11.3). Thanks. --yliu --- aaef101 Alejandro Lucero net/nfp: fix releasing muti-segment mbufs 614fcac Andriy Berestovskyy port: fix file descriptor reader 87516a8 Arek Kusztal crypto/qat: fix AAD capabilities for AES-GCM d099195 Arek Kusztal crypto/qat: fix crash in session create 8130abb Harish Patil net/qede: fix VF RSS configuration 1ef4c3a Harish Patil net/qede: prevent crash while changing MTU dynamically e05e340 Jingjing Wu doc: fix description on Intel VFs 6d01e58 Wei Dai ethdev: fix adding invalid MAC address 0e2fa44 Wei Zhao net/ixgbe: fix type check for flow type 9b3fbb0 Wenzhuo Lu cmdline: fix parsing c53e2c6 Wenzhuo Lu net/ixgbe: fix default MAC setting 88e4ed7 Xiao Wang net/fm10k: fix secondary process crash On Mon, May 08, 2017 at 02:06:44PM +0800, Yuanhan Liu wrote: > Hi commit authors (and maintainers), > > I didn't manage to apply following commits from upstream to stable branch > 16.11: conflict happens. I'm wondering can the authors check the following > list and backport those patches belong to you? > > FYI, branch 16.11 is located at tree: > git://dpdk.org/dpdk-stable > > It'd be great if you could do that in one or two weeks. Also, please add a > heading line like below before the commit log body: > [ backported from upstream commit xxx ] > > Example: http://dpdk.org/browse/dpdk-stable/commit/?h=16.07&id=c4831394c7d1944d8ec27d52c22997f20d19718e > > Please let me know if you have any comments, say, need more time, or it's > worthless to packport it. And please send it to "stable@dpdk.org", but not > "dev@dpdk.org". > > Thanks. > > -yliu > > --- > 19ac8c7 Alejandro Lucero net/nfp: fix packet/data length conversion > 8130abb Harish Patil net/qede: fix VF RSS configuration > 88e4ed7 Xiao Wang net/fm10k: fix secondary process crash > d099195 Arek Kusztal crypto/qat: fix crash in session create > 1ef4c3a Harish Patil net/qede: prevent crash while changing MTU dynamically > a467e8f Michal Krawczyk net/ena: fix Rx descriptors allocation > ec78af6 Michal Krawczyk net/ena: fix delayed cleanup of Rx descriptors > 7c59dbd Qi Zhang net/i40e: fix VF link status update > e05e340 Jingjing Wu doc: fix description on Intel VFs > 614fcac Andriy Berestovskyy port: fix file descriptor reader > 60da774 Jeff Guo examples: enable HW CRC strip by default > b219c8c Jeff Guo test: enable HW CRC strip by default > 79dd163 Jeff Guo app: enable HW CRC strip by default > 37aa3a4 Adrien Mazarguil eal: fix debug macro redefinition > 9b3fbb0 Wenzhuo Lu cmdline: fix parsing > c00f307 Beilei Xing net/i40e: fix setup when bulk is disabled > aaef101 Alejandro Lucero net/nfp: fix releasing muti-segment mbufs > 0e2fa44 Wei Zhao net/ixgbe: fix type check for flow type > 87516a8 Arek Kusztal crypto/qat: fix AAD capabilities for AES-GCM > 3ab6434 Olivier Matz app/testpmd: fix number of mbufs in pool > 6d01e58 Wei Dai ethdev: fix adding invalid MAC address > c53e2c6 Wenzhuo Lu net/ixgbe: fix default MAC setting