From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4F70EA0350; Tue, 23 Jun 2020 04:32:59 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 443B51D576; Tue, 23 Jun 2020 04:32:59 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id D14E51D55A for ; Tue, 23 Jun 2020 04:32:57 +0200 (CEST) IronPort-SDR: bnjI/7z/QVVUrssMWH57y6hFDP3JitHDyfxNoBHjtR8e/wJWEVP9kATfxcu7rC0yLCOcHhZT/q vBtkvRJZFsiQ== X-IronPort-AV: E=McAfee;i="6000,8403,9660"; a="141437436" X-IronPort-AV: E=Sophos;i="5.75,269,1589266800"; d="scan'208";a="141437436" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jun 2020 19:32:57 -0700 IronPort-SDR: UhuWIgxsDSo+UStTn1Xrv6eJtpqJYADY7/fWDd9OkEmev3j5AqnQIXmTBky6ZcOTSfI4cN248x fbHS2Lu+iqBQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,269,1589266800"; d="scan'208";a="311131278" Received: from unknown (HELO dpdk-zhaohy-t.localdomain) ([10.240.183.68]) by fmsmga002.fm.intel.com with ESMTP; 22 Jun 2020 19:32:54 -0700 From: Haiyang Zhao To: dts@dpdk.org Cc: Haiyang Zhao Date: Tue, 23 Jun 2020 10:21:36 +0800 Message-Id: <1592878901-216102-10-git-send-email-haiyangx.zhao@intel.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1592878901-216102-1-git-send-email-haiyangx.zhao@intel.com> References: <1592878901-216102-1-git-send-email-haiyangx.zhao@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [dts] [PATCH V1 09/14] test_plans/pvp_multi_paths_performance: fix build warnings and errors X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 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 Sender: "dts" Signed-off-by: Haiyang Zhao --- test_plans/pvp_multi_paths_performance_test_plan.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test_plans/pvp_multi_paths_performance_test_plan.rst b/test_plans/pvp_multi_paths_performance_test_plan.rst index c35b0e4..74b050a 100644 --- a/test_plans/pvp_multi_paths_performance_test_plan.rst +++ b/test_plans/pvp_multi_paths_performance_test_plan.rst @@ -38,10 +38,12 @@ Benchmark PVP multi-paths performance with 10 tx/rx paths. Includes mergeable, n inorder mergeable, inorder non-mergeable, virtio 1.1 mergeable, virtio 1.1 non-mergeableļ¼Œvirtio 1.1 inorder mergeable, virtio 1.1 inorder non-mergeable, virtio1.1 vectorized path. Give 1 core for vhost and virtio respectively. Packed ring vectorized path need: + AVX512F and required extensions are supported by compiler and host VERSION_1 and IN_ORDER features are negotiated mergeable feature is not negotiated LRO offloading is disabled + Split ring vectorized rx path need: mergeable and IN_ORDER features are not negotiated LRO, chksum and vlan strip offloadings are disabled -- 1.8.3.1