From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 189E81B29F for ; Tue, 13 Feb 2018 09:40:49 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Feb 2018 00:40:48 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,506,1511856000"; d="scan'208";a="17256066" Received: from rhorton-mobl1.ger.corp.intel.com (HELO [163.33.231.16]) ([163.33.231.16]) by orsmga007.jf.intel.com with ESMTP; 13 Feb 2018 00:40:48 -0800 To: dev@dpdk.org References: <20180213034317.28219-1-dustin@null-ptr.net> Cc: Dustin Lundquist From: Remy Horton Organization: Intel Shannon Limited Message-ID: <6d1dbfdf-ea04-ed56-40fe-d3c17b2c859e@intel.com> Date: Tue, 13 Feb 2018 08:40:47 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <20180213034317.28219-1-dustin@null-ptr.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Feb 2018 08:40:50 -0000 Patch ought to also have: Fixes: af75078fece3 ("first public release") Otherwise looks good to me. I'm not the maintainer so have only done basic smoke tests. On 13/02/2018 03:43, Dustin Lundquist wrote: [..] > Signed-off-by: Dustin Lundquist > --- > examples/exception_path/main.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Acked-by: Remy Horton