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 B5C8CA050A; Sat, 7 May 2022 11:27:12 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B033340DDB; Sat, 7 May 2022 11:27:12 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id 9304C40395 for ; Sat, 7 May 2022 11:27:11 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1651915631; x=1683451631; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=tDQH6xvEJpYOn/3DhFrxdgpIyAa4IpPKyVdsHfjXvJU=; b=B5EKG4YgE7vMErdNprqLnkp5U4kf5dYxE1WdY7PHPAfKb8a+mSSfEKCr gzEHG4pqPq7XSGbpJZz+B/S1PG4w7NbcCguo4CmnDMX4G+TMVdauj52eq 7iRsViewPj1TddBvFUi7TJG3NhmglG5j3+rvA3QoshRx/mDykP2hSTMse wWt0Et+28A7rYxeU3U16gnjRr5KYTkFYK7LIUeuiHavrkIoGHyBVRD06h eYIhSmASmqQN5dMlr/3sjp+l6qNQbIqmowm6faEPBESZ5+cMmYYYTj65J lwwdc6iKAAdV2tay0PboO/bLLX7Ukqw84h4VTku+8BIHdMwa48bP3iLss g==; X-IronPort-AV: E=McAfee;i="6400,9594,10339"; a="268312015" X-IronPort-AV: E=Sophos;i="5.91,206,1647327600"; d="scan'208";a="268312015" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 May 2022 02:27:10 -0700 X-IronPort-AV: E=Sophos;i="5.91,206,1647327600"; d="scan'208";a="564245893" Received: from unknown (HELO localhost.localdomain) ([10.239.251.222]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 May 2022 02:27:09 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V2 1/3] test_plans/index: add dpdk_gro_lib_cbdma Date: Sat, 7 May 2022 05:26:44 -0400 Message-Id: <20220507092644.309642-1-weix.ling@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 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 -- 2.25.1