r8169: set coherent DMA mask as well as streaming DMA mask
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Fri, 14 Oct 2016 13:40:33 +0000 (14:40 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sat, 15 Oct 2016 21:29:38 +0000 (17:29 -0400)
commitf0076436136751359e0886f3302a2a0b3a28ba6e
treefb74c7814c00443afef5987ce191bd47314fb161
parent9e55d0f95460a067def5400fa5eee5dabb0fc5a5
r8169: set coherent DMA mask as well as streaming DMA mask

PCI devices that are 64-bit DMA capable should set the coherent
DMA mask as well as the streaming DMA mask. On some architectures,
these are managed separately, and so the coherent DMA mask will be
left at its default value of 32 if it is not set explicitly. This
results in errors such as

     r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
     hwdev DMA mask = 0x00000000ffffffff, dev_addr = 0x00000080fbfff000
     swiotlb: coherent allocation failed for device 0000:02:00.0 size=4096
     CPU: 0 PID: 1062 Comm: systemd-udevd Not tainted 4.8.0+ #35
     Hardware name: AMD Seattle/Seattle, BIOS 10:53:24 Oct 13 2016

on systems without memory that is 32-bit addressable by PCI devices.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Acked-by: Francois Romieu <romieu@fr.zoreil.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/realtek/r8169.c