From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4C96F427EB; Tue, 28 Mar 2023 03:04:40 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 46DFB40EDF; Tue, 28 Mar 2023 03:04:40 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id 25DCD40A87 for ; Tue, 28 Mar 2023 03:04:38 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1679965479; x=1711501479; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=wkADqCFDQDPtLC8ESOHcxMJLPlZVB3exYWMlKlGREts=; b=TTsqX/bXIC3tmoVoBdljHzHDdIQKp6jjVtaIJHt55j7PpXEHTa/BIiMf CqvnuYTTSnJoIbkgs6RiL58u4EZfVOMi3cIe4qpu4Hei600hRQsPeBh59 cf36GRh/CtxTm6pcw2B52MlAWktKIzQkZsGiJnNd4fOkERjwC/fFV9R4Q a7gsc5epZ5fLcyIrMVLsWr2sTRiBd0d/bmvG6EAy8BwbL3wq5CQkTqmuk natm88Xe6sp9PBEqXnbALQK+EzoSBxQTSELZVaTIDjtdf+OVqzWTVdK4H yNqlQBp192rAt+W9FjptABAZxkba0GlVvWkutvHaGGCMngeMytaMW9ll+ g==; X-IronPort-AV: E=McAfee;i="6600,9927,10662"; a="426697588" X-IronPort-AV: E=Sophos;i="5.98,295,1673942400"; d="scan'208";a="426697588" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Mar 2023 18:04:38 -0700 Message-Id: <4e4ef6$nlope4@fmsmga002-auth.fm.intel.com> Date: 27 Mar 2023 18:04:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10662"; a="794584523" X-IronPort-AV: E=Sophos;i="5.98,295,1673942400"; d="scan'208";a="794584523" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by fmsmga002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Mar 2023 18:04:24 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts] [PATCH V2 2/2] tests/ipv4_reassembly: modify script to adapt changes in dpdk From: lijuan.tu@intel.com To: dts@dpdk.org,Song Jiale Cc: Song Jiale In-Reply-To: <20230320180503.3307034-3-songx.jiale@intel.com> X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Song Jiale Errors-To: dts-bounces@dpdk.org On Mon, 20 Mar 2023 18:05:03 +0000, Song Jiale wrote: > DPDK increase default value for config parameter RTE_LIBRTE_IP_FRAG_MAX_FRA= G from 4 to 8. > Modify the script to adapt to this change. >=20 > According to dpdk commit f8e0f8ce90303b("ip_frag: increase default maximum = of fragments"). >=20 > Signed-off-by: Song Jiale Reviewed-by: Lijuan Tu Series applied, thanks