From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 5B0605595 for ; Mon, 24 Oct 2016 07:41:29 +0200 (CEST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga105.jf.intel.com with ESMTP; 23 Oct 2016 22:41:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,392,1473145200"; d="scan'208";a="22864754" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga005.fm.intel.com with ESMTP; 23 Oct 2016 22:41:28 -0700 Received: from fmsmsx153.amr.corp.intel.com (10.18.125.6) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 23 Oct 2016 22:41:27 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by FMSMSX153.amr.corp.intel.com (10.18.125.6) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 23 Oct 2016 22:41:27 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.139]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.209]) with mapi id 14.03.0248.002; Mon, 24 Oct 2016 13:41:25 +0800 From: "Tan, Jianfeng" To: Michael Qiu , "dev@dpdk.org" CC: Michael Qiu Thread-Topic: [PATCH 1/2] examples/tep_term: Fix l4_len issue Thread-Index: AQHSKQOP2YkdgFZiY0qZkVttinJtvKC3ID6Q Date: Mon, 24 Oct 2016 05:41:24 +0000 Message-ID: References: <1476769747-23289-1-git-send-email-qiudayu@chinac.com> In-Reply-To: <1476769747-23289-1-git-send-email-qiudayu@chinac.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: 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 1/2] examples/tep_term: Fix l4_len issue 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: Mon, 24 Oct 2016 05:41:29 -0000 > -----Original Message----- > From: Michael Qiu [mailto:qdy220091330@gmail.com] > Sent: Tuesday, October 18, 2016 1:49 PM > To: dev@dpdk.org > Cc: Tan, Jianfeng; Michael Qiu > Subject: [PATCH 1/2] examples/tep_term: Fix l4_len issue >=20 > l4_len is not fixed, althrough mostly it is a fixed value, > but when guest using iperf to do some tests, the l4_len > will have another 12 bytes optional fields. >=20 > Fixes: 2bb43bd4350a("examples/tep_term: add TSO offload configuration") >=20 > Signed-off-by: Michael Qiu Acked-by: Jianfeng Tan Thanks, Jianfeng