From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id AC2EB9266 for ; Thu, 22 Oct 2015 09:58:01 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP; 22 Oct 2015 00:57:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,181,1444719600"; d="scan'208";a="816806674" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga001.fm.intel.com with ESMTP; 22 Oct 2015 00:57:59 -0700 Received: from fmsmsx115.amr.corp.intel.com (10.18.116.19) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 22 Oct 2015 00:57:59 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx115.amr.corp.intel.com (10.18.116.19) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 22 Oct 2015 00:57:59 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.253]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.96]) with mapi id 14.03.0248.002; Thu, 22 Oct 2015 15:57:57 +0800 From: "Lu, Wenzhuo" To: "Wang, Xiao W" , "dev@dpdk.org" Thread-Topic: [PATCH v4 0/2] e1000: enable igb TSO support Thread-Index: AQHRC9Xt7ECDfyDDgkyZ0veo3sTyC553JawQ Date: Thu, 22 Oct 2015 07:57:57 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC0909020A1AE3@shsmsx102.ccr.corp.intel.com> References: <1445340132-2630-2-git-send-email-xiao.w.wang@intel.com> <1445414127-11260-1-git-send-email-xiao.w.wang@intel.com> In-Reply-To: <1445414127-11260-1-git-send-email-xiao.w.wang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsIiwiaWQiOiJiZGU3NTMzZS1jNGM4LTQ1YTItODI5NC04MDFiN2QyMDg3MzQiLCJwcm9wcyI6W3sibiI6IkludGVsRGF0YUNsYXNzaWZpY2F0aW9uIiwidmFscyI6W3sidmFsdWUiOiJDVFBfUFVCTElDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjQuMTAuMTkiLCJUcnVzdGVkTGFiZWxIYXNoIjoicFpGMTlLTEtLQlU4WlRubE1zaURONnVXWm9rb2lFcUVXa0Vhb1UzWXdoND0ifQ== x-inteldataclassification: CTP_PUBLIC x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Oct 2015 07:58:02 -0000 Hi, > -----Original Message----- > From: Wang, Xiao W > Sent: Wednesday, October 21, 2015 3:55 PM > To: dev@dpdk.org > Cc: Lu, Wenzhuo; Richardson, Bruce; Zhang, Helin; Wang, Xiao W > Subject: [PATCH v4 0/2] e1000: enable igb TSO support >=20 > v4: > * Added ULL postfix to compare mask of igb_tx_offload. >=20 > v3: > * Removed the "unlikely" in check_tso_para function, for there was no > obvious performance > difference, let the branch predictor do the job. >=20 > v2: > * Reworded the old comment about union igb_vlan_macip which was no > more used. >=20 > * Corrected typo in line "There're some limitaions in hardware for TCP > segmentaion offload". >=20 > * Added "unlikely" in check_tso_para function. >=20 > v1: > * Initial version for igb TSO feature. >=20 > Wang Xiao W (2): > e1000: enable igb TSO support > doc: update release note for igb TSO support >=20 > 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(-) >=20 > -- > 1.9.3 Acked-by: Wenzhuo Lu