From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zhe Tao Subject: Re: [PATCH v2] i40e: fix ipv6 TSO issue for tx function Date: Thu, 31 Mar 2016 11:58:40 +0800 Message-ID: <20160331035840.GA67384@intel.com> References: <1458652425-6167-1-git-send-email-zhe.tao@intel.com> <1458703670-19898-1-git-send-email-zhe.tao@intel.com> <20160324150013.GG13728@bricha3-MOBL3> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, jingjing.wu@intel.com To: Bruce Richardson Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 7CCD269F8 for ; Thu, 31 Mar 2016 14:13:37 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20160324150013.GG13728@bricha3-MOBL3> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Thu, Mar 24, 2016 at 03:00:14PM +0000, Bruce Richardson wrote: > On Wed, Mar 23, 2016 at 11:27:50AM +0800, Zhe Tao wrote: > > Issue: > > when using the following CLI in testpmd to enable ipv6 TSO feature > > ============= > > set verbose 1 > > csum set ip hw 0 > > csum set udp hw 0 > > csum set tcp hw 0 > > csum set sctp hw 0 > > csum set outer-ip hw 0 > > csum parse_tunnel on 0 > > tso set 800 0 > > set fwd csum > > > > start > > ============= > > The "===" lines in the message are confusing patchwork. For a new version of > this patch can you indent the commands rather than putting the "===" above and > below. E.g. > > Issue: > when using the following CLI in testpmd to enable ipv6 TSO feature > > set verbose 1 > csum set ip hw 0 > csum set udp hw 0 > .... > > Thanks, > /Bruce very good advise, will send the new patch, thanks! Zhe Tao