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 BC152A034C; Tue, 10 May 2022 05:01:42 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B5098410EE; Tue, 10 May 2022 05:01:42 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id 3DE2E40DDA for ; Tue, 10 May 2022 05:01: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=1652151701; x=1683687701; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=2mX2a94R0JkhoPaVBFeQdex2l7vRf9B3SSQsNc8tO1Q=; b=IkmpCATDbZsS14Wjgbt+VlOmDb1gEuXzeopClml3Nh5Uaecym0fhNx3X 7o1DYi0/S6AoNfTe2gTnN/j4Ax7Xy0guRl4NvsgSHpYUYUsaz7CaZGLJ0 Jwcki93ZmSFcBbuuBkPhbFAp7yz9IGeepsfCz7l4q4679ldSuGr/q/Sy9 ErIl2k6DgDwypyWyKdPHAmCPP2t/Wj1kH+7kOLZjVlPO/k1rEaUf4SFJY RbEpqX6cVMZpqe49bgkOnWifbNk5mY4vu2srXURiQJ8TOo5YcnTcYkT1n UEkp2Hu3qSe3J0VsfNsmgmYAN7gXB0/MCjcMEuQG6p7uvd51E4jLK6IBr A==; X-IronPort-AV: E=McAfee;i="6400,9594,10342"; a="294469501" X-IronPort-AV: E=Sophos;i="5.91,213,1647327600"; d="scan'208";a="294469501" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 May 2022 20:01:40 -0700 X-IronPort-AV: E=Sophos;i="5.91,213,1647327600"; d="scan'208";a="593222703" Received: from unknown (HELO localhost.localdomain) ([10.239.251.222]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 May 2022 20:01:38 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V4 0/3] add dpdk_gro_lib_cbdma Date: Mon, 9 May 2022 23:00:50 -0400 Message-Id: <20220510030050.334225-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 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. Currently, we need to modify DPDK code and re-complie to test, after the developer's patch been merged, we will delete the modify DPDK code step. 1) Add new testplan dpdk_gro_lib_cbdma_test_plan into test_plans/index.rst. 2) Add new testplan test_plans/dpdk_gro_lib_cbdma_test_plan into test_plans. 3) Add new testsuite tests/TestSuite_dpdk_gro_lib_cbdma.py into tests. Wei Ling (3): test_plans/index: add dpdk_gro_lib_cbdma test_plans/dpdk_gro_lib_cbdma: add dpdk_gro_lib_cbdma testplan tests/dpdk_gro_lib_cbdma: add dpdk_gro_lib_cbdma testsuite test_plans/dpdk_gro_lib_cbdma_test_plan.rst | 185 ++++++++++ test_plans/index.rst | 1 + tests/TestSuite_dpdk_gro_lib_cbdma.py | 383 ++++++++++++++++++++ 3 files changed, 569 insertions(+) create mode 100644 test_plans/dpdk_gro_lib_cbdma_test_plan.rst create mode 100644 tests/TestSuite_dpdk_gro_lib_cbdma.py -- 2.25.1