From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id DB1CF292D for ; Thu, 21 Feb 2019 09:55:50 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Feb 2019 00:55:49 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,394,1544515200"; d="scan'208";a="148631420" Received: from unknown (HELO localhost.localdomain.sh.intel.com) ([10.240.176.135]) by fmsmga001.fm.intel.com with ESMTP; 21 Feb 2019 00:55:48 -0800 From: "zhu,shuai" To: dts@dpdk.org Cc: "zhu,shuai" Date: Thu, 21 Feb 2019 16:59:41 +0800 Message-Id: <1550739581-46203-1-git-send-email-shuaix.zhu@intel.com> X-Mailer: git-send-email 1.9.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [dts] [PATCH V1] test_plans/uni_pkt:Modify the naming of the NIC. 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: , X-List-Received-Date: Thu, 21 Feb 2019 08:55:51 -0000 Modify the naming of the NIC in combination with the case. Signed-off-by: zhu,shuai --- test_plans/uni_pkt_test_plan.rst | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/test_plans/uni_pkt_test_plan.rst b/test_plans/uni_pkt_test_plan.rst index 905e27a..d458285 100644 --- a/test_plans/uni_pkt_test_plan.rst +++ b/test_plans/uni_pkt_test_plan.rst @@ -51,7 +51,7 @@ Enable ABI and disable vector ixgbe driver in dpdk configuration file. Plug in three different types of nic on the board. 1x Intel® XL710-DA2 (Eagle Fountain) 1x Intel® 82599 Gigabit Ethernet Controller -1x Intel® I350 Gigabit Network Connection +1x Intel® powerville Gigabit Network Connection Start testpmd and then enable rxonly and verbose mode:: @@ -95,7 +95,7 @@ Test Case: IPv4&L4 packet type detect This case checked that whether L3 and L4 packet can be normally detected. Only Fortville can detect icmp packet. -Only niantic and i350 can detect ipv4 extension packet. +Only niantic and powerville can detect ipv4 extension packet. Fortville did not detect whether packet contain ipv4 header options, so L3 type will be shown as IPV4_EXT_UNKNOWN. Fortville will identify all unrecognized L4 packet as L4_NONFRAG. @@ -141,14 +141,14 @@ Send IP fragment+TCP packet and verify L2/L3/L4 corrected(Fortville):: (outer) L3 type: IPV4_EXT_UNKNOWN (outer) L4 type: L4_FRAG -Send IP extension packet and verify L2/L3 corrected(Niantic,i350):: +Send IP extension packet and verify L2/L3 corrected(Niantic,powerville):: sendp([Ether()/IP(ihl=10)/Raw('\0'*40)],iface=txItf) (outer) L3 type: IPV4_EXT (outer) L4 type: Unknown -Send IP extension+SCTP packet and verify L2/L3/L4 corrected(Niantic,i350):: +Send IP extension+SCTP packet and verify L2/L3/L4 corrected(Niantic,powerville):: sendp([Ether()/IP(ihl=10)/SCTP()/Raw('\0'*40)],iface=txItf) @@ -191,7 +191,7 @@ Send IPv6 fragment packet and verify L2/L3/L4 corrected(Fortville):: (outer) L3 type: IPV6_EXT_UNKNOWN (outer) L4 type: L4_FRAG -Send IPv6 fragment packet and verify L2/L3/L4 corrected(Niantic,i350):: +Send IPv6 fragment packet and verify L2/L3/L4 corrected(Niantic,powerville):: sendp([Ether()/IPv6()/IPv6ExtHdrFragment()/Raw('\0'*60)],iface=txItf) @@ -283,11 +283,11 @@ Send IPv4+IPv6+ICMP packet and verify inner and outer L2/L3/L4 corrected:: Inner L4 type: ICMP -Test Case: IPv6 in IPv4 tunnel packet type detect by niantic and i350 +Test Case: IPv6 in IPv4 tunnel packet type detect by niantic and powerville ===================================================================== This case checked that whether IPv4 in IPv6 tunnel packet can be normally -detected by Niantic and i350. +detected. Send IPv4+IPv6 packet and verify inner and outer L2/L3/L4 corrected:: @@ -336,6 +336,7 @@ Send IPv4+IPv6_EXT+TCP packet and verify inner and outer L2/L3/L4 corrected:: Inner L4 type: TCP + Test Case: IP in IPv6 tunnel packet type detect =============================================== -- 2.17.2