From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 5ED8FC320 for ; Tue, 16 Jun 2015 17:10:09 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP; 16 Jun 2015 08:10:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,626,1427785200"; d="scan'208";a="728488917" Received: from bricha3-mobl3.ger.corp.intel.com ([10.243.20.22]) by fmsmga001.fm.intel.com with SMTP; 16 Jun 2015 08:10:03 -0700 Received: by (sSMTP sendmail emulation); Tue, 16 Jun 2015 16:10:03 +0025 Date: Tue, 16 Jun 2015 16:10:02 +0100 From: Bruce Richardson To: Pablo de Lara Message-ID: <20150616151002.GA9236@bricha3-MOBL3> References: <1433514804-7075-1-git-send-email-pablo.de.lara.guarch@intel.com> <1433514804-7075-2-git-send-email-pablo.de.lara.guarch@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1433514804-7075-2-git-send-email-pablo.de.lara.guarch@intel.com> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 1/6] eal: add const in prefetch functions X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jun 2015 15:10:10 -0000 On Fri, Jun 05, 2015 at 03:33:19PM +0100, Pablo de Lara wrote: > rte_prefetchX functions included volatile void *p as parameter, > but the function does not modify it, so it should include the const keyword. > > Signed-off-by: Pablo de Lara Acked-by: Bruce Richardson