linux-kernel-test/drivers/net/e1000e
Alexander Duyck 03b1320dfc e1000e: remove use of skb_dma_map from e1000e driver
In testing we have found that skb_dma_map/unmap is incompatible with HW
IOMMU due to the fact that multiple mappings will return different results.
In order to correct this we need to remove skb_dma_map/unmap calls from the
e1000e driver.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-12-02 19:57:10 -08:00
..
82571.c e1000e: comment corrections 2009-12-02 00:35:54 -08:00
defines.h e1000e: update copyright information 2009-11-21 11:34:09 -08:00
e1000.h e1000e: remove use of skb_dma_map from e1000e driver 2009-12-02 19:57:10 -08:00
es2lan.c e1000e: provide family-specific PHY power up/down operations 2009-12-02 00:35:52 -08:00
ethtool.c e1000e: Use sizeof struct rather than pointer in e1000_get_eeprom() 2009-12-02 00:35:56 -08:00
hw.h e1000e: enable new 82567V-3 device 2009-12-02 00:35:53 -08:00
ich8lan.c e1000e: add debug messages 2009-12-02 00:35:54 -08:00
lib.c e1000e: comment corrections 2009-12-02 00:35:54 -08:00
Makefile e1000e: reformat comment blocks, cosmetic changes only 2008-03-28 22:14:56 -04:00
netdev.c e1000e: remove use of skb_dma_map from e1000e driver 2009-12-02 19:57:10 -08:00
param.c e1000e: update copyright information 2009-11-21 11:34:09 -08:00
phy.c e1000e: PHY type cleanups in e1000e_check_downshift() 2009-12-02 00:35:55 -08:00