[dpdk-dev] [PATCH v2 6/7] virtio: fix pci accesses for ppc64 in legacy mode

Olivier Matz olivier.matz at 6wind.com
Fri May 20 14:18:27 CEST 2016



On 05/20/2016 02:11 PM, Olivier Matz wrote:
> Maybe I could replace in the patch:
>   #ifdef RTE_ARCH_PPC_64
> By something like :
>   #if defined(RTE_ARCH_PPC_64) && (RTE_BYTE_ORDER == RTE_LITTLE_ENDIAN)

Hmm it's probably useless since we already do a
rte_be_to_cpu_*(), so it should do nothing on BE
targets.



More information about the dev mailing list