From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id AEAA95A5E for ; Tue, 16 Jun 2015 03:28:46 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 15 Jun 2015 18:28:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,622,1427785200"; d="scan'208";a="711596040" Received: from pgsmsx107.gar.corp.intel.com ([10.221.44.105]) by orsmga001.jf.intel.com with ESMTP; 15 Jun 2015 18:28:45 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by PGSMSX107.gar.corp.intel.com (10.221.44.105) with Microsoft SMTP Server (TLS) id 14.3.224.2; Tue, 16 Jun 2015 09:28:24 +0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.129]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.168]) with mapi id 14.03.0224.002; Tue, 16 Jun 2015 09:28:23 +0800 From: "Zhang, Helin" To: Thomas Monjalon , "Ananyev, Konstantin" Thread-Topic: [dpdk-dev] [PATCH] ixgbe: fix TSO in IPv6 Thread-Index: AQHQp1BAzYenNVTvC0qaiKRVeqS8ep2uWLvA Date: Tue, 16 Jun 2015 01:28:22 +0000 Message-ID: References: <1433160677-20847-1-git-send-email-david.marchand@6wind.com> <2286373.tRY6yyGQpx@xps13> In-Reply-To: <2286373.tRY6yyGQpx@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH] ixgbe: fix TSO in IPv6 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: Tue, 16 Jun 2015 01:28:47 -0000 I have replied with its original mail, with minor comment. - Helin > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Monday, June 15, 2015 5:46 PM > To: Zhang, Helin; Ananyev, Konstantin > Cc: dev@dpdk.org; David Marchand > Subject: Re: [dpdk-dev] [PATCH] ixgbe: fix TSO in IPv6 >=20 > Any comment? >=20 > > When TSO is used with IPv6, generated frames are incorrect. > > L4 frame is OK, but length field of IPv6 header was not populated corre= ctly. > > > > Signed-off-by: Didier Pallard