Re: [PATCH net-next] net: nixge: Add support for 64-bit platforms

From: David Miller
Date: Wed Aug 29 2018 - 22:55:26 EST


From: Moritz Fischer <mdf@xxxxxxxxxx>
Date: Tue, 28 Aug 2018 15:16:31 -0700

> Add support for 64-bit platforms to driver.
>
> The hardware only supports 32-bit register accesses
> so the accesses need to be split up into two writes
> when setting the current and tail descriptor values.
>
> Signed-off-by: Moritz Fischer <mdf@xxxxxxxxxx>

Applied, thanks.