From patchwork Wed Sep 7 12:59:49 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 116044 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4B590A054F; Wed, 7 Sep 2022 15:05:03 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 465B640143; Wed, 7 Sep 2022 15:05:03 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id BFBA5400D6 for ; Wed, 7 Sep 2022 15:05:01 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1662555902; x=1694091902; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=oJ32iQrnM6fQsIENPMgMQv8Y6xML/E1mfOiLe7LfLeo=; b=M0GaWV+eYYN0vkkZEDw8/xXKtnP/FNPU5RO52wJhIDbrG4BE8UXmVM5K ljFmPb+rWqTAp3KQIke00sR3CrFGbaEVAP8NTkrXoeeUM2xS9e2VrlQOp BEqPJCLg0McItpo9T1+ppge4QDB4RQOhkZAhjt8HktmXm7wwXFyzqPT2F ZaxLMmrJaIw5ebQVcyRWnHyZf8X0qF4lKWAUCmvHJhbyZ6vsGY/Wz8Wps SqWuMHoWqyxGs+eVuhpJkuhsIF6w5Di6ghCTkJYmrSE9N0HamTxdRnDz1 yDNtIaETxD6IcqagF9gCQd+uq3Q3trU8ToAbcKCeDAF/IM6M8E3/ikbIQ g==; X-IronPort-AV: E=McAfee;i="6500,9779,10462"; a="297648359" X-IronPort-AV: E=Sophos;i="5.93,296,1654585200"; d="scan'208";a="297648359" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Sep 2022 06:04:55 -0700 X-IronPort-AV: E=Sophos;i="5.93,296,1654585200"; d="scan'208";a="644605450" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Sep 2022 06:04:54 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 0/2] add new udp traffic testcases Date: Wed, 7 Sep 2022 08:59:49 -0400 Message-Id: <20220907125949.1728113-1-weix.ling@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 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 Add new udp traffic testcase in dpdk_gro_lib testplan and testsuite. Wei Ling (2): test_plans/dpdk_gro_lib_test_plan: add udp traffice testcase tests/dpdk_gro_lib: add udp traffice testcase test_plans/dpdk_gro_lib_test_plan.rst | 330 ++++++++++++++++++++++++-- tests/TestSuite_dpdk_gro_lib.py | 327 ++++++++++++++++++++++--- 2 files changed, 601 insertions(+), 56 deletions(-)