Re: [PATCH] drivers: net: xilinx_emaclite: remove arch limitation

2021-02-16 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Tue, 16 Feb 2021 22:33:42 + you wrote: > The changes made in eccd540 is enough for xilinx_emaclite to run > without problem on 64-bit systems. I have tested it on a Xilinx > FPGA with RV64 softcore. The architecture

[PATCH] drivers: net: xilinx_emaclite: remove arch limitation

2021-02-16 Thread Gary Guo
The changes made in eccd540 is enough for xilinx_emaclite to run without problem on 64-bit systems. I have tested it on a Xilinx FPGA with RV64 softcore. The architecture limitation in Kconfig seems no longer necessary. A small change is included to print address with %lx instead of casting to int