[dpdk-dev] [PATCH] ixgbe: fix ixgbe PCI access endian issue

Thomas Monjalon thomas.monjalon at 6wind.com
Fri Feb 20 11:53:12 CET 2015


> ixgbe is little endian, but cpu maybe not.
> add necessary conversions.
>     rte_cpu_to_le_32(...) for PCI write
>     rte_le_to_cpu_32(...) for PCI read.
> 
> Signed-off-by: Xuelin Shi <xuelin.shi at freescale.com>

Acked-by: Thomas Monjalon <thomas.monjalon at 6wind.com>

Applied, thanks


More information about the dev mailing list