From patchwork Thu Jul 14 03:23:34 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 113953 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 DB55FA00C5; Thu, 14 Jul 2022 05:26:27 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A2FDB41147; Thu, 14 Jul 2022 05:26:27 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id 9F81341101 for ; Thu, 14 Jul 2022 05:26:26 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1657769186; x=1689305186; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=hbzfffvJVQnwDqsChyZ6KZotavTNORkO7vPxMFf8Deo=; b=a5TxIyHrHaoMX7NE3p0ebBVXBe5x6FG3Nqt36VLJIb5WhbUqFjkgLjH7 X//vGmL+Ruaw+/TtTYKPFH+LYU6Dn3klsUMF+qJerAMh0W3PX396egUa8 RLrNvEWk/LflXXIaB6zvZMXoZWxIV0Y2tP2sanE7PZQzR54TPgM0JcI+3 +LKP7DYX+HzEfOe/sdfzu9dvUic0uznWCp+PQ7B3DCEqP1+GJDjk8TgPB TPYQVpS3ApHDaYYVLWNdsemkfnBhSHobt6laKkXCpPeovpe4VRASTCz50 ZiP5I5d5QqEGQRzq1q/hLIBEn4eh0e0pfEht61ZfOBNN3xuKmeQPcWvnG w==; X-IronPort-AV: E=McAfee;i="6400,9594,10407"; a="265815563" X-IronPort-AV: E=Sophos;i="5.92,269,1650956400"; d="scan'208";a="265815563" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Jul 2022 20:26:25 -0700 X-IronPort-AV: E=Sophos;i="5.92,269,1650956400"; d="scan'208";a="922900981" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Jul 2022 20:26:24 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 0/2] modify vhost_pmd_xstats testplan and Date: Wed, 13 Jul 2022 23:23:34 -0400 Message-Id: <20220714032334.1822382-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 According to DPDK commit be75dc99ea(vhost: support per-virtqueue statistics), the return output of `show port xstats 1` command have changed, so modify the testplan to send different IP packets to verify the different queues can receive the packets. Wei Ling (2): test_plans/vhost_pmd_xstats_test_plan: modify testplan by DPDK have changed tests/vhost_pmd_xstats: modify testsuite syncwith testplan have changed test_plans/vhost_pmd_xstats_test_plan.rst | 317 +++++++++++++--------- tests/TestSuite_vhost_pmd_xstats.py | 205 ++++++++------ 2 files changed, 302 insertions(+), 220 deletions(-)