From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id A15535595 for ; Mon, 24 Oct 2016 07:41:59 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga104.jf.intel.com with ESMTP; 23 Oct 2016 22:41:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,392,1473145200"; d="scan'208";a="1058113822" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga001.fm.intel.com with ESMTP; 23 Oct 2016 22:41:58 -0700 Received: from fmsmsx120.amr.corp.intel.com (10.18.124.208) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 23 Oct 2016 22:41:57 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx120.amr.corp.intel.com (10.18.124.208) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 23 Oct 2016 22:41:57 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.139]) by shsmsx102.ccr.corp.intel.com ([169.254.2.206]) with mapi id 14.03.0248.002; Mon, 24 Oct 2016 13:41:54 +0800 From: "Tan, Jianfeng" To: Michael Qiu , "dev@dpdk.org" CC: Michael Qiu Thread-Topic: [PATCH 2/2] examples/tep_term: Fix packet len for multi-seg mbuf Thread-Index: AQHSKQOe3HBDNowxWE6oy/P2ZV71KKC3IIHw Date: Mon, 24 Oct 2016 05:41:54 +0000 Message-ID: References: <1476769747-23289-1-git-send-email-qiudayu@chinac.com> <1476769747-23289-2-git-send-email-qiudayu@chinac.com> In-Reply-To: <1476769747-23289-2-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 2/2] examples/tep_term: Fix packet len for multi-seg mbuf 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:42:00 -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 2/2] examples/tep_term: Fix packet len for multi-seg mbuf >=20 > For multi-seg mbuf, ip->total_length should be pkt_len subtract > ether len. >=20 > Fixes: 4abe471ed6fc("examples/tep_term: implement VXLAN processing") >=20 > Signed-off-by: Michael Qiu Acked-by: Jianfeng Tan Thanks, Jianfeng