Re: [PATCH net-next] net: vxget: clean up sparse warnings

2020-12-14 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Sat, 12 Dec 2020 15:44:26 -0800 you wrote: > This code is copying strings in 64 bit quantities, the device > returns them in big endian. As long as we store in big endian > IOW endian on both sides matches, we're good, s

[PATCH net-next] net: vxget: clean up sparse warnings

2020-12-12 Thread Jakub Kicinski
This code is copying strings in 64 bit quantities, the device returns them in big endian. As long as we store in big endian IOW endian on both sides matches, we're good, so swap to_be64, not from be64. This fixes ~60 sparse warnings. Signed-off-by: Jakub Kicinski --- .../net/ethernet/neterion/v