From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) by dpdk.org (Postfix) with ESMTP id 66494C6E4 for ; Mon, 22 Jun 2015 17:00:45 +0200 (CEST) Received: by wiwl6 with SMTP id l6so39962956wiw.0 for ; Mon, 22 Jun 2015 08:00:45 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=4XvE9BY1qL/C29IrXb1HBJ5jxwtxK0yyhKViiwjPfd8=; b=MyrOeggukOPDwa57EAOIGr84hSWgequSLy8j9UYdHHIJbwfvVap90uoHSdDJAh1VP6 y0lO83xWNqKt32/33FcxPJR8KWKV9C9/1O+RDV6Rq8bE+GFbIs8VPG3UBqLHBBzf5ucS yek2O4SU3GgnA90M0c2f78jUWFDBLHXUW1D6qkf9LMEzg92qG61h9su9wmDQdS7xfv1i bBBRA7NBmBJh6wU2Fs8bej/6fR2xPpuv9hDrJDa3JaLXfMyIr+6TKXbk8I4+XkAMb4jF uwLEgO1jqB6ZdME5JXg6AFJ4TdQ5rJoxOnnWWxHoE+lzSZQkRCCDyVkN7q9Ndb1jKe2o dJgQ== X-Gm-Message-State: ALoCoQkyUb1B0qtSUaMTZQ0xCBZ23aaLz9iVGha+dE18V+WPk6IPvin/oAAgVxlBHqgrGMx8Qj9w X-Received: by 10.180.211.77 with SMTP id na13mr1838251wic.76.1434985245300; Mon, 22 Jun 2015 08:00:45 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id w11sm31034659wjr.48.2015.06.22.08.00.43 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 22 Jun 2015 08:00:44 -0700 (PDT) From: Thomas Monjalon To: David Marchand , Didier Pallard Date: Mon, 22 Jun 2015 16:59:43 +0200 Message-ID: <5799447.caIq7Z6k5h@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: References: <1433160677-20847-1-git-send-email-david.marchand@6wind.com> <1434982878-6466-1-git-send-email-david.marchand@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org 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 15:00:45 -0000 > > From: Didier Pallard > > > > When TSO is used with IPv6, generated frames are incorrect. > > L4 frame is OK, but length field of IPv6 header was not populated correctly. > > > > IXGBE_ADVTXD_TUCMD_IPV6 flag is set for better readability, even if it does > > nothing. > > > > Signed-off-by: Didier Pallard > > Signed-off-by: David Marchand > > Acked-by: Konstantin Ananyev > Acked-by: Helin Zhang Applied, thanks