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:30:06 +0200 Message-ID: <3903928.Iybnk6GDlq@xps13> References: <1443574955-30977-1-git-send-email-xiao.w.wang@intel.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-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by dpdk.org (Postfix) with ESMTP id 3F738593A for ; Wed, 7 Oct 2015 14:31:11 +0200 (CEST) Received: by wicfx3 with SMTP id fx3so210034761wic.1 for ; Wed, 07 Oct 2015 05:31:11 -0700 (PDT) In-Reply-To: <1443574955-30977-1-git-send-email-xiao.w.wang@intel.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" 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.