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 B8E98429E5; Tue, 25 Apr 2023 05:05:53 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 99F1442B8E; Tue, 25 Apr 2023 05:05:53 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id 1B9F0400D7 for ; Tue, 25 Apr 2023 05:05:51 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1682391952; x=1713927952; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=AifwcVjWB3/+aSLBHsWMSCgIiu41LiB1+WHjOMBxhMI=; b=XUDOH7DpdsECYtAvl0GiF2YJqx0gdsQ9R9iFxZyJnoz7tJ9XQnViZglY By9fg7D69/jvS0CLvf54yDCd2iocjILNbqMiwQ3K2fqOeJWReQAgUo27a sId+jH/TQf+jwQdcKnn1XlotU9mAzEj4ja015ZL5DBmuB8Cnbu3pBmNNT 9ZFe+0fE8PoZdWPWSy8Ys5TqREmA5hvgbsVLD9EKF7X1KnOFFikob6r7c qnqmxv503ZDyzt/7sgnJJYjj4vsWYfpyzN1fYNldWvyCO/QpV2MEPH4gv kicIWikz+j3FqEwrym9+pW9PPTYWEWLCLeSAh1mYutNCxn87rZs3Hi+F6 Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10690"; a="326945833" X-IronPort-AV: E=Sophos;i="5.99,224,1677571200"; d="scan'208";a="326945833" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Apr 2023 20:05:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10690"; a="939584801" X-IronPort-AV: E=Sophos;i="5.99,224,1677571200"; d="scan'208";a="939584801" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by fmsmga006-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Apr 2023 20:05:50 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 2/2] conf/pvp_virtio_user_2M_hugepages: add suite config to save expected value Date: Tue, 25 Apr 2023 11:03:44 +0800 Message-Id: <20230425030344.2958301-3-weix.ling@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230425030344.2958301-1-weix.ling@intel.com> References: <20230425030344.2958301-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 conf/pvp_virtio_user_2M_hugepages.cfg to save the test parameter and expected value to verify. Signed-off-by: Wei Ling --- conf/pvp_virtio_user_2M_hugepages.cfg | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 conf/pvp_virtio_user_2M_hugepages.cfg diff --git a/conf/pvp_virtio_user_2M_hugepages.cfg b/conf/pvp_virtio_user_2M_hugepages.cfg new file mode 100644 index 00000000..bca4ceda --- /dev/null +++ b/conf/pvp_virtio_user_2M_hugepages.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_2M_hugepages': { + 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_2M_hugepages': { + 64: 0.00, 128: 0.00, 256: 0.00, 512: 0.00, 1024: 0.00, 1518: 0.00}} + -- 2.25.1