From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wang Xiao W Subject: [PATCH v2 0/2] e1000: enable igb TSO support Date: Sat, 10 Oct 2015 18:27:50 +0800 Message-ID: <1444472872-26866-1-git-send-email-xiao.w.wang@intel.com> References: <1443574955-30977-1-git-send-email-xiao.w.wang@intel.com> To: dev@dpdk.org Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id E90BB5697 for ; Sat, 10 Oct 2015 12:28:24 +0200 (CEST) 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" 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