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 E4F3742B31; Thu, 18 May 2023 04:40:23 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E103442D1A; Thu, 18 May 2023 04:40:23 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id 05ABB40E25 for ; Thu, 18 May 2023 04:40: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=1684377621; x=1715913621; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=ea//L9+rXW+XQ6Hd8p8f/mBMUtrUl9jaXvZqIrFOHWU=; b=GtXnqWxDxuu+6/iic6a/Uil8avo58YQ/EMG0W5dLXj0oZ12otQt1l3za S50BAkhG6twj557/OdxxBqcFuaN8JWs27wsU2Jp32bbXX4FJ2Hu/BpX6p 23EbV3CDG0UtUkQ+V0OCAU+p/JgElJ/b0G4dDgf0KvwncsAv6m/zVrNrJ 4gSseRa6lv1gYOCDZ/BhTESy+W2azh+v79SnFTGjfFhugVLcdyJ/FsxMU /52oE/qhOQcRl7q7fLJGeek5ptcx47F7Ux/0TLs/fU9Iv015GASJhogG8 gD/TUiWyelaLZoybDU8V/PcmiTKD0ENmRYRe0DBxeuH+wKHwUyv7rz9VL A==; X-IronPort-AV: E=McAfee;i="6600,9927,10713"; a="417608471" X-IronPort-AV: E=Sophos;i="5.99,284,1677571200"; d="scan'208";a="417608471" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 May 2023 19:40:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10713"; a="826199462" X-IronPort-AV: E=Sophos;i="5.99,284,1677571200"; d="scan'208";a="826199462" Received: from dpdk-lijuan-icelake4.sh.intel.com ([10.67.119.160]) by orsmga004.jf.intel.com with ESMTP; 17 May 2023 19:40:20 -0700 From: Yingya Han To: dts@dpdk.org Cc: Yingya Han Subject: [dts][PATCH V4 3/3]conf: add iavf_checksum_offload_perf configuration file Date: Thu, 18 May 2023 02:40:14 +0000 Message-Id: <20230518024014.120638-4-yingyax.han@intel.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230518024014.120638-1-yingyax.han@intel.com> References: <20230518024014.120638-1-yingyax.han@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 Signed-off-by: Yingya Han --- conf/iavf_checksum_offload_perf.cfg | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 conf/iavf_checksum_offload_perf.cfg diff --git a/conf/iavf_checksum_offload_perf.cfg b/conf/iavf_checksum_offload_perf.cfg new file mode 100644 index 00000000..e7e27586 --- /dev/null +++ b/conf/iavf_checksum_offload_perf.cfg @@ -0,0 +1,22 @@ +[suite] +test_duration = 30 +traffic_stop_wait_time = 2 +rxtx_queue_size = 1024 +test_parameters = { + "1C/1T-1Q": [ + "128", + "256", + "512", + "1024", + "1280", + "1518", + ], + "1C/2T-2Q": [ + "128", + "256", + "512", + "1024", + "1280", + "1518", + ], +} -- 2.34.1