Re: [PATCH net-next] r8169: consider that 32 Bit DMA is the default

2019-06-29 Thread David Miller
From: Heiner Kallweit Date: Thu, 27 Jun 2019 23:12:39 +0200 > Documentation/DMA-API-HOWTO.txt states: > By default, the kernel assumes that your device can address 32-bits of > DMA addressing. For a 64-bit capable device, this needs to be increased, > and for a device with limitations, it needs t

[PATCH net-next] r8169: consider that 32 Bit DMA is the default

2019-06-27 Thread Heiner Kallweit
Documentation/DMA-API-HOWTO.txt states: By default, the kernel assumes that your device can address 32-bits of DMA addressing. For a 64-bit capable device, this needs to be increased, and for a device with limitations, it needs to be decreased. Therefore we don't need the 32 Bit DMA fallback confi