[dpdk-dev] [PATCH] eal:ppc: fix incorrect ifdef for ppc_64

David Marchand david.marchand at redhat.com
Thu Oct 24 11:36:50 CEST 2019


On Thu, Sep 26, 2019 at 9:44 AM Ferruh Yigit <ferruh.yigit at intel.com> wrote:
> On 9/25/2019 10:42 PM, David Christensen wrote:
> > An ifdef present in eal_memory.c references "RTE_ARCH_PPC64" when
> > it should actually use "RTE_ARCH_PPC_64".  Simple testing revealed
> > that both the PPC_64 and non-PPC_64 versions of the code involved
> > work, but the PPC_64 version of the code is retained to be
> > consistent with other instances in the same file where mmapped
> > memory is accessed in reverse order on Power platforms.
> >
> > Fixes: 66cc45e ("mem: replace memseg with memseg lists")
Cc: stable at dpdk.org

> >
> > Signed-off-by: David Christensen <drc at linux.vnet.ibm.com>
> Reviewed-by: Ferruh Yigit <ferruh.yigit at intel.com>

Applied, thanks.


-- 
David Marchand



More information about the dev mailing list