From patchwork Mon Aug 8 16:39:02 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yaqi Tang X-Patchwork-Id: 114709 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 1AA5DA034C; Mon, 8 Aug 2022 10:40:57 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E50554067B; Mon, 8 Aug 2022 10:40:56 +0200 (CEST) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 39F104014F for ; Mon, 8 Aug 2022 10:40:54 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1659948055; x=1691484055; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=PMIVodD3q6OVCNOrJE/dBBfVyng5XsrMxWqwMQTYYCg=; b=gb/pAJsvOpTjgqIwuqy8e/DJi1puLX10rVVTBCWpLzVUtFTlQ9CPF0LV dPntu4xYENsQbwTljQrVCmqxbGBof/Hs3dumT907T/m3aHbsg/FEp/SRd uxlSqtH4QfYKja3Sv4Hv18I53dDknJWHmwWBmP/JU1J9utJhmoPf6Ier9 8YhmH/vuEahpAXqTeYTYUobuCLazwPSKO2sGcmnfhEF/4gw6wdV4jBybY zR4dSOX9b4X/qDkxAY6am/c8JquCy57KPI20q6cpt/DCbAKu7gitvtQ1n yEvqURI5CWj/kx7puRuBbgDcQrjqDm6BExKKd5AgEeFSW8g/IgoZSEY08 A==; X-IronPort-AV: E=McAfee;i="6400,9594,10432"; a="352265121" X-IronPort-AV: E=Sophos;i="5.93,221,1654585200"; d="scan'208";a="352265121" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Aug 2022 01:40:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,221,1654585200"; d="scan'208";a="663848988" Received: from dpdk-yaqi.sh.intel.com ([10.67.119.99]) by fmsmga008.fm.intel.com with ESMTP; 08 Aug 2022 01:40:52 -0700 From: Yaqi Tang To: dts@dpdk.org Cc: Yaqi Tang Subject: [PATCH V1 0/3] ice iavf enable packet pacing Date: Mon, 8 Aug 2022 16:39:02 +0000 Message-Id: <20220808163905.53998-1-yaqi.tang@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 ice iavf enable packet pacing. Yaqi Tang (3): test_plans/index test_plans/ice_iavf_packet_pacing tests/ice_iavf_packet_pacing .../ice_iavf_packet_pacing_test_plan.rst | 390 +++++++++++ test_plans/index.rst | 1 + tests/TestSuite_ice_iavf_packet_pacing.py | 646 ++++++++++++++++++ 3 files changed, 1037 insertions(+) create mode 100644 test_plans/ice_iavf_packet_pacing_test_plan.rst create mode 100644 tests/TestSuite_ice_iavf_packet_pacing.py