From patchwork Sat May 7 08:43:14 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 110802 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 02907A050A; Sat, 7 May 2022 10:43:43 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F0DE540DDB; Sat, 7 May 2022 10:43:42 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 74F4140395 for ; Sat, 7 May 2022 10:43:41 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1651913021; x=1683449021; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=YYpZoeFTw9IbokqrKeyx/X2mz9k/Z0xrZ2tr5PMC4Wk=; b=kfE22DSKPMAhBR7kiF7p01KJmQJlF10KxiAOKHpq10ZNa3f//iB3C1aa JnTCUhkWpnFzHg0hvWgkllBB6KqaaxFHb+HgNpvv9/SLIWfaXHzsrZpyW wtMu1wcWJgRbyiA+VFnUM2pY5DB07LKKZVwxExQ3mrge+5yOEldb//aWi DjhLPS5iVnZc73AJPFFS4Hw1loCd1KaCp8voVj9qmuIcDD8FXp54h9CpO MqkAEnyb4G2hK4P2B9eW5nFQB90cTU5UA1lZI1mP/YcX06upSgzJ4bJ1T nOCuQkExjDSvgtHjiIKW22Mwm//6uMYDAZwj9ohcuOVCI+A6VpxQe4aiR Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10339"; a="266268722" X-IronPort-AV: E=Sophos;i="5.91,206,1647327600"; d="scan'208";a="266268722" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 May 2022 01:43:40 -0700 X-IronPort-AV: E=Sophos;i="5.91,206,1647327600"; d="scan'208";a="709810872" Received: from unknown (HELO localhost.localdomain) ([10.239.251.222]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 May 2022 01:43:39 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 1/3] test_plans/index: add dpdk_gro_lib_cbdma Date: Sat, 7 May 2022 04:43:14 -0400 Message-Id: <20220507084314.306954-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 As commit 53d3f4778c(vhost: integrate dmadev in asynchronous data-path), add new testsuite dpdk_gro_lib_cbdma for coverage the DPDK GRO Lib test with TCP/IPv4 traffic with CBDMA. 1) Add new testplan dpdk_gro_lib_cbdma_test_plan into test_plans/index.rst. Signed-off-by: Wei Ling --- test_plans/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/test_plans/index.rst b/test_plans/index.rst index d0f73d23..fbb9a5c4 100644 --- a/test_plans/index.rst +++ b/test_plans/index.rst @@ -236,6 +236,7 @@ The following are the test plans for the DPDK DTS automated test system. vm2vm_virtio_pmd_test_plan vm2vm_virtio_pmd_cbdma_test_plan dpdk_gro_lib_test_plan + dpdk_gro_lib_cbdma_test_plan dpdk_gso_lib_test_plan vswitch_sample_cbdma_test_plan vswitch_pvp_multi_paths_performance_with_cbdma_test_plan