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

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


> e1000 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