From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH 1/6] eal: add const in prefetch functions Date: Tue, 16 Jun 2015 16:10:02 +0100 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 Cc: dev@dpdk.org To: Pablo de Lara 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) Content-Disposition: inline In-Reply-To: <1433514804-7075-2-git-send-email-pablo.de.lara.guarch@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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