[dpdk-dev] [PATCH] eal: add const in prefetch functions
Thomas Monjalon
thomas.monjalon at 6wind.com
Wed Jul 8 12:03:36 CEST 2015
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 <pablo.de.lara.guarch at intel.com>
>
> Acked-by: Bruce Richardson <bruce.richardson at intel.com>
Applied, thanks
More information about the dev
mailing list