test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH] link_flowctrl: Send packet in multiples of 4 to support vector mode
@ 2019-06-12 12:33 pvukkisala
  2019-06-13  9:11 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: pvukkisala @ 2019-06-12 12:33 UTC (permalink / raw)
  To: dts; +Cc: avijay, fmasood, Phanendra Vukkisala

From: Phanendra Vukkisala <pvukkisala@marvell.com>

Signed-off-by: Phanendra Vukkisala <pvukkisala@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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dts] [PATCH] link_flowctrl: Send packet in multiples of 4 to support vector mode
  2019-06-12 12:33 [dts] [PATCH] link_flowctrl: Send packet in multiples of 4 to support vector mode pvukkisala
@ 2019-06-13  9:11 ` Tu, Lijuan
  0 siblings, 0 replies; 2+ messages in thread
From: Tu, Lijuan @ 2019-06-13  9:11 UTC (permalink / raw)
  To: pvukkisala, dts; +Cc: avijay, fmasood

Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of
> pvukkisala@marvell.com
> Sent: Wednesday, June 12, 2019 8:34 PM
> To: dts@dpdk.org
> Cc: avijay@marvell.com; fmasood@marvell.com; Phanendra Vukkisala
> <pvukkisala@marvell.com>
> Subject: [dts] [PATCH] link_flowctrl: Send packet in multiples of 4 to support
> vector mode
> 
> From: Phanendra Vukkisala <pvukkisala@marvell.com>
> 
> Signed-off-by: Phanendra Vukkisala <pvukkisala@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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-06-13  9:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-12 12:33 [dts] [PATCH] link_flowctrl: Send packet in multiples of 4 to support vector mode pvukkisala
2019-06-13  9:11 ` Tu, Lijuan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).