From mboxrd@z Thu Jan 1 00:00:00 1970 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) 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=Eoasr6yAzP7UsewKiZWzjsaOQibw/v/hz8p5zbAen2A=; b=GugCqr+QZESsQEf6uDXLVSZKrHho3EOERj2WCA6lc+HHjeCREquUuyCtNZbYjddgcr y/zhOWvqXHf0niI9kshP3S3PMF11vNAuxXnKg6eGO9Z2X6u0RZgQC1zVvtZZBcT+LivM yxTri71wBaG8tTJApYBIlUdls6jwHaVYDx9ND8vHZOyEFy5NTGmSSG896VFf/JmHdiTP +D59CMdE28yiN2v/LnfYSFVORRHz1j/QO+TktPE8Jx/DRbQTQK3cxGNM3gLqv3eVfx9G PL0QV6eA/bke1erhy6uq1OprDzlXopHQSK001vPh5Ad8p3n1Tl+oKjImE7ag3w25ZG1v ezQQ== X-Gm-Message-State: ALoCoQlztqOe+dbOxJaPrSn45dbNywjmk3DqlDoert74NnSHGtsmmMCa7KTMoJU6cPKOtq1nn2IX X-Received: by 10.194.23.106 with SMTP id l10mr11542801wjf.1.1434361611408; Mon, 15 Jun 2015 02:46:51 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id ez19sm15001617wid.19.2015.06.15.02.46.49 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 15 Jun 2015 02:46:50 -0700 (PDT) From: Thomas Monjalon To: Helin Zhang , Konstantin Ananyev Date: Mon, 15 Jun 2015 11:45:54 +0200 Message-ID: <2286373.tRY6yyGQpx@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1433160677-20847-1-git-send-email-david.marchand@6wind.com> References: <1433160677-20847-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] 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, 15 Jun 2015 09:46:51 -0000 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