From patchwork Tue Aug 2 07:06:33 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 114518 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 6F038A0543; Tue, 2 Aug 2022 09:12:06 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4611E40141; Tue, 2 Aug 2022 09:12:06 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id 3B705400D7 for ; Tue, 2 Aug 2022 09:12:05 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1659424325; x=1690960325; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=1lD+hJ+zXdx5riAWiFumI0JnQPjepIEeQGkubPKhjso=; b=l2qH1tXNQgtAluyUu3j7cxm2iOHDCLXZD8OdjKR5JTgQ8vsGY9eSAIfe obuVQJpxoTbO7mCclccol5V2uyy8YL4NuqQqTB/26GHGgKjy1N4yd7wTp YPQLGKW4O8sZCKfkopJSh+Ysj5KzIqW+H++PV86fNjBA4rI6D4q4f1uaU OfKOJDxrWE5tzc2qGFa6p3gHHho3sh+Ge0nAM9E2QbZEA58JdDljNe+tm A6+p+d1jMGJ+SmiH0N4hH+G7ZqE1QMsWG4ghhKb8g4qqodbqnWGHYzl9c xef1ZKs/H7+yLm3sZ+yin/30fbLqPpmafToDLMAbamfUL0p+aiUIW4pH6 w==; X-IronPort-AV: E=McAfee;i="6400,9594,10426"; a="375642512" X-IronPort-AV: E=Sophos;i="5.93,210,1654585200"; d="scan'208";a="375642512" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Aug 2022 00:12:04 -0700 X-IronPort-AV: E=Sophos;i="5.93,210,1654585200"; d="scan'208";a="578107788" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Aug 2022 00:12:03 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V3 0/2] modify vhost_pmd_xstats by DPDK change Date: Tue, 2 Aug 2022 03:06:33 -0400 Message-Id: <20220802070633.1101844-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 | 226 +++++++------- 2 files changed, 327 insertions(+), 241 deletions(-)