From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f53.google.com (mail-wg0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id F16B7E72 for ; Wed, 8 Jul 2015 12:04:46 +0200 (CEST) Received: by wgxm20 with SMTP id m20so7755621wgx.3 for ; Wed, 08 Jul 2015 03:04:46 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=3ChHivQIPk2n1rZdco9TQN7HYE6s6lAJyJ6gfdh21fg=; b=IP935xp5f31NunK86fh+N3tsH58PdQPKmhGpFKLq6qT7VguGcak0M/bVEsNGQO3eXD xr0PVGW4ykMjClySLPZF0ByHVtNj55K4g0lIABOCPgdobGVQGkw0Aju1e5hE+hYS0Gj9 qqSaPK3q/9MVz/IPetgxhMj7r55SQnJ69fqIYjmLu0/Wb//nbrUVhKNiwG56ld5TvHaw 2GUtTX8tEMfJaOeRz3dTLjmB3UfUFj32FQIO1AdTI5zZrACae475EGHRuYH3V2ciKOKl BptEVDBYjMkWFYXUa6i/hw29T52p0bWiuslOJiD011tfS81mGqXniqO3bJX/Xm1Xh5km FvJA== X-Gm-Message-State: ALoCoQlsoekw8ldlXT6HVaXcVR1opI/Yl0qUpBpDdY+m+jDEnGovTJNls9crCVQ1NCg+xGHgWqPx X-Received: by 10.180.37.229 with SMTP id b5mr110387922wik.16.1436349886815; Wed, 08 Jul 2015 03:04:46 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id u6sm2565491wja.40.2015.07.08.03.04.45 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 08 Jul 2015 03:04:46 -0700 (PDT) From: Thomas Monjalon To: Pablo de Lara Date: Wed, 08 Jul 2015 12:03:36 +0200 Message-ID: <1529949.1sfRz5yXh4@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <20150708095946.GD152@bricha3-MOBL3> References: <1436349093-32045-1-git-send-email-pablo.de.lara.guarch@intel.com> <20150708095946.GD152@bricha3-MOBL3> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] 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: Wed, 08 Jul 2015 10:04:47 -0000 2015-07-08 10:59, Bruce Richardson: > On Wed, Jul 08, 2015 at 10:51:33AM +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 Applied, thanks