DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev]  [PATCH] timer: move 64bit specific code under ARCH64
@ 2017-08-13 12:33 Jerin Jacob
  2017-10-11 20:44 ` [dpdk-dev] [dpdk-stable] " Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: Jerin Jacob @ 2017-08-13 12:33 UTC (permalink / raw)
  To: dev; +Cc: rsanford, Jerin Jacob, stable

64bit load and store will be an atomic operation on all the
64bit processors.
Change RTE_ARCH_X86_64 to RTE_ARCH_64 to reflect the case.

Fixes: 9b15ba895b9f ("timer: use a skip list")
Cc: stable@dpdk.org
Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
---
 lib/librte_timer/rte_timer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/librte_timer/rte_timer.c b/lib/librte_timer/rte_timer.c
index 5ee084080..f1f332d5c 100644
--- a/lib/librte_timer/rte_timer.c
+++ b/lib/librte_timer/rte_timer.c
@@ -525,7 +525,7 @@ void rte_timer_manage(void)
 		return;
 	cur_time = rte_get_timer_cycles();
 
-#ifdef RTE_ARCH_X86_64
+#ifdef RTE_ARCH_64
 	/* on 64-bit the value cached in the pending_head.expired will be
 	 * updated atomically, so we can consult that for a quick check here
 	 * outside the lock */
-- 
2.14.1

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

* Re: [dpdk-dev] [dpdk-stable] [PATCH] timer: move 64bit specific code under ARCH64
  2017-08-13 12:33 [dpdk-dev] [PATCH] timer: move 64bit specific code under ARCH64 Jerin Jacob
@ 2017-10-11 20:44 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2017-10-11 20:44 UTC (permalink / raw)
  To: Jerin Jacob; +Cc: stable, dev, rsanford

13/08/2017 14:33, Jerin Jacob:
> 64bit load and store will be an atomic operation on all the
> 64bit processors.
> Change RTE_ARCH_X86_64 to RTE_ARCH_64 to reflect the case.
> 
> Fixes: 9b15ba895b9f ("timer: use a skip list")
> Cc: stable@dpdk.org
> Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>

Applied, thanks

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

end of thread, other threads:[~2017-10-11 20:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-13 12:33 [dpdk-dev] [PATCH] timer: move 64bit specific code under ARCH64 Jerin Jacob
2017-10-11 20:44 ` [dpdk-dev] [dpdk-stable] " Thomas Monjalon

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).