Re: [PATCH 3/3] net: e1000: Add missing address translations

2021-01-27 Thread Tom Rini
On Mon, Nov 16, 2020 at 06:02:30PM +0100, Stefan Roese wrote: > Add some missing address translations from virtual address in local DRAM > to physical address, which is needed for the DMA transactions to work > correctly. > > This issue was detected while testing the e1000 driver on the MIPS > Oc

[PATCH 3/3] net: e1000: Add missing address translations

2020-11-16 Thread Stefan Roese
Add some missing address translations from virtual address in local DRAM to physical address, which is needed for the DMA transactions to work correctly. This issue was detected while testing the e1000 driver on the MIPS Octeon III platform, which needs address translation. Signed-off-by: Stefan