Re: [PATCH net] selftests: net: tcp_mmap: fix SO_RCVLOWAT setting

2020-05-06 Thread David Miller
From: Eric Dumazet Date: Wed, 6 May 2020 09:21:15 -0700 > Since chunk_size is no longer an integer, we can not > use it directly as an argument of setsockopt(). > > This patch should fix tcp_mmap for Big Endian kernels. > > Fixes: 597b01edafac ("selftests: net: avoid ptl lock contention in tcp

Re: [PATCH net] selftests: net: tcp_mmap: fix SO_RCVLOWAT setting

2020-05-06 Thread David Miller
From: Eric Dumazet Date: Wed, 6 May 2020 09:21:15 -0700 > Since chunk_size is no longer an integer, we can not > use it directly as an argument of setsockopt(). > > This patch should fix tcp_mmap for Big Endian kernels. > > Fixes: 597b01edafac ("selftests: net: avoid ptl lock contention in tcp