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 79278A0350; Tue, 23 Jun 2020 04:33:00 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 701A41D58C; Tue, 23 Jun 2020 04:33:00 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id F1D051D55A for ; Tue, 23 Jun 2020 04:32:58 +0200 (CEST) IronPort-SDR: VCyK4GC6e9+QzH/AM5T9P20Qzf8cE1TALSbW7mpOUf2ooS7GvOGc6fuAf4Mfzec+YVcGCL/vIq 1+5cvArCcevQ== X-IronPort-AV: E=McAfee;i="6000,8403,9660"; a="141437444" X-IronPort-AV: E=Sophos;i="5.75,269,1589266800"; d="scan'208";a="141437444" 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:58 -0700 IronPort-SDR: lYtiRjG8C+osXKIFkhdp9MalEylUx4vZzsqDg1uK9xL59x49opDcH8xdapj1GMwf/NU1gek2my 3PhM/YiFeXjQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,269,1589266800"; d="scan'208";a="311131285" Received: from unknown (HELO dpdk-zhaohy-t.localdomain) ([10.240.183.68]) by fmsmga002.fm.intel.com with ESMTP; 22 Jun 2020 19:32:57 -0700 From: Haiyang Zhao To: dts@dpdk.org Cc: Haiyang Zhao Date: Tue, 23 Jun 2020 10:21:37 +0800 Message-Id: <1592878901-216102-11-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> Subject: [dts] [PATCH V1 10/14] test_plans/pvp_multi_paths_virtio_single_core_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_virtio_single_core_performance_test_plan.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_plans/pvp_multi_paths_virtio_single_core_performance_test_plan.rst b/test_plans/pvp_multi_paths_virtio_single_core_performance_test_plan.rst index 33731ee..8113f50 100644 --- a/test_plans/pvp_multi_paths_virtio_single_core_performance_test_plan.rst +++ b/test_plans/pvp_multi_paths_virtio_single_core_performance_test_plan.rst @@ -170,7 +170,7 @@ Test Case 6: virtio single core performance test with non-mergeable path 3. Send packet with packet generator with different packet size, check the throughput. Test Case 7: virtio single core performance test with vectorized_rx path -==================================================================== +======================================================================== 1. Bind one port to igb_uio, then launch vhost by below command:: -- 1.8.3.1