From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com
 [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 62FBB1B2F7
 for <dev@dpdk.org>; Tue, 13 Feb 2018 19:04:36 +0100 (CET)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id C7B9520940;
 Tue, 13 Feb 2018 13:04:35 -0500 (EST)
Received: from frontend1 ([10.202.2.160])
 by compute1.internal (MEProxy); Tue, 13 Feb 2018 13:04:35 -0500
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h=
 cc:content-transfer-encoding:content-type:date:from:in-reply-to
 :message-id:mime-version:references:subject:to:x-me-sender
 :x-me-sender:x-sasl-enc; s=mesmtp; bh=ilbQXZtnJP3WPgLqO9UJKlF2Uv
 u5K+7s9gJT6uSv9sU=; b=IXqa+JzTCveLQNZB4bLEw2Vb1ehZ522dnOCBfuH+R8
 Xpz5vdPl9NbsQZ+2oG4aUiYL0t/d5mg63oWEtQEYN7Cp6eCPq25NWOAJ4lA3VCOX
 PlrOGfneOkK7iDTsVTBFpHXzBjrMfToRq+i8d9398rYa+U8ht4/1zUig1WnfGsiF
 0=
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=
 messagingengine.com; h=cc:content-transfer-encoding:content-type
 :date:from:in-reply-to:message-id:mime-version:references
 :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=ilbQXZ
 tnJP3WPgLqO9UJKlF2Uvu5K+7s9gJT6uSv9sU=; b=a02O2YM394Eh270D8reWK4
 okDDZzrfaEkl5m3B5gx8CHnGNbhluzTnQ+Q2yXFD5I0eZ4ZuseJpNUnZ23gv7VhW
 OEW08N+WHDwVJUs6dX3TNXaDBUi4anRq4jvpVFebxqYHu1yo+Udj4MQKnR28fGCm
 cnkGR0qe5XDC1L6JwPmfV5xe6QT7m9TiP2XEsqp9gAKPB8xMKh3icXnOA+C8onyb
 7rp+10yEkCjoIzEMYfLqx+zoUlDlDMK6tr6B+xb6jmn/f/upbdW2vnrqkC6OEHlG
 IvvT7v82KhbityEEe07d8GXmWx1awMrvYvq+tPY83bFSuKxYxkcsVEJu+KOQjYDw
 ==
X-ME-Sender: <xms:syiDWvs_Vz_q8V7GQ7K6Yi5u6rzVMPjGqqGnU1OCiDmI37s430txHg>
Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184])
 by mail.messagingengine.com (Postfix) with ESMTPA id 627977E4A8;
 Tue, 13 Feb 2018 13:04:35 -0500 (EST)
From: Thomas Monjalon <thomas@monjalon.net>
To: Dustin Lundquist <dustin@null-ptr.net>
Cc: dev@dpdk.org, Remy Horton <remy.horton@intel.com>
Date: Tue, 13 Feb 2018 19:04:25 +0100
Message-ID: <1619687.gqSIvLtgYv@xps>
In-Reply-To: <20180213165856.1729-1-dustin@null-ptr.net>
References: <20180213165856.1729-1-dustin@null-ptr.net>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH v2] example exception_path: cache align per
	CPU stats
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Tue, 13 Feb 2018 18:04:36 -0000

13/02/2018 17:58, Dustin Lundquist:
> Align stats structure to cache line to prevent bouncing per CPU stats
> structure between cache lines.
> 
> Fixes: af75078fece3 ("first public release")
> 
> Signed-off-by: Dustin Lundquist <dustin@null-ptr.net>

Acked-by: Remy Horton <remy.horton@intel.com>

Applied, thanks