Xuelin Shi 89626cb570 e1000: fix big endian access
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@freescale.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
2015-02-20 11:44:52 +01:00
..
2015-02-20 11:44:52 +01:00
2014-09-18 20:52:42 +02:00
2014-09-18 20:52:42 +02:00
2014-11-27 16:21:11 +01:00
2014-09-18 20:52:42 +02:00
2014-11-27 16:21:11 +01:00
2015-02-03 16:56:58 +01:00