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 51171A0613 for ; Mon, 23 Sep 2019 11:19:23 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3F95A44C3; Mon, 23 Sep 2019 11:19:23 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id C8DF937B4 for ; Mon, 23 Sep 2019 11:19:21 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Sep 2019 02:19:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,539,1559545200"; d="scan'208";a="200470548" Received: from unknown (HELO dpdk-wenjielx-dtspatch135.sh.intel.com) ([10.240.176.135]) by orsmga002.jf.intel.com with ESMTP; 23 Sep 2019 02:19:19 -0700 From: Peng Yuan To: dts@dpdk.org Cc: Peng Yuan Date: Mon, 23 Sep 2019 17:23:47 +0800 Message-Id: <1569230627-81350-1-git-send-email-yuan.peng@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH v1]test_plans: add two nic type to ipgre_test_plan.rst 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" Add two nic types to ipgre_test_plan.rst Signed-off-by: Peng Yuan diff --git a/test_plans/ipgre_test_plan.rst b/test_plans/ipgre_test_plan.rst index 97c4a51..c7ab602 100644 --- a/test_plans/ipgre_test_plan.rst +++ b/test_plans/ipgre_test_plan.rst @@ -41,14 +41,14 @@ Fortville support GRE packet detecting, checksum computing and filtering. Prerequisites ============= -Fortville nic should be on the DUT. +Fortville/carlsville/columbiaville nic should be on the DUT. Test Case 1: GRE ipv4 packet detect =================================== Start testpmd and enable rxonly forwarding mode:: - testpmd -c ffff -n 4 -- -i --tx-offloads=0x8fff + testpmd -c ffff -n 4 -- -i testpmd> set fwd rxonly testpmd> set verbose 1 testpmd> start @@ -77,7 +77,7 @@ Test Case 2: GRE ipv6 packet detect Start testpmd and enable rxonly forwarding mode:: - testpmd -c ffff -n 4 -- -i --tx-offloads=0x8fff + testpmd -c ffff -n 4 -- -i --enable-hw-vlan testpmd> set fwd rxonly testpmd> set verbose 1 testpmd> start @@ -124,7 +124,7 @@ Test Case 3: GRE packet filter Start testpmd with multi queues:: - testpmd -c ff -n 3 -- -i --rxq=4 --txq=4 --tx-offloads=0x8fff + testpmd -c ff -n 3 -- -i --rxq=4 --txq=4 testpmd> set fwd rxonly testpmd> set nbcore 4 testpmd> set verbose 1 @@ -161,7 +161,7 @@ Test Case 4: GRE packet chksum offload Start testpmd with hardware checksum offload enabled:: - testpmd -c ff -n 3 -- -i --tx-offloads=0x8fff --enable-rx-cksum --port-topology=loop + testpmd -c ff -n 3 -- -i --enable-rx-cksum --port-topology=loop testpmd> set verbose 1 testpmd> set fwd csum testpmd> csum set ip hw 0 -- 2.7.4