[dts] [PATCH] link_flowctrl: Send packet in multiples of 4 to support vector mode

Tu, Lijuan lijuan.tu at intel.com
Thu Jun 13 11:11:26 CEST 2019


Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of
> pvukkisala at marvell.com
> Sent: Wednesday, June 12, 2019 8:34 PM
> To: dts at dpdk.org
> Cc: avijay at marvell.com; fmasood at marvell.com; Phanendra Vukkisala
> <pvukkisala at marvell.com>
> Subject: [dts] [PATCH] link_flowctrl: Send packet in multiples of 4 to support
> vector mode
> 
> From: Phanendra Vukkisala <pvukkisala at marvell.com>
> 
> Signed-off-by: Phanendra Vukkisala <pvukkisala at marvell.com>
> ---
>  tests/TestSuite_link_flowctrl.py |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/TestSuite_link_flowctrl.py b/tests/TestSuite_link_flowctrl.py
> index 8961512..d2a0929 100644
> --- a/tests/TestSuite_link_flowctrl.py
> +++ b/tests/TestSuite_link_flowctrl.py
> @@ -52,7 +52,7 @@ class TestLinkFlowctrl(TestCase):
> 
>      pause_frame = '[Ether(src="%s",dst="%s",type=%s)/("%s%s%s")]'
> 
> -    frames_to_sent = 10
> +    frames_to_sent = 12
> 
>      packet_size = 66    # 66 allows frame loss
>      payload_size = packet_size - HEADER_SIZE['eth'] - HEADER_SIZE['ip'] -
> HEADER_SIZE['udp']
> --
> 1.7.9.5



More information about the dts mailing list