Currently, sendmmsg is implemented in udpgso_bench_tx.c,
but it is not called by any test script.
This patch adds a test for sendmmsg in udpgso_bench.sh.
This allows for basic API testing and benchmarking
comparisons with GSO.
Signed-off-by: Kenjiro Nakayama
---
tools/testing/selftests/net
Currently, sendmmsg is implemented in udpgso_bench_tx.c,
but it is not called by any test script.
This patch adds a test for sendmmsg in udpgso_bench.sh.
This allows for basic API testing and benchmarking
comparisons with GSO.
---
tools/testing/selftests/net/udpgso_bench.sh | 3 +++
1 file change
Remove trailing whitespace in tcp.h icmp.c syncookies.c
Signed-off-by: Kenjiro Nakayama
---
include/net/tcp.h | 12 ++--
net/ipv6/icmp.c | 1 -
net/ipv6/syncookies.c | 1 -
3 files changed, 6 insertions(+), 8 deletions(-)
diff --git a/include/net/tcp.h b/include/net/tcp.h
d_alloc_root is obsolete. Replace with d_make_root.
Signed-off-by: Kenjiro Nakayama
---
include/linux/exportfs.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/exportfs.h b/include/linux/exportfs.h
index 41b223a..c668cf6 100644
--- a/include/linux/exportfs.h
This patch adds a TCP_FASTOPEN socket option to get a max backlog on its
listener to getsockopt().
Signed-off-by: Kenjiro Nakayama
---
net/ipv4/tcp.c | 8
1 file changed, 8 insertions(+)
diff --git a/net/ipv4/tcp.c b/net/ipv4/tcp.c
index 4bd6d52..eb1dde3 100644
--- a/net/ipv4/tcp.c
Hi,
TCP_FASTOPEN option can be set via setsockopt(), but the value cannot be
gotten via getsockopt(). This patch adds the option to getsockopt().
Sighned-off-by: Kenjiro Nakayama
Add option to get TCP_FASTOPEN to getsockopt()
---
net/ipv4/tcp.c | 7 +++
1 file changed, 7
TCP_FASTOPEN option can be set via setsockopt(), but the value cannot be
gotten via getsockopt(). This patch adds the option to getsockopt().
Sighned-off-by: Kenjiro Nakayama
Add option to get TCP_FASTOPEN to getsockopt()
---
net/ipv4/tcp.c | 5 +
1 file changed, 5 insertions
7 matches
Mail list logo