[dts] [PATCH] test_plans: add test plan of macsec_for_ixgbe

Liu, Yong yong.liu at intel.com
Mon Feb 27 02:10:02 CET 2017


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
> +



More information about the dts mailing list