From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga103.fm.intel.com with ESMTP; 24 Mar 2016 08:00:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,385,1455004800"; d="scan'208";a="770681099" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.85]) by orsmga003.jf.intel.com with SMTP; 24 Mar 2016 08:00:15 -0700 Received: by (sSMTP sendmail emulation); Thu, 24 Mar 2016 15:00:14 +0025 Date: Thu, 24 Mar 2016 15:00:14 +0000 From: Bruce Richardson To: Zhe Tao Cc: dev@dpdk.org, jingjing.wu@intel.com 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 Content-Disposition: inline In-Reply-To: <1458703670-19898-1-git-send-email-zhe.tao@intel.com> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH v2] i40e: fix ipv6 TSO issue for tx function X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Mar 2016 15:00:21 -0000 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