[PATCH 0/2] make e1000 work on MIPS

2023-02-10 Thread Denis Orlov
With these changes, e1000 driver now works on MIPS Malta in QEMU with the corresponding network controller attached: -netdev user,tftp=/tftpboot,id=net0 -device e1000,netdev=net0 Antony Pavlov (1): net: e1000: properly map dma allocations Denis Orlov (1): dma: use virt/phys conversions when

Re: [PATCH 0/2] make e1000 work on MIPS

2023-02-13 Thread Sascha Hauer
On Fri, Feb 10, 2023 at 05:39:22PM +0300, Denis Orlov wrote: > With these changes, e1000 driver now works on MIPS Malta in QEMU with > the corresponding network controller attached: > -netdev user,tftp=/tftpboot,id=net0 -device e1000,netdev=net0 > > Antony Pavlov (1): > net: e1000: properly ma