From patchwork Thu Aug 11 05:58:40 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 114819 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 2C548A0548; Thu, 11 Aug 2022 08:02:23 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DC48240DDE; Thu, 11 Aug 2022 08:02:22 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 8DCEE40DDA for ; Thu, 11 Aug 2022 08:02:21 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1660197741; x=1691733741; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=XrncVQWzfxiR4aSmT9wY8GPmb4tgKuaX3FhiS/vpCgs=; b=Co6CcBHUuOHIknBEFK4x5i06LPVLlivM/4vvT/LsG7Kl7AubY2lyynO2 BX73491tsaWDmtVG1ptRErTdHyhCT5SY+dGkkTQ4VLY2x1HlqX23okNlA 29iBbdXPZ2bUT2sayEZCrIncAPhVnc7MayphYaXciOSN/4YX2L55x/mOI R+zaKmFnFkrSTii9kEOVXaJmWa5m3cem+FPOsQgNhXabNTzu910BCnHG0 oZ/GynZRQ9bP/warkyvmbNX/LJImPF2nqIpkuUJESksBsm5av3rtDRpj6 50rkOmgT+PYh53ZC7nhuRn0FDgzEqmewxgTkic5gg5khBHHHbKCtBHwvj w==; X-IronPort-AV: E=McAfee;i="6400,9594,10435"; a="292524431" X-IronPort-AV: E=Sophos;i="5.93,228,1654585200"; d="scan'208";a="292524431" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Aug 2022 23:02:20 -0700 X-IronPort-AV: E=Sophos;i="5.93,228,1654585200"; d="scan'208";a="634077776" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Aug 2022 23:02:19 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V4 0/2] modify vhost_pmd_xstats by DPDK change Date: Thu, 11 Aug 2022 01:58:40 -0400 Message-Id: <20220811055840.385865-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 change tests/vhost_pmd_xstats: modify testsuite by DPDK changed test_plans/vhost_pmd_xstats_test_plan.rst | 342 +++++++++++++--------- tests/TestSuite_vhost_pmd_xstats.py | 228 ++++++++------- 2 files changed, 328 insertions(+), 242 deletions(-)