From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [dpdk-stable] [PATCH] timer: move 64bit specific code under ARCH64 Date: Wed, 11 Oct 2017 22:44:09 +0200 Message-ID: <2058609.OQMm5F1XHL@xps> References: <20170813123338.23237-1-jerin.jacob@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: stable@dpdk.org, dev@dpdk.org, rsanford@akamai.com To: Jerin Jacob Return-path: In-Reply-To: <20170813123338.23237-1-jerin.jacob@caviumnetworks.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 Applied, thanks