hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/tools/testing/selftests/net/msg_zerocopy.sh
....@@ -25,6 +25,8 @@
2525 if [[ "$#" -eq "0" ]]; then
2626 $0 4 tcp -t 1
2727 $0 6 tcp -t 1
28
+ $0 4 udp -t 1
29
+ $0 6 udp -t 1
2830 echo "OK. All tests passed"
2931 exit 0
3032 fi