From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 2ECC12B9E for ; Fri, 22 Feb 2019 02:28:28 +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 orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Feb 2019 17:28:27 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,397,1544515200"; d="scan'208";a="148874535" Received: from unknown (HELO localhost.localdomain.sh.intel.com) ([10.240.176.135]) by fmsmga001.fm.intel.com with ESMTP; 21 Feb 2019 17:28:25 -0800 From: "zhu,shuai" To: dts@dpdk.org Cc: "zhu,shuai" Date: Fri, 22 Feb 2019 09:32:19 +0800 Message-Id: <1550799139-47150-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 V2] 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: Fri, 22 Feb 2019 01:28:29 -0000 Modify the naming of the NIC in combination with the case. Signed-off-by: zhu,shuai --- test_plans/uni_pkt_test_plan.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/test_plans/uni_pkt_test_plan.rst b/test_plans/uni_pkt_test_plan.rst index 905e27a..a87e373 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 +================================================ 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:: -- 2.17.2