From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v2] i40e: fix ipv6 TSO issue for tx function Date: Thu, 24 Mar 2016 15:00:14 +0000 Message-ID: <20160324150013.GG13728@bricha3-MOBL3> References: <1458652425-6167-1-git-send-email-zhe.tao@intel.com> <1458703670-19898-1-git-send-email-zhe.tao@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, jingjing.wu@intel.com To: Zhe Tao Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id CAFDB29CD for ; Thu, 24 Mar 2016 16:00:20 +0100 (CET) Content-Disposition: inline In-Reply-To: <1458703670-19898-1-git-send-email-zhe.tao@intel.com> 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 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