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 56A912B89 for ; Mon, 22 May 2017 03:31:01 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 May 2017 18:31:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,377,1491289200"; d="scan'208";a="90111187" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.67.162]) by orsmga004.jf.intel.com with ESMTP; 21 May 2017 18:30:59 -0700 Date: Mon, 22 May 2017 09:26:29 +0800 From: Yuanhan Liu To: Jeff Guo Cc: helin.zhang@intel.com, jingjing.wu@intel.com, stable@dpdk.org Message-ID: <20170522012629.GJ2276@yliu-dev> References: <1495368848-133719-1-git-send-email-jia.guo@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1495368848-133719-1-git-send-email-jia.guo@intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-stable] [dpdk-dev v2 1/3] app: enable HW CRC strip by default 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 01:31:02 -0000 On Sun, May 21, 2017 at 08:14:06PM +0800, Jeff Guo wrote: > [ backported from upstream commit 79dd163fcaac74006ab607b6c0d1baacc9c40d92 ] Thanks for the backport! All three are applied to dpdk-stable/16.11. --yliu