From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id E140F429D8; Mon, 24 Apr 2023 12:20:22 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DCD2B410DE; Mon, 24 Apr 2023 12:20:22 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id F193640FAE for ; Mon, 24 Apr 2023 12:20:20 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1682331621; x=1713867621; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=ZlAAxBAdgumhr4SpzzUBPFHUeTofTY5+gkrIwu2Qpro=; b=R5aAXB7adoEaxWgmC5m4N6TXSe/KBSVQ2xCNbAJtSGzkc26MKMEnjewS y/gxSTfJdwWdG/XCVyH+sa0j4aH9fmGWhVqQ0Jhhe1yGJCX50QiSuA0Jv fQXTIhSNrGItVTqjhnPL2KRXn7EMZhn+Y6Dflgi7DdgC6qcFtq3nJiU26 n+dcrPKYaxlXRbbU6XGlLrs8NXBKdCrcfkUcxZ2cEgyaJMZVG2wrfNKaT nmr54acxarylMQW/FlatXaVichlMGYW00e6ad8tEvhDJvExnnegPT1dLb Kl+x8VHWnPZcD1iaxO+H+M/5VN0GWIdkO0DGZu4iuiMgzgB4u/KOE5ka0 w==; X-IronPort-AV: E=McAfee;i="6600,9927,10689"; a="411688831" X-IronPort-AV: E=Sophos;i="5.99,222,1677571200"; d="scan'208";a="411688831" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Apr 2023 03:20:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10689"; a="670457686" X-IronPort-AV: E=Sophos;i="5.99,222,1677571200"; d="scan'208";a="670457686" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Apr 2023 03:20:18 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 2/2] conf/pvp_virtio_user_4k_pages: add expected value to verify Date: Mon, 24 Apr 2023 18:18:20 +0800 Message-Id: <20230424101820.2598235-3-weix.ling@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230424101820.2598235-1-weix.ling@intel.com> References: <20230424101820.2598235-1-weix.ling@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 Add expected value to verify the running result. Signed-off-by: Wei Ling --- conf/pvp_virtio_user_4k_pages.cfg | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 conf/pvp_virtio_user_4k_pages.cfg diff --git a/conf/pvp_virtio_user_4k_pages.cfg b/conf/pvp_virtio_user_4k_pages.cfg new file mode 100644 index 00000000..c7428b0c --- /dev/null +++ b/conf/pvp_virtio_user_4k_pages.cfg @@ -0,0 +1,11 @@ +[suite] +update_expected = True +packet_sizes = [64, 128, 256, 512, 1024, 1518] +test_duration = 30 +accepted_tolerance = 5 +expected_throughput = { + 'test_perf_pvp_virtio_user_split_ring_with_4K_pages': { + 64: 0.00, 128: 0.00, 256: 0.00, 512: 0.00, 1024: 0.00, 1518: 0.00}, + 'test_perf_pvp_virtio_user_packed_ring_with_4K_pages': { + 64: 0.00, 128: 0.00, 256: 0.00, 512: 0.00, 1024: 0.00, 1518: 0.00}} + -- 2.25.1