From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <xiaowan1@shecgisg004.sh.intel.com>
Received: from mga01.intel.com (mga01.intel.com [192.55.52.88])
 by dpdk.org (Postfix) with ESMTP id 37BFA9230
 for <dev@dpdk.org>; Wed, 21 Oct 2015 09:55:38 +0200 (CEST)
Received: from orsmga001.jf.intel.com ([10.7.209.18])
 by fmsmga101.fm.intel.com with ESMTP; 21 Oct 2015 00:55:35 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.17,709,1437462000"; d="scan'208";a="798878887"
Received: from shvmail01.sh.intel.com ([10.239.29.42])
 by orsmga001.jf.intel.com with ESMTP; 21 Oct 2015 00:55:34 -0700
Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com
 [10.239.29.89])
 by shvmail01.sh.intel.com with ESMTP id t9L7tWuh015371;
 Wed, 21 Oct 2015 15:55:32 +0800
Received: from shecgisg004.sh.intel.com (localhost [127.0.0.1])
 by shecgisg004.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id
 t9L7tSpD011296; Wed, 21 Oct 2015 15:55:30 +0800
Received: (from xiaowan1@localhost)
 by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id t9L7tSsC011292;
 Wed, 21 Oct 2015 15:55:28 +0800
From: Wang Xiao W <xiao.w.wang@intel.com>
To: dev@dpdk.org
Date: Wed, 21 Oct 2015 15:55:25 +0800
Message-Id: <1445414127-11260-1-git-send-email-xiao.w.wang@intel.com>
X-Mailer: git-send-email 1.7.4.1
In-Reply-To: <1445340132-2630-2-git-send-email-xiao.w.wang@intel.com>
References: <1445340132-2630-2-git-send-email-xiao.w.wang@intel.com>
Subject: [dpdk-dev] [PATCH v4 0/2] e1000: enable igb TSO support
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Wed, 21 Oct 2015 07:55:38 -0000

v4:
* Added ULL postfix to compare mask of igb_tx_offload.

v3:
* Removed the "unlikely" in check_tso_para function, for there was no obvious performance
  difference, let the branch predictor do the job.

v2:
* Reworded the old comment about union igb_vlan_macip which was no more used.

* Corrected typo in line "There're some limitaions in hardware for TCP segmentaion offload".

* Added "unlikely" in check_tso_para function.

v1:
* Initial version for igb TSO feature.

Wang Xiao W (2):
  e1000: enable igb TSO support
  doc: update release note for igb TSO support

 doc/guides/rel_notes/release_2_2.rst |   4 +
 drivers/net/e1000/igb_ethdev.c       |   6 +-
 drivers/net/e1000/igb_rxtx.c         | 200 +++++++++++++++++++++--------------
 3 files changed, 131 insertions(+), 79 deletions(-)

-- 
1.9.3