Re: [PATCH] virtio_net: fix endian-ness for RSS

2022-08-15 Thread Andrew Melnichenko
Reviewed-by: Andrew Melnychenko and...@daynix.com On Fri, Aug 12, 2022 at 1:30 PM wrote: > > Hello: > > This patch was applied to netdev/net.git (master) > by David S. Miller : > > On Thu, 11 Aug 2022 08:51:58 -0400 you wrote: > > Using native endian-ness for device supplied fields is wrong > >

[PATCH] virtio_net: fix endian-ness for RSS

2022-08-11 Thread Michael S. Tsirkin
Using native endian-ness for device supplied fields is wrong on BE platforms. Sparse warns about this. Fixes: 91f41f01d219 ("drivers/net/virtio_net: Added RSS hash report.") Cc: "Andrew Melnychenko" Signed-off-by: Michael S. Tsirkin --- drivers/net/virtio_net.c | 4 ++-- 1 file changed, 2