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 59358A0555; Thu, 20 Feb 2020 04:50:49 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 186341B951; Thu, 20 Feb 2020 04:50:49 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 6BAAC1B13C for ; Thu, 20 Feb 2020 04:50:47 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Feb 2020 19:50:46 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,462,1574150400"; d="scan'208";a="383015181" Received: from dpdk-yinan-purley.sh.intel.com ([10.67.117.227]) by orsmga004.jf.intel.com with ESMTP; 19 Feb 2020 19:50:44 -0800 From: Yinan To: dts@dpdk.org Cc: Wang Yinan Date: Wed, 19 Feb 2020 20:45:24 +0000 Message-Id: <20200219204524.103642-1-yinan.wang@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dts] [PATCH v1] test_plans: update traffic mac addr of TG for ntb cases 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" From: Wang Yinan Signed-off-by: Wang Yinan --- test_plans/ntb_test_plan.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/test_plans/ntb_test_plan.rst b/test_plans/ntb_test_plan.rst index 415efe6..edef78d 100644 --- a/test_plans/ntb_test_plan.rst +++ b/test_plans/ntb_test_plan.rst @@ -108,11 +108,13 @@ Test Case1: NTB test with file-trans fwd mode using igb_uio ./examples/ntb/build/ntb_fwd -l 28-32 -n 6 -- -i --buf-size=65407 >set fwd file-trans + >start 3. Launch ntb_fwd sample on Machine2:: ./examples/ntb/build/ntb_fwd -l 28-32 -n 6 -- -i --buf-size=65407 >set fwd file-trans + >start 4. Send file from Machine1:: @@ -173,7 +175,7 @@ Test Case3: NTB test with rxonly/txonly fwd mode using igb_uio 4. Check throughput with log info on two machines. Test Case4: NTB test with rxonly/txonly fwd mode using vfio-pci -=============================================================== +============================================================== 1. Insmod kernel module and bind Non-Transparent Bridge to vfio-pci driver on two host machines separately:: @@ -224,7 +226,7 @@ Test flow: TG <-> NIC1 <-> NTB1 <-> NTB2 <-> NIC2 <-> TG >start >show port stats -4. Check throughput with log info on two machines. +4. Send packets (dest mac= nic mac address) with TG and check throughput with log info on two machines. Test Case6: NTB test with io fwd mode using vfio-pci ==================================================== @@ -254,4 +256,4 @@ Test flow: TG <-> NIC1 <-> NTB1 <-> NTB2 <-> NIC2 <-> TG >start >show port stats -4. Check throughput with log info on two machines. \ No newline at end of file +4. Send packets (dest mac= nic mac address) with TG and check throughput with log info on two machines. -- 2.17.1