From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] ixgbe: fix TSO in IPv6 Date: Mon, 15 Jun 2015 11:45:54 +0200 Message-ID: <2286373.tRY6yyGQpx@xps13> References: <1433160677-20847-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: Helin Zhang , Konstantin Ananyev Return-path: Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com [209.85.212.174]) by dpdk.org (Postfix) with ESMTP id 7B4FCCE7 for ; Mon, 15 Jun 2015 11:46:51 +0200 (CEST) Received: by wiwd19 with SMTP id d19so69317839wiw.0 for ; Mon, 15 Jun 2015 02:46:51 -0700 (PDT) In-Reply-To: <1433160677-20847-1-git-send-email-david.marchand@6wind.com> 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" Any comment? > When TSO is used with IPv6, generated frames are incorrect. > L4 frame is OK, but length field of IPv6 header was not populated correctly. > > Signed-off-by: Didier Pallard