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 A9B61427E0; Mon, 20 Mar 2023 11:08:24 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 94F8B40A7F; Mon, 20 Mar 2023 11:08:24 +0100 (CET) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id 1DCE6406BC for ; Mon, 20 Mar 2023 11:08:22 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1679306903; x=1710842903; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=CBPJzLZRF5lA6A0Lvy/q+P16iyhe6fvhch9Fgyg7ixk=; b=HZFT6lUQhaDakNdI45KaTm1feolTwaXC8ODYFGIM2oR8t6P8C9VkUBea 12u29ikojSTUykHYg998ga/tQgdl7aLt0K23wlQbvvRrT2ZjTLH0qXDLO nfYriRK8RhuioB3/MM9M1kED0lDVIe4/2xWP14KzgXmosfSkB9VXNc5Ro pSdXYuMpyQRvxD3WKJelda+BdotcGsEaDjdr1ybvNTi7Sjr1OGfyFKDrN aHIyAyR4eLBnTqrOmaRzE2Jb06+lWPWvBEWq7AplOkzYgjB6ciYZsdjlR Jmr4trxiJwm2BoNhlmHASALghTrYiheJNnpJzzy4RZnhiVDPhUerbLpzG w==; X-IronPort-AV: E=McAfee;i="6600,9927,10654"; a="366339380" X-IronPort-AV: E=Sophos;i="5.98,274,1673942400"; d="scan'208";a="366339380" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Mar 2023 03:08:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10654"; a="926914592" X-IronPort-AV: E=Sophos;i="5.98,274,1673942400"; d="scan'208";a="926914592" Received: from unknown (HELO localhost.localdomain) ([10.239.252.20]) by fmsmga006-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Mar 2023 03:08:21 -0700 From: Song Jiale To: dts@dpdk.org Cc: Song Jiale Subject: [dts] [PATCH V2 0/2] modify script to adapt changes in dpdk Date: Mon, 20 Mar 2023 18:05:01 +0000 Message-Id: <20230320180503.3307034-1-songx.jiale@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: , Errors-To: dts-bounces@dpdk.org DPDK increase default value for config parameter RTE_LIBRTE_IP_FRAG_MAX_FRAG from 4 to 8. Modify the script to adapt to this change. According to dpdk commit f8e0f8ce90303b("ip_frag: increase default maximum of fragments"). Song Jiale (2): test_plans/ipv4_reassembly: modify script to adapt changes in dpdk tests/ipv4_reassembly: modify script to adapt changes in dpdk test_plans/ipv4_reassembly_test_plan.rst | 5 ++- tests/TestSuite_ipv4_reassembly.py | 40 ++++++++++++++++++------ 2 files changed, 32 insertions(+), 13 deletions(-) -- 2.25.1