All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] test: reduce duration for timer racecond testcase
@ 2018-09-22  8:57 Jananee Parthasarathy
  2018-09-22  9:09 ` Parthasarathy, JananeeX M
  2018-10-29  2:39 ` Thomas Monjalon
  0 siblings, 2 replies; 3+ messages in thread
From: Jananee Parthasarathy @ 2018-09-22  8:57 UTC (permalink / raw)
  To: dev; +Cc: reshma.pattan, Jananee Parthasarathy

Reduced test duration for timer_racecond unit test.
This wil help to receive quicker test results.

Signed-off-by: Jananee Parthasarathy <jananeex.m.parthasarathy@intel.com>
---
 test/test/test_timer_racecond.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/test/test_timer_racecond.c b/test/test/test_timer_racecond.c
index 5e08f06be..d29048eaf 100644
--- a/test/test/test_timer_racecond.c
+++ b/test/test/test_timer_racecond.c
@@ -54,7 +54,7 @@
 
 #define BILLION (1UL << 30)
 
-#define TEST_DURATION_S 20 /* in seconds */
+#define TEST_DURATION_S 4 /* in seconds */
 #define N_TIMERS    50
 
 static struct rte_timer timer[N_TIMERS];
-- 
2.13.6

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

* Re: [PATCH] test: reduce duration for timer racecond testcase
  2018-09-22  8:57 [PATCH] test: reduce duration for timer racecond testcase Jananee Parthasarathy
@ 2018-09-22  9:09 ` Parthasarathy, JananeeX M
  2018-10-29  2:39 ` Thomas Monjalon
  1 sibling, 0 replies; 3+ messages in thread
From: Parthasarathy, JananeeX M @ 2018-09-22  9:09 UTC (permalink / raw)
  To: dev; +Cc: Pattan, Reshma, rsanford

CC Robert as per MAINTAINERS list.

>-----Original Message-----
>From: Parthasarathy, JananeeX M
>Sent: Saturday, September 22, 2018 2:27 PM
>To: dev@dpdk.org
>Cc: Pattan, Reshma <reshma.pattan@intel.com>; Parthasarathy, JananeeX M
><jananeex.m.parthasarathy@intel.com>
>Subject: [PATCH] test: reduce duration for timer racecond testcase
>
>Reduced test duration for timer_racecond unit test.
>This wil help to receive quicker test results.
>
>Signed-off-by: Jananee Parthasarathy <jananeex.m.parthasarathy@intel.com>
>---
> test/test/test_timer_racecond.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/test/test/test_timer_racecond.c b/test/test/test_timer_racecond.c
>index 5e08f06be..d29048eaf 100644
>--- a/test/test/test_timer_racecond.c
>+++ b/test/test/test_timer_racecond.c
>@@ -54,7 +54,7 @@
>
> #define BILLION (1UL << 30)
>
>-#define TEST_DURATION_S 20 /* in seconds */
>+#define TEST_DURATION_S 4 /* in seconds */
> #define N_TIMERS    50
>
> static struct rte_timer timer[N_TIMERS];
>--
>2.13.6

--------------------------------------------------------------
Intel Research and Development Ireland Limited
Registered in Ireland
Registered Office: Collinstown Industrial Park, Leixlip, County Kildare
Registered Number: 308263


This e-mail and any attachments may contain confidential material for the sole
use of the intended recipient(s). Any review or distribution by others is
strictly prohibited. If you are not the intended recipient, please contact the
sender and delete all copies.

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

* Re: [PATCH] test: reduce duration for timer racecond testcase
  2018-09-22  8:57 [PATCH] test: reduce duration for timer racecond testcase Jananee Parthasarathy
  2018-09-22  9:09 ` Parthasarathy, JananeeX M
@ 2018-10-29  2:39 ` Thomas Monjalon
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2018-10-29  2:39 UTC (permalink / raw)
  To: Jananee Parthasarathy; +Cc: dev, reshma.pattan

22/09/2018 10:57, Jananee Parthasarathy:
> Reduced test duration for timer_racecond unit test.
> This wil help to receive quicker test results.
> 
> Signed-off-by: Jananee Parthasarathy <jananeex.m.parthasarathy@intel.com>

Applied, thanks

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

end of thread, other threads:[~2018-10-29  2:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-22  8:57 [PATCH] test: reduce duration for timer racecond testcase Jananee Parthasarathy
2018-09-22  9:09 ` Parthasarathy, JananeeX M
2018-10-29  2:39 ` Thomas Monjalon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.