From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 543542BB1 for ; Mon, 27 Feb 2017 02:17:29 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Feb 2017 17:17:29 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,211,1484035200"; d="scan'208";a="1135245098" Received: from stv-crb-56.sh.intel.com (HELO [10.239.128.116]) ([10.239.128.116]) by fmsmga002.fm.intel.com with ESMTP; 26 Feb 2017 17:17:28 -0800 Message-ID: <58B37C6A.7030704@intel.com> Date: Mon, 27 Feb 2017 09:10:02 +0800 From: "Liu, Yong" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Peng Yuan , dts@dpdk.org References: <1487800872-15082-1-git-send-email-yuan.peng@intel.com> In-Reply-To: <1487800872-15082-1-git-send-email-yuan.peng@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [PATCH] test_plans: add test plan of macsec_for_ixgbe 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: Mon, 27 Feb 2017 01:17:30 -0000 Hi Yuan, Please add blank line between command, description and evaluation criteria. It will be helpful for understanding the test plan. Thanks, Marvin On 02/23/2017 06:01 AM, Peng Yuan wrote: > +4. check the result:: > + testpmd>stop > + testpmd>show port xstats 0 > +stop the packet transmiting on tx_port first, then stop the packet receiving > +on rx_port. > +check the rx data and tx data: > +tx_good_packets == rx_good_packets > +out_pkts_encrypted == in_pkts_ok == tx_good_packets == rx_good_packets > +out_octets_encrypted == in_octets_decrypted > +out_octets_protected == in_octets_validated > + > + if you want to check the content of the packet, use the command:: > + testpmd>set verbose 1 > +the received packets are Decrypted. > +check the ol_flags:PKT_RX_IP_CKSUM_GOOD > +check the content of the packet: > +type=0x0800, the ptype of L2,L3,L4: L2_ETHER L3_IPV4 L4_UDP > +