net/e1000: use I/O device memory read/write API
authorSantosh Shukla <santosh.shukla@caviumnetworks.com>
Wed, 18 Jan 2017 01:21:32 +0000 (06:51 +0530)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 18 Jan 2017 16:18:26 +0000 (17:18 +0100)
commite66eda1c246d5fd4f20d5e200c874bac89e69a37
tree3307fc615a08e6703f0cf1ed37a4d965f9b2f21b
parentb15740bd435c9131b61755f6114c5cb151ce8ff4
net/e1000: use I/O device memory read/write API

Replace the raw I/O device memory read/write access with eal
abstraction for I/O device memory read/write access to fix
portability issues across different architectures.

CC: Wenzhuo Lu <wenzhuo.lu@intel.com>
Signed-off-by: Santosh Shukla <santosh.shukla@caviumnetworks.com>
Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
drivers/net/e1000/base/e1000_osdep.h
drivers/net/e1000/em_rxtx.c
drivers/net/e1000/igb_rxtx.c