From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id AE6655A0C for ; Wed, 5 Aug 2015 10:27:38 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga101.fm.intel.com with ESMTP; 05 Aug 2015 01:27:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,615,1432623600"; d="scan'208,217,223";a="742522239" Received: from pgsmsx104.gar.corp.intel.com ([10.221.44.91]) by orsmga001.jf.intel.com with ESMTP; 05 Aug 2015 01:27:36 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by PGSMSX104.gar.corp.intel.com (10.221.44.91) with Microsoft SMTP Server (TLS) id 14.3.224.2; Wed, 5 Aug 2015 16:27:19 +0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.18]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.188]) with mapi id 14.03.0224.002; Wed, 5 Aug 2015 16:27:18 +0800 From: "Fan, ChangruX" To: "Liu, Yong" , "dts@dpdk.org" Thread-Topic: fix an issue in ipv4_reassembly Thread-Index: AdDPWIpI69TZvrbEQri29eLpauki5Q== Date: Wed, 5 Aug 2015 08:27:18 +0000 Message-ID: <84799DAADE9E2A44834F0D0FF8A61A911CC95675@SHSMSX101.ccr.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: yes X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dts] fix an issue in ipv4_reassembly X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Aug 2015 08:27:39 -0000 Hi Liu, Yong The case send_4K_frames_split_in_7_and_4K_maxflows which in ipv4_= reassembly is failed on freebsd10.1. I think the reason is that, in the function set_max_num_of_fragments it's = set with an error configuration file. Please check the patch. Thank, changru