From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 5E1CFDE6 for ; Mon, 22 Jun 2015 16:23:42 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP; 22 Jun 2015 07:23:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,659,1427785200"; d="scan'208";a="751099800" Received: from pgsmsx104.gar.corp.intel.com ([10.221.44.91]) by orsmga002.jf.intel.com with ESMTP; 22 Jun 2015 07:23:40 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by PGSMSX104.gar.corp.intel.com (10.221.44.91) with Microsoft SMTP Server (TLS) id 14.3.224.2; Mon, 22 Jun 2015 22:23:39 +0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.129]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.146]) with mapi id 14.03.0224.002; Mon, 22 Jun 2015 22:23:38 +0800 From: "Zhang, Helin" To: David Marchand , "dev@dpdk.org" Thread-Topic: [PATCH v2] ixgbe: fix TSO in IPv6 Thread-Index: AQHQrPbLKP/6IlOB6U2fCaJVeDda1524k/6A Date: Mon, 22 Jun 2015 14:23:38 +0000 Message-ID: References: <1433160677-20847-1-git-send-email-david.marchand@6wind.com> <1434982878-6466-1-git-send-email-david.marchand@6wind.com> In-Reply-To: <1434982878-6466-1-git-send-email-david.marchand@6wind.com> 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 Subject: Re: [dpdk-dev] [PATCH v2] 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: Mon, 22 Jun 2015 14:23:42 -0000 > -----Original Message----- > From: David Marchand [mailto:david.marchand@6wind.com] > Sent: Monday, June 22, 2015 10:21 PM > To: dev@dpdk.org > Cc: Ananyev, Konstantin; Zhang, Helin; Didier Pallard > Subject: [PATCH v2] ixgbe: fix TSO in IPv6 >=20 > From: Didier Pallard >=20 > When TSO is used with IPv6, generated frames are incorrect. > L4 frame is OK, but length field of IPv6 header was not populated correct= ly. >=20 > IXGBE_ADVTXD_TUCMD_IPV6 flag is set for better readability, even if it do= es > nothing. >=20 > Signed-off-by: Didier Pallard > Signed-off-by: David Marchand > Acked-by: Konstantin Ananyev Acked-by: Helin Zhang