From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] e1000: enable igb TSO support Date: Wed, 07 Oct 2015 14:31:32 +0200 Message-ID: <7294673.pPvloSqrf8@xps13> References: <1443574955-30977-1-git-send-email-xiao.w.wang@intel.com> <3903928.Iybnk6GDlq@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Wenzhuo Lu Return-path: Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) by dpdk.org (Postfix) with ESMTP id 25A49593A for ; Wed, 7 Oct 2015 14:32:37 +0200 (CEST) Received: by wicfx3 with SMTP id fx3so26009628wic.0 for ; Wed, 07 Oct 2015 05:32:37 -0700 (PDT) In-Reply-To: <3903928.Iybnk6GDlq@xps13> 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" 2015-10-07 14:30, Thomas Monjalon: > 2015-09-30 09:02, Wang Xiao W: > > This patch enables igb TSO feature, the feature works on both PF and VF. > > The TCP segmentation offload needs to write the offload related information > > into the advanced context descriptors, which is similar to checksum offload. > > > > Signed-off-by: Wang Xiao W > > Anyone for a review? > First quick feedback: the release notes are not updated. +Wenzhuo, e1000 maintainer.