[dts] [PATCH] test_plan/dynamic_queue: add dynamic queue test plan

Liu, Yong yong.liu at intel.com
Mon Aug 20 11:23:42 CEST 2018



On 08/07/2018 12:23 PM, Xueqin Lin wrote:
> +Test Case: Rx queue configure at runtime
> +========================================
> +Stop some Rx queues on port 0::
> +
> +    testpmd> port 0 rxq <id> stop
> +
> +Set rxonly forward, start testpmd
> +
> +Send different src or dst IPv4 packets::
> +
> +    p=Ether()/IP(src="192.168.0.1", dst="192.168.0.1")/Raw("x"*20)
> +
> +Stop testpmd, find stopped queues can't receive packets, but other queues
> +could receive packets
Hi Xueqin,
In the introduction chapter of this test plan, you have mentioned that 
no need to call dev_stop when configuring queue.
Is here queue stop is must? If it is yes, please add some note for 
difference between device stop and queue stop.

Thanks,
Marvin


More information about the dts mailing list