From patchwork Thu Jun 2 08:16:33 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 112258 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id E220CA0548; Thu, 2 Jun 2022 10:17:45 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1800E4069F; Thu, 2 Jun 2022 10:17:45 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id 6D8834021E for ; Thu, 2 Jun 2022 10:17:43 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1654157863; x=1685693863; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=nyqG0WqQGgOVXKbmTa96x5X5dOcjmf+ed04llsoYCqU=; b=SES6CZ10XHMK0PFd7gg1mo/wG4pKX+DMP9OAvzbgHX8ypToPnISr5/dA NqLnMYSqE0XO3Sz6i5UPqtsFqzSxAbPWts9DBnR+1NIXoPY4AkIkoLwe/ E07LMbC21bQ2OPEcgVpT/30xMG9KS8kqbpW0fwtIwecTOJ5se6MSZFDR9 9EWzUJF2WtPkFN8lmvi3r+LwblBO2r9Z+nlgva6UM61HPaB1hEZuLBOOZ F4j0VYW9uF6lyStp5tON4dzz78mykvdDViR/obE1Drqr5pnHojqqsnvl+ HKdMX0F+QwgiW1yR0qSf42XeQqa+0suPQ23DB6IbkIhv8v7IDKGGdkL+l Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10365"; a="301238984" X-IronPort-AV: E=Sophos;i="5.91,270,1647327600"; d="scan'208";a="301238984" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Jun 2022 01:17:42 -0700 X-IronPort-AV: E=Sophos;i="5.91,270,1647327600"; d="scan'208";a="721196362" Received: from unknown (HELO localhost.localdomain) ([10.239.251.222]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Jun 2022 01:17:41 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V2 1/2] test_plans/vhost_virtio_user_interrupt_test_plan: delete -P parameter when start l3fwd-power Date: Thu, 2 Jun 2022 04:16:33 -0400 Message-Id: <20220602081633.1191168-1-weix.ling@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 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 Becauset the virtio-user side not support promiscuous mode, so delete -P parameter when start l3fwd-power. Signed-off-by: Wei Ling --- test_plans/vhost_virtio_user_interrupt_test_plan.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test_plans/vhost_virtio_user_interrupt_test_plan.rst b/test_plans/vhost_virtio_user_interrupt_test_plan.rst index 1b86ca2b..9a7257a5 100644 --- a/test_plans/vhost_virtio_user_interrupt_test_plan.rst +++ b/test_plans/vhost_virtio_user_interrupt_test_plan.rst @@ -23,7 +23,7 @@ flow: TG --> NIC --> Vhost --> Virtio 2. Start l3fwd-power with a virtio-user device:: ./x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd-power -c 0xc000 -n 4 --log-level='user1,7' --no-pci --file-prefix=l3fwd-pwd \ - --vdev=virtio_user0,path=./vhost-net -- -p 1 -P --config="(0,0,14)" --parse-ptype + --vdev=virtio_user0,path=./vhost-net -- -p 1 --config="(0,0,14)" --parse-ptype 3. Send packets with packet generator, check the virtio-user related core can be wakeup status. @@ -39,7 +39,7 @@ flow: Tap --> Vhost-net --> Virtio 1. Start l3fwd-power with a virtio-user device, vhost-net as backend:: ./x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd-power -c 0xc000 -n 4 --log-level='user1,7' --no-pci --file-prefix=l3fwd-pwd \ - --vdev=virtio_user0,path=/dev/vhost-net -- -p 1 -P --config="(0,0,14)" --parse-ptype + --vdev=virtio_user0,path=/dev/vhost-net -- -p 1 --config="(0,0,14)" --parse-ptype 2. Vhost-net will generate one tap device, normally, it's TAP0, config it and generate packets on it using pind cmd:: @@ -93,7 +93,7 @@ flow: TG --> NIC --> Vhost --> Virtio 2. Start l3fwd-power with a virtio-user device:: ./x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd-power -c 0xc000 -n 4 --log-level='user1,7' --no-pci --file-prefix=l3fwd-pwd \ - --vdev=virtio_user0,path=./vhost-net,packed_vq=1 -- -p 1 -P --config="(0,0,14)" --parse-ptype + --vdev=virtio_user0,path=./vhost-net,packed_vq=1 -- -p 1 --config="(0,0,14)" --parse-ptype 3. Send packets with packet generator, check the virtio-user related core can be wakeup status. @@ -109,7 +109,7 @@ flow: Tap --> Vhost-net --> Virtio 1. Start l3fwd-power with a virtio-user device, vhost-net as backend:: ./x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd-power -c 0xc000 -n 4 --log-level='user1,7' --no-pci --file-prefix=l3fwd-pwd \ - --vdev=virtio_user0,path=/dev/vhost-net,packed_vq=1 -- -p 1 -P --config="(0,0,14)" --parse-ptype + --vdev=virtio_user0,path=/dev/vhost-net,packed_vq=1 -- -p 1 --config="(0,0,14)" --parse-ptype 2. Vhost-net will generate one tap device, normally, it's TAP0, config it and generate packets on it using pind cmd:: From patchwork Thu Jun 2 08:16:43 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 112259 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 3FB07A0548; Thu, 2 Jun 2022 10:17:55 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3960140696; Thu, 2 Jun 2022 10:17:55 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id 5D7724021E for ; Thu, 2 Jun 2022 10:17:53 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1654157874; x=1685693874; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=CIDRrLvr1upbx4+muLZRNzVZ7HlJsE78qF1+fp2aoJc=; b=Njnd1EWIiAd+QoKtbP/YSRjNVn2mS/rDV3GXNLS3L0+gKOIfoP7b84Lh sk2eSmYmpXMk3kDrTR+efeE539mmdCF5u/B+dt219tC4eg4/DKqzDOEcr 7TQE56lGU40e2z7c2pkj2Q5PlV1DfwoXuIWpiGEbRkdC5BFyxa555nSuL rrLckSjfrNTpDXhBiJ9NWqPRBKDGTbEEmDGZ82KiVysiT8jhscgLK5rBt qacmlLt+syfzchkZaD0WaSruvF4cY6GH92B5uU66GSGF6GXeZ7TEbMCvz s6xwIWY9JID96fmo17QOlpvEChdhQwVKevBcjG9MBR9lYNpYvdSYyg0lv A==; X-IronPort-AV: E=McAfee;i="6400,9594,10365"; a="301239053" X-IronPort-AV: E=Sophos;i="5.91,270,1647327600"; d="scan'208";a="301239053" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Jun 2022 01:17:51 -0700 X-IronPort-AV: E=Sophos;i="5.91,270,1647327600"; d="scan'208";a="721196406" Received: from unknown (HELO localhost.localdomain) ([10.239.251.222]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Jun 2022 01:17:50 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V2 2/2] test_plans/vhost_virtio_user_interrupt_cbdma_test_plan: delete -P parameter when start l3fwd-power Date: Thu, 2 Jun 2022 04:16:43 -0400 Message-Id: <20220602081643.1191228-1-weix.ling@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 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 Becauset the virtio-user side not support promiscuous mode, so delete -P parameter when start l3fwd-power. Signed-off-by: Wei Ling Tested-by: Chenyu Huang --- test_plans/vhost_virtio_user_interrupt_cbdma_test_plan.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test_plans/vhost_virtio_user_interrupt_cbdma_test_plan.rst b/test_plans/vhost_virtio_user_interrupt_cbdma_test_plan.rst index ccb74438..c823f98e 100644 --- a/test_plans/vhost_virtio_user_interrupt_cbdma_test_plan.rst +++ b/test_plans/vhost_virtio_user_interrupt_cbdma_test_plan.rst @@ -50,7 +50,7 @@ flow: TG --> NIC --> Vhost --> Virtio 2. Start l3fwd-power with a virtio-user device:: ./x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd-power -c 0xc000 -n 4 --log-level='user1,7' --no-pci --file-prefix=l3fwd-pwd \ - --vdev=virtio_user0,path=./vhost-net -- -p 1 -P --config="(0,0,14)" --parse-ptype + --vdev=virtio_user0,path=./vhost-net -- -p 1 --config="(0,0,14)" --parse-ptype 3. Send packets with packet generator, check the virtio-user related core can be wakeup status. @@ -98,7 +98,7 @@ flow: TG --> NIC --> Vhost --> Virtio 2. Start l3fwd-power with a virtio-user device:: ./x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd-power -c 0xc000 -n 4 --log-level='user1,7' --no-pci --file-prefix=l3fwd-pwd \ - --vdev=virtio_user0,path=./vhost-net,packed_vq=1 -- -p 1 -P --config="(0,0,14)" --parse-ptype + --vdev=virtio_user0,path=./vhost-net,packed_vq=1 -- -p 1 --config="(0,0,14)" --parse-ptype 3. Send packets with packet generator, check the virtio-user related core can be wakeup status.