From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] ixgbe: fix TSO in IPv6 Date: Mon, 22 Jun 2015 16:59:43 +0200 Message-ID: <5799447.caIq7Z6k5h@xps13> 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-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: David Marchand , Didier Pallard 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) In-Reply-To: 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" > > 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