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 08715A0C46; Thu, 29 Jul 2021 08:17:00 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 59B44410F5; Thu, 29 Jul 2021 08:16:59 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 21DCE40DFB for ; Thu, 29 Jul 2021 08:16:57 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10059"; a="200028945" X-IronPort-AV: E=Sophos;i="5.84,278,1620716400"; d="scan'208";a="200028945" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jul 2021 23:16:54 -0700 X-IronPort-AV: E=Sophos;i="5.84,278,1620716400"; d="scan'208";a="476213791" Received: from odcacrnlx2.sh.intel.com ([10.240.183.163]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 28 Jul 2021 23:16:50 -0700 From: Yu Jiang To: dts@dpdk.org Cc: Yu Jiang Date: Thu, 29 Jul 2021 14:16:21 +0800 Message-Id: <1627539383-26588-1-git-send-email-yux.jiang@intel.com> X-Mailer: git-send-email 2.7.4 Subject: [dts] [PATCH V1 0/2] add test plan and tests: tx offload multi_segs setting 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 Sender: "dts" add test plan and tests: tx offload multi_segs setting Yu Jiang (2): test_plans/rxtx_offload: add tx offload multi_segs setting tests/rxtx_offload: add test case test_txoffload_port_multi_segs test_plans/rxtx_offload_test_plan.rst | 56 +++++++++++++++++++++++++++++ tests/TestSuite_rxtx_offload.py | 66 +++++++++++++++++++++++++++++++++++ 2 files changed, 122 insertions(+) -- 2.7.4