From patchwork Tue Jul 19 07:14:04 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 114042 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 347F3A00C5; Tue, 19 Jul 2022 09:17:49 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0398A40698; Tue, 19 Jul 2022 09:17:49 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 1C99D400D4 for ; Tue, 19 Jul 2022 09:17:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1658215068; x=1689751068; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=Hf+0dVbpL7ZixcqZCXgRMveGKfdbMo7cbc9jiXwsi6k=; b=lt16z36PbNc/56yQ2aE4c9AasmWrwPknK1ExLtLbnrw3Jpxi+8BRwtHi nFwoXjcXr4H6vHNVAfO/iV8g/yph5vlcD3bKTT0p3jg1l/Y4TNmDL2eeY mSoyRjrZ3E/0x1ciKcpCC41nsqQ3s7oImNRs1udkCdi2S/0ALIKllzNpA G6SfryBeohmYCRkYkWtAD9QaOIAlOFv2zaY9QkdmRdoevPKJrWEJHDeTT pAJtiqPsp3Awk3xZAk1fBqn3j8z6WtctevceAeI4TfZresia3XcdMHOuK JnV287o9kPRbT8RagWjtUS1fy6PNwHjfHpZcsFW9nN/DciULFQ1dYBIb/ A==; X-IronPort-AV: E=McAfee;i="6400,9594,10412"; a="286431714" X-IronPort-AV: E=Sophos;i="5.92,283,1650956400"; d="scan'208";a="286431714" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Jul 2022 00:17:38 -0700 X-IronPort-AV: E=Sophos;i="5.92,283,1650956400"; d="scan'208";a="655632201" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Jul 2022 00:17:37 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V2 0/2] modify vhost_pmd_xstats by DPDK change Date: Tue, 19 Jul 2022 03:14:04 -0400 Message-Id: <20220719071404.724594-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 vhost_pmd_xstats_test_plan by DPDK change tests/vhost_pmd_xstats: modify vhost_pmd_xstats by DPDK change test_plans/vhost_pmd_xstats_test_plan.rst | 339 +++++++++++++--------- tests/TestSuite_vhost_pmd_xstats.py | 206 +++++++------ 2 files changed, 314 insertions(+), 231 deletions(-)