KERNEL SELFTESTS: linux_headers_dir is /usr/src/linux-headers-x86_64-rhel-7.6-c9ac3b69cfdbc46a0504fa353b5126827e4b0bdb 2020-02-02 21:57:13 ln -sf /usr/bin/clang-6.0 /usr/bin/clang 2020-02-02 21:57:13 ln -sf /usr/bin/llc-6.0 /usr/bin/llc ignored_by_lkp media_tests test 2020-02-02 21:57:13 make run_tests -C membarrier make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-c9ac3b69cfdbc46a0504fa353b5126827e4b0bdb/tools/testing/selftests/membarrier' gcc -g -I../../../../usr/include/ membarrier_test_single_thread.c -lpthread -o /usr/src/perf_selftests-x86_64-rhel-7.6-c9ac3b69cfdbc46a0504fa353b5126827e4b0bdb/tools/testing/selftests/membarrier/membarrier_test_single_thread gcc -g -I../../../../usr/include/ membarrier_test_multi_thread.c -lpthread -o /usr/src/perf_selftests-x86_64-rhel-7.6-c9ac3b69cfdbc46a0504fa353b5126827e4b0bdb/tools/testing/selftests/membarrier/membarrier_test_multi_thread TAP version 13 1..2 # selftests: membarrier: membarrier_test_single_thread # TAP version 13 # 1..13 # ok 1 sys_membarrier available # ok 2 sys membarrier invalid command test: command = -1, flags = 0, errno = 22. Failed as expected # ok 3 sys membarrier MEMBARRIER_CMD_QUERY invalid flags test: flags = 1, errno = 22. Failed as expected # ok 4 sys membarrier MEMBARRIER_CMD_PRIVATE_EXPEDITED not registered failure test: flags = 0, errno = 1 # ok 5 sys membarrier MEMBARRIER_CMD_PRIVATE_EXPEDITED_SYNC_CORE not registered failure test: flags = 0, errno = 1 # ok 6 sys membarrier MEMBARRIER_CMD_GLOBAL test: flags = 0 # ok 7 sys membarrier MEMBARRIER_CMD_REGISTER_PRIVATE_EXPEDITED test: flags = 0 # ok 8 sys membarrier MEMBARRIER_CMD_PRIVATE_EXPEDITED test: flags = 0 # ok 9 sys membarrier MEMBARRIER_CMD_REGISTER_PRIVATE_EXPEDITED_SYNC_CORE test: flags = 0 # ok 10 sys membarrier MEMBARRIER_CMD_PRIVATE_EXPEDITED_SYNC_CORE test: flags = 0 # ok 11 sys membarrier MEMBARRIER_CMD_GLOBAL_EXPEDITED test: flags = 0 # ok 12 sys membarrier MEMBARRIER_CMD_REGISTER_GLOBAL_EXPEDITED test: flags = 0 # ok 13 sys membarrier MEMBARRIER_CMD_GLOBAL_EXPEDITED test: flags = 0 # # Pass 13 Fail 0 Xfail 0 Xpass 0 Skip 0 Error 0 ok 1 selftests: membarrier: membarrier_test_single_thread # selftests: membarrier: membarrier_test_multi_thread # TAP version 13 # 1..13 # ok 1 sys_membarrier available # ok 2 sys membarrier invalid command test: command = -1, flags = 0, errno = 22. Failed as expected # ok 3 sys membarrier MEMBARRIER_CMD_QUERY invalid flags test: flags = 1, errno = 22. Failed as expected # ok 4 sys membarrier MEMBARRIER_CMD_PRIVATE_EXPEDITED not registered failure test: flags = 0, errno = 1 # ok 5 sys membarrier MEMBARRIER_CMD_PRIVATE_EXPEDITED_SYNC_CORE not registered failure test: flags = 0, errno = 1 # ok 6 sys membarrier MEMBARRIER_CMD_GLOBAL test: flags = 0 # ok 7 sys membarrier MEMBARRIER_CMD_REGISTER_PRIVATE_EXPEDITED test: flags = 0 # ok 8 sys membarrier MEMBARRIER_CMD_PRIVATE_EXPEDITED test: flags = 0 # ok 9 sys membarrier MEMBARRIER_CMD_REGISTER_PRIVATE_EXPEDITED_SYNC_CORE test: flags = 0 # ok 10 sys membarrier MEMBARRIER_CMD_PRIVATE_EXPEDITED_SYNC_CORE test: flags = 0 # ok 11 sys membarrier MEMBARRIER_CMD_GLOBAL_EXPEDITED test: flags = 0 # ok 12 sys membarrier MEMBARRIER_CMD_REGISTER_GLOBAL_EXPEDITED test: flags = 0 # ok 13 sys membarrier MEMBARRIER_CMD_GLOBAL_EXPEDITED test: flags = 0 # # Pass 13 Fail 0 Xfail 0 Xpass 0 Skip 0 Error 0 ok 2 selftests: membarrier: membarrier_test_multi_thread make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-c9ac3b69cfdbc46a0504fa353b5126827e4b0bdb/tools/testing/selftests/membarrier' 2020-02-02 21:57:13 make run_tests -C memfd make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-c9ac3b69cfdbc46a0504fa353b5126827e4b0bdb/tools/testing/selftests/memfd' gcc -D_FILE_OFFSET_BITS=64 -I../../../../include/uapi/ -I../../../../include/ -I../../../../usr/include/ -c -o common.o common.c gcc -D_FILE_OFFSET_BITS=64 -I../../../../include/uapi/ -I../../../../include/ -I../../../../usr/include/ memfd_test.c common.o -o /usr/src/perf_selftests-x86_64-rhel-7.6-c9ac3b69cfdbc46a0504fa353b5126827e4b0bdb/tools/testing/selftests/memfd/memfd_test memfd_test.c: In function ‘mfd_assert_reopen_fd’: memfd_test.c:64:7: warning: implicit declaration of function ‘open’ [-Wimplicit-function-declaration] fd = open(path, O_RDWR); ^~~~ memfd_test.c: In function ‘mfd_assert_get_seals’: memfd_test.c:90:6: warning: implicit declaration of function ‘fcntl’ [-Wimplicit-function-declaration] r = fcntl(fd, F_GET_SEALS); ^~~~~ memfd_test.c: In function ‘mfd_assert_write’: memfd_test.c:397:6: warning: implicit declaration of function ‘fallocate’ [-Wimplicit-function-declaration] r = fallocate(fd, ^~~~~~~~~ gcc -D_FILE_OFFSET_BITS=64 -I../../../../include/uapi/ -I../../../../include/ -I../../../../usr/include/ fuse_mnt.c -lfuse -pthread -o /usr/src/perf_selftests-x86_64-rhel-7.6-c9ac3b69cfdbc46a0504fa353b5126827e4b0bdb/tools/testing/selftests/memfd/fuse_mnt gcc -D_FILE_OFFSET_BITS=64 -I../../../../include/uapi/ -I../../../../include/ -I../../../../usr/include/ fuse_test.c common.o -o /usr/src/perf_selftests-x86_64-rhel-7.6-c9ac3b69cfdbc46a0504fa353b5126827e4b0bdb/tools/testing/selftests/memfd/fuse_test fuse_test.c: In function ‘mfd_assert_get_seals’: fuse_test.c:67:6: warning: implicit declaration of function ‘fcntl’ [-Wimplicit-function-declaration] r = fcntl(fd, F_GET_SEALS); ^~~~~ fuse_test.c: In function ‘main’: fuse_test.c:261:7: warning: implicit declaration of function ‘open’ [-Wimplicit-function-declaration] fd = open(argv[1], O_RDONLY | O_CLOEXEC); ^~~~ TAP version 13 1..3 # selftests: memfd: memfd_test # memfd: CREATE # memfd: BASIC # memfd: SEAL-WRITE # memfd: SEAL-FUTURE-WRITE # memfd: CREATE # memfd: BASIC # memfd: SEAL-WRITE # memfd: SEAL-FUTURE-WRITE # memfd: SEAL-SHRINK # memfd: SEAL-GROW # memfd: SEAL-RESIZE # memfd: SHARE-DUP # memfd: SHARE-MMAP # memfd: SHARE-OPEN # memfd: SHARE-FORK # memfd: SHARE-DUP (shared file-table) # memfd: SHARE-MMAP (shared file-table) # memfd: SHARE-OPEN (shared file-table) # memfd: SHARE-FORK (shared file-table) # memfd: DONE ok 1 selftests: memfd: memfd_test # selftests: memfd: run_fuse_test.sh # opening: ./mnt/memfd # fuse: DONE ok 2 selftests: memfd: run_fuse_test.sh # selftests: memfd: run_hugetlbfs_test.sh # ./run_hugetlbfs_test.sh: line 60: 1519 Aborted ./memfd_test hugetlbfs # opening: ./mnt/memfd # fuse: DONE ok 3 selftests: memfd: run_hugetlbfs_test.sh make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-c9ac3b69cfdbc46a0504fa353b5126827e4b0bdb/tools/testing/selftests/memfd' 2020-02-02 21:57:16 make run_tests -C memory-hotplug make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-c9ac3b69cfdbc46a0504fa353b5126827e4b0bdb/tools/testing/selftests/memory-hotplug' TAP version 13 1..1 # selftests: memory-hotplug: mem-on-off-test.sh # Test scope: 2% hotplug memory # online all hot-pluggable memory in offline state: # SKIPPED - no hot-pluggable memory in offline state # offline 2% hot-pluggable memory in online state # trying to offline 3 out of 102 memory block(s): # online->offline memory1 # online->offline memory10 # online->offline memory100 # online all hot-pluggable memory in offline state: # offline->online memory1 # offline->online memory10 # offline->online memory100 # Test with memory notifier error injection ok 1 selftests: memory-hotplug: mem-on-off-test.sh make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-c9ac3b69cfdbc46a0504fa353b5126827e4b0bdb/tools/testing/selftests/memory-hotplug' 2020-02-02 21:57:19 make run_tests -C mount make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-c9ac3b69cfdbc46a0504fa353b5126827e4b0bdb/tools/testing/selftests/mount' gcc -Wall -O2 unprivileged-remount-test.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-c9ac3b69cfdbc46a0504fa353b5126827e4b0bdb/tools/testing/selftests/mount/unprivileged-remount-test TAP version 13 1..1 # selftests: mount: run_tests.sh ok 1 selftests: mount: run_tests.sh make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-c9ac3b69cfdbc46a0504fa353b5126827e4b0bdb/tools/testing/selftests/mount' 2020-02-02 21:57:19 make run_tests -C mqueue make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-c9ac3b69cfdbc46a0504fa353b5126827e4b0bdb/tools/testing/selftests/mqueue' gcc -O2 mq_open_tests.c -lrt -lpthread -lpopt -o /usr/src/perf_selftests-x86_64-rhel-7.6-c9ac3b69cfdbc46a0504fa353b5126827e4b0bdb/tools/testing/selftests/mqueue/mq_open_tests gcc -O2 mq_perf_tests.c -lrt -lpthread -lpopt -o /usr/src/perf_selftests-x86_64-rhel-7.6-c9ac3b69cfdbc46a0504fa353b5126827e4b0bdb/tools/testing/selftests/mqueue/mq_perf_tests TAP version 13 1..2 # selftests: mqueue: mq_open_tests # Using Default queue path - /test1 # # Initial system state: # Using queue path: /test1 # RLIMIT_MSGQUEUE(soft): 819200 # RLIMIT_MSGQUEUE(hard): 819200 # Maximum Message Size: 8192 # Maximum Queue Size: 10 # Default Message Size: 8192 # Default Queue Size: 10 # # Adjusted system state for testing: # RLIMIT_MSGQUEUE(soft): 819200 # RLIMIT_MSGQUEUE(hard): 819200 # Maximum Message Size: 8192 # Maximum Queue Size: 10 # Default Message Size: 8192 # Default Queue Size: 10 # # # Test series 1, behavior when no attr struct passed to mq_open: # Kernel supports setting defaults separately from maximums: PASS # Given sane values, mq_open without an attr struct succeeds: PASS # Kernel properly honors default setting knobs: PASS # Kernel properly limits default values to lesser of default/max: PASS # Kernel properly fails to create queue when defaults would # exceed rlimit: PASS # # # Test series 2, behavior when attr struct is passed to mq_open: # Queue open in excess of rlimit max when euid = 0 failed: PASS # Queue open with mq_maxmsg > limit when euid = 0 succeeded: PASS # Queue open with mq_msgsize > limit when euid = 0 succeeded: PASS # Queue open with total size > 2GB when euid = 0 failed: PASS # Queue open in excess of rlimit max when euid = 99 failed: PASS # Queue open with mq_maxmsg > limit when euid = 99 failed: PASS # Queue open with mq_msgsize > limit when euid = 99 failed: PASS # Queue open with total size > 2GB when euid = 99 failed: PASS ok 1 selftests: mqueue: mq_open_tests # selftests: mqueue: mq_perf_tests # # Initial system state: # Using queue path: /mq_perf_tests # RLIMIT_MSGQUEUE(soft): 819200 # RLIMIT_MSGQUEUE(hard): 819200 # Maximum Message Size: 8192 # Maximum Queue Size: 10 # Nice value: 0 # # Adjusted system state for testing: # RLIMIT_MSGQUEUE(soft): (unlimited) # RLIMIT_MSGQUEUE(hard): (unlimited) # Maximum Message Size: 16777216 # Maximum Queue Size: 65530 # Nice value: -20 # Continuous mode: (disabled) # CPUs to pin: 7 # # Queue /mq_perf_tests created: # mq_flags: O_NONBLOCK # mq_maxmsg: 65530 # mq_msgsize: 16 # mq_curmsgs: 0 # # Started mqueue performance test thread on CPU 7 # Max priorities: 32768 # Clock resolution: 1 nsec # # Test #1: Time send/recv message, queue empty # (10000000 iterations) # Send msg: 11.399788150s total time # 1139 nsec/msg # Recv msg: 11.513572303s total time # 1151 nsec/msg # # Test #2a: Time send/recv message, queue full, constant prio # : # (100000 iterations) # Filling queue...done. 0.42041705s # Testing...done. # Send msg: 0.118660172s total time # 1186 nsec/msg # Recv msg: 0.118603431s total time # 1186 nsec/msg # Draining queue...done. 0.40287238s # # Test #2b: Time send/recv message, queue full, increasing prio # : # (100000 iterations) # Filling queue...done. 0.47407196s # Testing...done. # Send msg: 0.125656708s total time # 1256 nsec/msg # Recv msg: 0.119066563s total time # 1190 nsec/msg # Draining queue...done. 0.41085147s # # Test #2c: Time send/recv message, queue full, decreasing prio # : # (100000 iterations) # Filling queue...done. 0.47198706s # Testing...done. # Send msg: 0.121507790s total time # 1215 nsec/msg # Recv msg: 0.114561714s total time # 1145 nsec/msg # Draining queue...done. 0.41294498s # # Test #2d: Time send/recv message, queue full, random prio # : # (100000 iterations) # Filling queue...done. 0.52290529s # Testing...done. # Send msg: 0.130716594s total time # 1307 nsec/msg # Recv msg: 0.121338201s total time # 1213 nsec/msg # Draining queue...done. 0.44288823s ok 2 selftests: mqueue: mq_perf_tests make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-c9ac3b69cfdbc46a0504fa353b5126827e4b0bdb/tools/testing/selftests/mqueue' 2020-02-02 21:57:49 make run_tests -C net make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-c9ac3b69cfdbc46a0504fa353b5126827e4b0bdb/tools/testing/selftests/net' make --no-builtin-rules ARCH=x86 -C ../../../.. headers_install make[1]: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-c9ac3b69cfdbc46a0504fa353b5126827e4b0bdb' HOSTCC scripts/basic/fixdep HOSTCC scripts/unifdef WRAP arch/x86/include/generated/uapi/asm/bpf_perf_event.h WRAP arch/x86/include/generated/uapi/asm/errno.h WRAP arch/x86/include/generated/uapi/asm/fcntl.h WRAP arch/x86/include/generated/uapi/asm/ioctl.h WRAP arch/x86/include/generated/uapi/asm/ioctls.h WRAP arch/x86/include/generated/uapi/asm/ipcbuf.h WRAP arch/x86/include/generated/uapi/asm/param.h WRAP arch/x86/include/generated/uapi/asm/poll.h WRAP arch/x86/include/generated/uapi/asm/resource.h WRAP arch/x86/include/generated/uapi/asm/socket.h WRAP arch/x86/include/generated/uapi/asm/sockios.h WRAP arch/x86/include/generated/uapi/asm/termbits.h WRAP arch/x86/include/generated/uapi/asm/termios.h WRAP arch/x86/include/generated/uapi/asm/types.h SYSTBL arch/x86/include/generated/asm/syscalls_32.h SYSHDR arch/x86/include/generated/uapi/asm/unistd_32.h SYSHDR arch/x86/include/generated/uapi/asm/unistd_64.h SYSHDR arch/x86/include/generated/uapi/asm/unistd_x32.h HOSTCC arch/x86/tools/relocs_32.o HOSTCC arch/x86/tools/relocs_64.o HOSTCC arch/x86/tools/relocs_common.o HOSTLD arch/x86/tools/relocs UPD include/generated/uapi/linux/version.h HDRINST usr/include/video/edid.h HDRINST usr/include/video/sisfb.h HDRINST usr/include/video/uvesafb.h HDRINST usr/include/drm/drm_sarea.h HDRINST usr/include/drm/nouveau_drm.h HDRINST usr/include/drm/radeon_drm.h HDRINST usr/include/drm/vmwgfx_drm.h HDRINST usr/include/drm/vgem_drm.h HDRINST usr/include/drm/exynos_drm.h HDRINST usr/include/drm/drm_fourcc.h HDRINST usr/include/drm/panfrost_drm.h HDRINST usr/include/drm/i810_drm.h HDRINST usr/include/drm/amdgpu_drm.h HDRINST usr/include/drm/r128_drm.h HDRINST usr/include/drm/etnaviv_drm.h HDRINST usr/include/drm/msm_drm.h HDRINST usr/include/drm/v3d_drm.h HDRINST usr/include/drm/drm_mode.h HDRINST usr/include/drm/qxl_drm.h HDRINST usr/include/drm/virtgpu_drm.h HDRINST usr/include/drm/i915_drm.h HDRINST usr/include/drm/armada_drm.h HDRINST usr/include/drm/sis_drm.h HDRINST usr/include/drm/vc4_drm.h HDRINST usr/include/drm/savage_drm.h HDRINST usr/include/drm/drm.h HDRINST usr/include/drm/lima_drm.h HDRINST usr/include/drm/omap_drm.h HDRINST usr/include/drm/via_drm.h HDRINST usr/include/drm/mga_drm.h HDRINST usr/include/drm/tegra_drm.h HDRINST usr/include/mtd/mtd-user.h HDRINST usr/include/mtd/nftl-user.h HDRINST usr/include/mtd/inftl-user.h HDRINST usr/include/mtd/ubi-user.h HDRINST usr/include/mtd/mtd-abi.h HDRINST usr/include/xen/gntdev.h HDRINST usr/include/xen/evtchn.h HDRINST usr/include/xen/gntalloc.h HDRINST usr/include/xen/privcmd.h HDRINST usr/include/asm-generic/setup.h HDRINST usr/include/asm-generic/signal-defs.h HDRINST usr/include/asm-generic/kvm_para.h HDRINST usr/include/asm-generic/socket.h HDRINST usr/include/asm-generic/auxvec.h HDRINST usr/include/asm-generic/swab.h HDRINST usr/include/asm-generic/termios.h HDRINST usr/include/asm-generic/int-ll64.h HDRINST usr/include/asm-generic/termbits.h HDRINST usr/include/asm-generic/signal.h HDRINST usr/include/asm-generic/mman.h HDRINST usr/include/asm-generic/bpf_perf_event.h HDRINST usr/include/asm-generic/resource.h HDRINST usr/include/asm-generic/hugetlb_encode.h HDRINST usr/include/asm-generic/statfs.h HDRINST usr/include/asm-generic/ioctl.h HDRINST usr/include/asm-generic/sockios.h HDRINST usr/include/asm-generic/errno-base.h HDRINST usr/include/asm-generic/ipcbuf.h HDRINST usr/include/asm-generic/shmbuf.h HDRINST usr/include/asm-generic/errno.h HDRINST usr/include/asm-generic/poll.h HDRINST usr/include/asm-generic/stat.h HDRINST usr/include/asm-generic/bitsperlong.h HDRINST usr/include/asm-generic/types.h HDRINST usr/include/asm-generic/mman-common.h HDRINST usr/include/asm-generic/sembuf.h HDRINST usr/include/asm-generic/ucontext.h HDRINST usr/include/asm-generic/param.h HDRINST usr/include/asm-generic/fcntl.h HDRINST usr/include/asm-generic/unistd.h HDRINST usr/include/asm-generic/posix_types.h HDRINST usr/include/asm-generic/siginfo.h HDRINST usr/include/asm-generic/msgbuf.h HDRINST usr/include/asm-generic/ioctls.h HDRINST usr/include/asm-generic/int-l64.h HDRINST usr/include/rdma/hns-abi.h HDRINST usr/include/rdma/bnxt_re-abi.h HDRINST usr/include/rdma/rdma_user_cm.h HDRINST usr/include/rdma/cxgb4-abi.h HDRINST usr/include/rdma/efa-abi.h HDRINST usr/include/rdma/ib_user_ioctl_cmds.h HDRINST usr/include/rdma/mlx5_user_ioctl_verbs.h HDRINST usr/include/rdma/rdma_user_ioctl.h HDRINST usr/include/rdma/ocrdma-abi.h HDRINST usr/include/rdma/mlx5_user_ioctl_cmds.h HDRINST usr/include/rdma/hfi/hfi1_ioctl.h HDRINST usr/include/rdma/hfi/hfi1_user.h HDRINST usr/include/rdma/qedr-abi.h HDRINST usr/include/rdma/ib_user_sa.h HDRINST usr/include/rdma/ib_user_verbs.h HDRINST usr/include/rdma/rdma_netlink.h HDRINST usr/include/rdma/vmw_pvrdma-abi.h HDRINST usr/include/rdma/mlx4-abi.h HDRINST usr/include/rdma/rdma_user_rxe.h HDRINST usr/include/rdma/siw-abi.h HDRINST usr/include/rdma/ib_user_mad.h HDRINST usr/include/rdma/i40iw-abi.h HDRINST usr/include/rdma/rvt-abi.h HDRINST usr/include/rdma/rdma_user_ioctl_cmds.h HDRINST usr/include/rdma/ib_user_ioctl_verbs.h HDRINST usr/include/rdma/mlx5-abi.h HDRINST usr/include/rdma/mthca-abi.h HDRINST usr/include/misc/cxl.h HDRINST usr/include/misc/habanalabs.h HDRINST usr/include/misc/fastrpc.h HDRINST usr/include/misc/xilinx_sdfec.h HDRINST usr/include/misc/ocxl.h HDRINST usr/include/linux/netfilter_ipv6.h HDRINST usr/include/linux/sonypi.h HDRINST usr/include/linux/omapfb.h HDRINST usr/include/linux/nbd-netlink.h HDRINST usr/include/linux/seg6_iptunnel.h HDRINST usr/include/linux/virtio_vsock.h HDRINST usr/include/linux/tipc_config.h HDRINST usr/include/linux/netfilter_ipv4.h HDRINST usr/include/linux/isst_if.h HDRINST usr/include/linux/scif_ioctl.h HDRINST usr/include/linux/lightnvm.h HDRINST usr/include/linux/radeonfb.h HDRINST usr/include/linux/nfsacl.h HDRINST usr/include/linux/virtio_9p.h HDRINST usr/include/linux/atmppp.h HDRINST usr/include/linux/if_x25.h HDRINST usr/include/linux/if.h HDRINST usr/include/linux/posix_acl.h HDRINST usr/include/linux/fuse.h HDRINST usr/include/linux/zorro_ids.h HDRINST usr/include/linux/mdio.h HDRINST usr/include/linux/if_bonding.h HDRINST usr/include/linux/virtio_fs.h HDRINST usr/include/linux/mempolicy.h HDRINST usr/include/linux/netfilter_arp/arp_tables.h HDRINST usr/include/linux/netfilter_arp/arpt_mangle.h HDRINST usr/include/linux/if_arcnet.h HDRINST usr/include/linux/omap3isp.h HDRINST usr/include/linux/kcmp.h HDRINST usr/include/linux/chio.h HDRINST usr/include/linux/atmmpc.h HDRINST usr/include/linux/vt.h HDRINST usr/include/linux/devlink.h HDRINST usr/include/linux/sem.h HDRINST usr/include/linux/thermal.h HDRINST usr/include/linux/seg6_local.h HDRINST usr/include/linux/i2o-dev.h HDRINST usr/include/linux/nilfs2_api.h HDRINST usr/include/linux/sdla.h HDRINST usr/include/linux/netlink.h HDRINST usr/include/linux/time_types.h HDRINST usr/include/linux/fsverity.h HDRINST usr/include/linux/vsockmon.h HDRINST usr/include/linux/nsfs.h HDRINST usr/include/linux/arm_sdei.h HDRINST usr/include/linux/atmsap.h HDRINST usr/include/linux/qemu_fw_cfg.h HDRINST usr/include/linux/netfilter.h HDRINST usr/include/linux/kernelcapi.h HDRINST usr/include/linux/if_team.h HDRINST usr/include/linux/pmu.h HDRINST usr/include/linux/if_ppp.h HDRINST usr/include/linux/smc.h HDRINST usr/include/linux/fadvise.h HDRINST usr/include/linux/auto_fs4.h HDRINST usr/include/linux/toshiba.h HDRINST usr/include/linux/kvm_para.h HDRINST usr/include/linux/snmp.h HDRINST usr/include/linux/ivtv.h HDRINST usr/include/linux/netfilter/nf_log.h HDRINST usr/include/linux/netfilter/xt_rateest.h HDRINST usr/include/linux/netfilter/nfnetlink_osf.h HDRINST usr/include/linux/netfilter/xt_TEE.h HDRINST usr/include/linux/netfilter/xt_connmark.h HDRINST usr/include/linux/netfilter/nfnetlink_log.h HDRINST usr/include/linux/netfilter/nfnetlink_acct.h HDRINST usr/include/linux/netfilter/xt_AUDIT.h HDRINST usr/include/linux/netfilter/xt_DSCP.h HDRINST usr/include/linux/netfilter/xt_limit.h HDRINST usr/include/linux/netfilter/xt_recent.h HDRINST usr/include/linux/netfilter/xt_dccp.h HDRINST usr/include/linux/netfilter/xt_socket.h HDRINST usr/include/linux/netfilter/nfnetlink_cthelper.h HDRINST usr/include/linux/netfilter/xt_rpfilter.h HDRINST usr/include/linux/netfilter/xt_bpf.h HDRINST usr/include/linux/netfilter/xt_sctp.h HDRINST usr/include/linux/netfilter/xt_ipcomp.h HDRINST usr/include/linux/netfilter/nf_conntrack_tcp.h HDRINST usr/include/linux/netfilter/xt_policy.h HDRINST usr/include/linux/netfilter/xt_TPROXY.h HDRINST usr/include/linux/netfilter/nf_tables_compat.h HDRINST usr/include/linux/netfilter/xt_mac.h HDRINST usr/include/linux/netfilter/xt_tcpudp.h HDRINST usr/include/linux/netfilter/nf_conntrack_tuple_common.h HDRINST usr/include/linux/netfilter/nf_nat.h HDRINST usr/include/linux/netfilter/xt_owner.h HDRINST usr/include/linux/netfilter/xt_NFLOG.h HDRINST usr/include/linux/netfilter/xt_iprange.h HDRINST usr/include/linux/netfilter/xt_CONNMARK.h HDRINST usr/include/linux/netfilter/xt_TCPOPTSTRIP.h HDRINST usr/include/linux/netfilter/xt_LOG.h HDRINST usr/include/linux/netfilter/xt_nfacct.h HDRINST usr/include/linux/netfilter/xt_helper.h HDRINST usr/include/linux/netfilter/xt_statistic.h HDRINST usr/include/linux/netfilter/xt_quota.h HDRINST usr/include/linux/netfilter/xt_hashlimit.h HDRINST usr/include/linux/netfilter/xt_u32.h HDRINST usr/include/linux/netfilter/xt_RATEEST.h HDRINST usr/include/linux/netfilter/xt_ecn.h HDRINST usr/include/linux/netfilter/xt_dscp.h HDRINST usr/include/linux/netfilter/nf_conntrack_sctp.h HDRINST usr/include/linux/netfilter/xt_MARK.h HDRINST usr/include/linux/netfilter/xt_devgroup.h HDRINST usr/include/linux/netfilter/nfnetlink_cttimeout.h HDRINST usr/include/linux/netfilter/x_tables.h HDRINST usr/include/linux/netfilter/nfnetlink.h HDRINST usr/include/linux/netfilter/nf_synproxy.h HDRINST usr/include/linux/netfilter/xt_physdev.h HDRINST usr/include/linux/netfilter/xt_time.h HDRINST usr/include/linux/netfilter/nfnetlink_compat.h HDRINST usr/include/linux/netfilter/nf_tables.h HDRINST usr/include/linux/netfilter/nf_conntrack_ftp.h HDRINST usr/include/linux/netfilter/xt_LED.h HDRINST usr/include/linux/netfilter/nf_conntrack_common.h HDRINST usr/include/linux/netfilter/xt_length.h HDRINST usr/include/linux/netfilter/xt_CONNSECMARK.h HDRINST usr/include/linux/netfilter/xt_connlimit.h HDRINST usr/include/linux/netfilter/xt_state.h HDRINST usr/include/linux/netfilter/xt_SECMARK.h HDRINST usr/include/linux/netfilter/xt_cpu.h HDRINST usr/include/linux/netfilter/xt_pkttype.h HDRINST usr/include/linux/netfilter/xt_IDLETIMER.h HDRINST usr/include/linux/netfilter/ipset/ip_set.h HDRINST usr/include/linux/netfilter/ipset/ip_set_bitmap.h HDRINST usr/include/linux/netfilter/ipset/ip_set_list.h HDRINST usr/include/linux/netfilter/ipset/ip_set_hash.h HDRINST usr/include/linux/netfilter/xt_CHECKSUM.h HDRINST usr/include/linux/netfilter/xt_addrtype.h HDRINST usr/include/linux/netfilter/xt_TCPMSS.h HDRINST usr/include/linux/netfilter/xt_osf.h HDRINST usr/include/linux/netfilter/xt_SYNPROXY.h HDRINST usr/include/linux/netfilter/xt_mark.h HDRINST usr/include/linux/netfilter/xt_realm.h HDRINST usr/include/linux/netfilter/nfnetlink_queue.h HDRINST usr/include/linux/netfilter/xt_ipvs.h HDRINST usr/include/linux/netfilter/xt_HMARK.h HDRINST usr/include/linux/netfilter/xt_l2tp.h HDRINST usr/include/linux/netfilter/xt_set.h HDRINST usr/include/linux/netfilter/xt_connlabel.h HDRINST usr/include/linux/netfilter/xt_multiport.h HDRINST usr/include/linux/netfilter/xt_cgroup.h HDRINST usr/include/linux/netfilter/xt_CLASSIFY.h HDRINST usr/include/linux/netfilter/xt_string.h HDRINST usr/include/linux/netfilter/xt_CT.h HDRINST usr/include/linux/netfilter/xt_conntrack.h HDRINST usr/include/linux/netfilter/nfnetlink_conntrack.h HDRINST usr/include/linux/netfilter/xt_cluster.h HDRINST usr/include/linux/netfilter/xt_tcpmss.h HDRINST usr/include/linux/netfilter/xt_comment.h HDRINST usr/include/linux/netfilter/xt_esp.h HDRINST usr/include/linux/netfilter/xt_NFQUEUE.h HDRINST usr/include/linux/netfilter/xt_connbytes.h HDRINST usr/include/linux/bsg.h HDRINST usr/include/linux/pr.h HDRINST usr/include/linux/if_pppol2tp.h HDRINST usr/include/linux/adfs_fs.h HDRINST usr/include/linux/atm_eni.h HDRINST usr/include/linux/l2tp.h HDRINST usr/include/linux/virtio_ids.h HDRINST usr/include/linux/dns_resolver.h HDRINST usr/include/linux/virtio_iommu.h HDRINST usr/include/linux/ipmi_msgdefs.h HDRINST usr/include/linux/ife.h HDRINST usr/include/linux/socket.h HDRINST usr/include/linux/minix_fs.h HDRINST usr/include/linux/coda.h HDRINST usr/include/linux/utime.h HDRINST usr/include/linux/usbdevice_fs.h HDRINST usr/include/linux/netfilter_bridge.h HDRINST usr/include/linux/cec-funcs.h HDRINST usr/include/linux/ppdev.h HDRINST usr/include/linux/times.h HDRINST usr/include/linux/major.h HDRINST usr/include/linux/capability.h HDRINST usr/include/linux/seg6_genl.h HDRINST usr/include/linux/virtio_ring.h HDRINST usr/include/linux/if_plip.h HDRINST usr/include/linux/elf-em.h HDRINST usr/include/linux/quota.h HDRINST usr/include/linux/sound.h HDRINST usr/include/linux/vtpm_proxy.h HDRINST usr/include/linux/mqueue.h HDRINST usr/include/linux/synclink.h HDRINST usr/include/linux/matroxfb.h HDRINST usr/include/linux/efs_fs_sb.h HDRINST usr/include/linux/kd.h HDRINST usr/include/linux/raid/md_p.h HDRINST usr/include/linux/raid/md_u.h HDRINST usr/include/linux/utsname.h HDRINST usr/include/linux/auxvec.h HDRINST usr/include/linux/if_arp.h HDRINST usr/include/linux/gtp.h HDRINST usr/include/linux/arcfb.h HDRINST usr/include/linux/phonet.h HDRINST usr/include/linux/virtio_types.h HDRINST usr/include/linux/lp.h HDRINST usr/include/linux/virtio_config.h HDRINST usr/include/linux/adb.h HDRINST usr/include/linux/xattr.h HDRINST usr/include/linux/kdev_t.h HDRINST usr/include/linux/phantom.h HDRINST usr/include/linux/vbox_err.h HDRINST usr/include/linux/fanotify.h HDRINST usr/include/linux/patchkey.h HDRINST usr/include/linux/zorro.h HDRINST usr/include/linux/if_ether.h HDRINST usr/include/linux/dccp.h HDRINST usr/include/linux/atmioc.h HDRINST usr/include/linux/dlm_plock.h HDRINST usr/include/linux/seg6_hmac.h HDRINST usr/include/linux/vfio.h HDRINST usr/include/linux/cec.h HDRINST usr/include/linux/v4l2-dv-timings.h HDRINST usr/include/linux/v4l2-controls.h HDRINST usr/include/linux/swab.h HDRINST usr/include/linux/magic.h HDRINST usr/include/linux/uio.h HDRINST usr/include/linux/fiemap.h HDRINST usr/include/linux/termios.h HDRINST usr/include/linux/lirc.h HDRINST usr/include/linux/vbox_vmmdev_types.h HDRINST usr/include/linux/nfs4_mount.h HDRINST usr/include/linux/netfilter_ipv4/ip_tables.h HDRINST usr/include/linux/netfilter_ipv4/ipt_TTL.h HDRINST usr/include/linux/netfilter_ipv4/ipt_REJECT.h HDRINST usr/include/linux/netfilter_ipv4/ipt_ECN.h HDRINST usr/include/linux/netfilter_ipv4/ipt_ah.h HDRINST usr/include/linux/netfilter_ipv4/ipt_ttl.h HDRINST usr/include/linux/netfilter_ipv4/ipt_LOG.h HDRINST usr/include/linux/netfilter_ipv4/ipt_ecn.h HDRINST usr/include/linux/netfilter_ipv4/ipt_CLUSTERIP.h HDRINST usr/include/linux/serial_reg.h HDRINST usr/include/linux/fsi.h HDRINST usr/include/linux/ipx.h HDRINST usr/include/linux/nfc.h HDRINST usr/include/linux/i8k.h HDRINST usr/include/linux/atm_tcp.h HDRINST usr/include/linux/icmp.h HDRINST usr/include/linux/atm.h HDRINST usr/include/linux/hdlc/ioctl.h HDRINST usr/include/linux/iio/events.h HDRINST usr/include/linux/iio/types.h HDRINST usr/include/linux/tcp.h HDRINST usr/include/linux/packet_diag.h HDRINST usr/include/linux/icmpv6.h HDRINST usr/include/linux/coresight-stm.h HDRINST usr/include/linux/tipc.h HDRINST usr/include/linux/ila.h HDRINST usr/include/linux/llc.h HDRINST usr/include/linux/vm_sockets_diag.h HDRINST usr/include/linux/fd.h HDRINST usr/include/linux/tiocl.h HDRINST usr/include/linux/stddef.h HDRINST usr/include/linux/pktcdvd.h HDRINST usr/include/linux/mmc/ioctl.h HDRINST usr/include/linux/userfaultfd.h HDRINST usr/include/linux/cn_proc.h HDRINST usr/include/linux/serio.h HDRINST usr/include/linux/if_hippi.h HDRINST usr/include/linux/rseq.h HDRINST usr/include/linux/nubus.h HDRINST usr/include/linux/auto_fs.h HDRINST usr/include/linux/filter.h HDRINST usr/include/linux/timerfd.h HDRINST usr/include/linux/btrfs.h HDRINST usr/include/linux/sysinfo.h HDRINST usr/include/linux/iso_fs.h HDRINST usr/include/linux/ptp_clock.h HDRINST usr/include/linux/if_vlan.h HDRINST usr/include/linux/gpio.h HDRINST usr/include/linux/atmdev.h HDRINST usr/include/linux/i2c.h HDRINST usr/include/linux/spi/spidev.h HDRINST usr/include/linux/fscrypt.h HDRINST usr/include/linux/if_eql.h HDRINST usr/include/linux/nfs_mount.h HDRINST usr/include/linux/capi.h HDRINST usr/include/linux/cciss_defs.h HDRINST usr/include/linux/can.h HDRINST usr/include/linux/genetlink.h HDRINST usr/include/linux/caif/caif_socket.h HDRINST usr/include/linux/caif/if_caif.h HDRINST usr/include/linux/mount.h HDRINST usr/include/linux/qnxtypes.h HDRINST usr/include/linux/ppp_defs.h HDRINST usr/include/linux/hiddev.h HDRINST usr/include/linux/qrtr.h HDRINST usr/include/linux/reboot.h HDRINST usr/include/linux/rds.h HDRINST usr/include/linux/pcitest.h HDRINST usr/include/linux/if_slip.h HDRINST usr/include/linux/netfilter_bridge/ebt_redirect.h HDRINST usr/include/linux/netfilter_bridge/ebtables.h HDRINST usr/include/linux/netfilter_bridge/ebt_vlan.h HDRINST usr/include/linux/netfilter_bridge/ebt_log.h HDRINST usr/include/linux/netfilter_bridge/ebt_limit.h HDRINST usr/include/linux/netfilter_bridge/ebt_pkttype.h HDRINST usr/include/linux/netfilter_bridge/ebt_arpreply.h HDRINST usr/include/linux/netfilter_bridge/ebt_ip.h HDRINST usr/include/linux/netfilter_bridge/ebt_stp.h HDRINST usr/include/linux/netfilter_bridge/ebt_nat.h HDRINST usr/include/linux/netfilter_bridge/ebt_arp.h HDRINST usr/include/linux/netfilter_bridge/ebt_nflog.h HDRINST usr/include/linux/netfilter_bridge/ebt_mark_m.h HDRINST usr/include/linux/netfilter_bridge/ebt_ip6.h HDRINST usr/include/linux/netfilter_bridge/ebt_802_3.h HDRINST usr/include/linux/netfilter_bridge/ebt_mark_t.h HDRINST usr/include/linux/netfilter_bridge/ebt_among.h HDRINST usr/include/linux/apm_bios.h HDRINST usr/include/linux/elf-fdpic.h HDRINST usr/include/linux/batadv_packet.h HDRINST usr/include/linux/dlm_device.h HDRINST usr/include/linux/signal.h HDRINST usr/include/linux/selinux_netlink.h HDRINST usr/include/linux/mman.h HDRINST usr/include/linux/bpf_perf_event.h HDRINST usr/include/linux/bpfilter.h HDRINST usr/include/linux/resource.h HDRINST usr/include/linux/if_infiniband.h HDRINST usr/include/linux/mpls.h HDRINST usr/include/linux/if_link.h HDRINST usr/include/linux/virtio_scsi.h HDRINST usr/include/linux/nfsd/debug.h HDRINST usr/include/linux/nfsd/stats.h HDRINST usr/include/linux/nfsd/export.h HDRINST usr/include/linux/nfsd/nfsfh.h HDRINST usr/include/linux/nfsd/cld.h HDRINST usr/include/linux/rfkill.h HDRINST usr/include/linux/genwqe/genwqe_card.h HDRINST usr/include/linux/membarrier.h HDRINST usr/include/linux/msdos_fs.h HDRINST usr/include/linux/gsmmux.h HDRINST usr/include/linux/bpqether.h HDRINST usr/include/linux/wimax/i2400m.h HDRINST usr/include/linux/netfilter_ipv6/ip6t_ipv6header.h HDRINST usr/include/linux/netfilter_ipv6/ip6t_rt.h HDRINST usr/include/linux/netfilter_ipv6/ip6t_NPT.h HDRINST usr/include/linux/netfilter_ipv6/ip6t_opts.h HDRINST usr/include/linux/netfilter_ipv6/ip6t_ah.h HDRINST usr/include/linux/netfilter_ipv6/ip6t_mh.h HDRINST usr/include/linux/netfilter_ipv6/ip6t_REJECT.h HDRINST usr/include/linux/netfilter_ipv6/ip6t_LOG.h HDRINST usr/include/linux/netfilter_ipv6/ip6t_frag.h HDRINST usr/include/linux/netfilter_ipv6/ip6t_srh.h HDRINST usr/include/linux/netfilter_ipv6/ip6t_hl.h HDRINST usr/include/linux/netfilter_ipv6/ip6t_HL.h HDRINST usr/include/linux/netfilter_ipv6/ip6_tables.h HDRINST usr/include/linux/in.h HDRINST usr/include/linux/coff.h HDRINST usr/include/linux/inet_diag.h HDRINST usr/include/linux/cryptouser.h HDRINST usr/include/linux/iommu.h HDRINST usr/include/linux/bpf_common.h HDRINST usr/include/linux/bpf.h HDRINST usr/include/linux/udp.h HDRINST usr/include/linux/ioctl.h HDRINST usr/include/linux/x25.h HDRINST usr/include/linux/hsr_netlink.h HDRINST usr/include/linux/if_macsec.h HDRINST usr/include/linux/sonet.h HDRINST usr/include/linux/uhid.h HDRINST usr/include/linux/sockios.h HDRINST usr/include/linux/romfs_fs.h HDRINST usr/include/linux/nfs4.h HDRINST usr/include/linux/media-bus-format.h HDRINST usr/include/linux/bcache.h HDRINST usr/include/linux/psci.h HDRINST usr/include/linux/kvm.h HDRINST usr/include/linux/seg6.h HDRINST usr/include/linux/posix_acl_xattr.h HDRINST usr/include/linux/a.out.h HDRINST usr/include/linux/edd.h HDRINST usr/include/linux/ipv6_route.h HDRINST usr/include/linux/errno.h HDRINST usr/include/linux/veth.h HDRINST usr/include/linux/igmp.h HDRINST usr/include/linux/kfd_ioctl.h HDRINST usr/include/linux/shm.h HDRINST usr/include/linux/kcm.h HDRINST usr/include/linux/mic_ioctl.h HDRINST usr/include/linux/if_xdp.h HDRINST usr/include/linux/string.h HDRINST usr/include/linux/affs_hardblocks.h HDRINST usr/include/linux/falloc.h HDRINST usr/include/linux/dlm.h HDRINST usr/include/linux/nfs.h HDRINST usr/include/linux/i2c-dev.h HDRINST usr/include/linux/ip.h HDRINST usr/include/linux/dlm_netlink.h HDRINST usr/include/linux/un.h HDRINST usr/include/linux/poll.h HDRINST usr/include/linux/ncsi.h HDRINST usr/include/linux/max2175.h HDRINST usr/include/linux/if_ltalk.h HDRINST usr/include/linux/if_fddi.h HDRINST usr/include/linux/atmapi.h HDRINST usr/include/linux/userio.h HDRINST usr/include/linux/meye.h HDRINST usr/include/linux/ipv6.h HDRINST usr/include/linux/gfs2_ondisk.h HDRINST usr/include/linux/ip_vs.h HDRINST usr/include/linux/psp-sev.h HDRINST usr/include/linux/reiserfs_fs.h HDRINST usr/include/linux/netrom.h HDRINST usr/include/linux/input.h HDRINST usr/include/linux/audit.h HDRINST usr/include/linux/vhost_types.h HDRINST usr/include/linux/xilinx-v4l2-controls.h HDRINST usr/include/linux/input-event-codes.h HDRINST usr/include/linux/keyctl.h HDRINST usr/include/linux/ivtvfb.h HDRINST usr/include/linux/android/binderfs.h HDRINST usr/include/linux/android/binder.h HDRINST usr/include/linux/rio_mport_cdev.h HDRINST usr/include/linux/vfio_ccw.h HDRINST usr/include/linux/atm_zatm.h HDRINST usr/include/linux/virtio_pmem.h HDRINST usr/include/linux/stat.h HDRINST usr/include/linux/errqueue.h HDRINST usr/include/linux/sched/types.h HDRINST usr/include/linux/uleds.h HDRINST usr/include/linux/gameport.h HDRINST usr/include/linux/securebits.h HDRINST usr/include/linux/scc.h HDRINST usr/include/linux/btf.h HDRINST usr/include/linux/tcp_metrics.h HDRINST usr/include/linux/v4l2-mediabus.h HDRINST usr/include/linux/if_fc.h HDRINST usr/include/linux/fs.h HDRINST usr/include/linux/atmclip.h HDRINST usr/include/linux/hysdn_if.h HDRINST usr/include/linux/in6.h HDRINST usr/include/linux/v4l2-common.h HDRINST usr/include/linux/sunrpc/debug.h HDRINST usr/include/linux/kernel-page-flags.h HDRINST usr/include/linux/batman_adv.h HDRINST usr/include/linux/ipc.h HDRINST usr/include/linux/btrfs_tree.h HDRINST usr/include/linux/uuid.h HDRINST usr/include/linux/unix_diag.h HDRINST usr/include/linux/mroute.h HDRINST usr/include/linux/netconf.h HDRINST usr/include/linux/eventpoll.h HDRINST usr/include/linux/wmi.h HDRINST usr/include/linux/pci_regs.h HDRINST usr/include/linux/stm.h HDRINST usr/include/linux/atm_he.h HDRINST usr/include/linux/pg.h HDRINST usr/include/linux/hid.h HDRINST usr/include/linux/if_addrlabel.h HDRINST usr/include/linux/if_frad.h HDRINST usr/include/linux/openvswitch.h HDRINST usr/include/linux/personality.h HDRINST usr/include/linux/tee.h HDRINST usr/include/linux/xdp_diag.h HDRINST usr/include/linux/perf_event.h HDRINST usr/include/linux/keyboard.h HDRINST usr/include/linux/pkt_cls.h HDRINST usr/include/linux/nvram.h HDRINST usr/include/linux/ppp-comp.h HDRINST usr/include/linux/nbd.h HDRINST usr/include/linux/pci.h HDRINST usr/include/linux/atmlec.h HDRINST usr/include/linux/if_tun.h HDRINST usr/include/linux/inotify.h HDRINST usr/include/linux/hpet.h HDRINST usr/include/linux/hash_info.h HDRINST usr/include/linux/blkpg.h HDRINST usr/include/linux/sysctl.h HDRINST usr/include/linux/gigaset_dev.h HDRINST usr/include/linux/ipmi_bmc.h HDRINST usr/include/linux/smc_diag.h HDRINST usr/include/linux/types.h HDRINST usr/include/linux/rose.h HDRINST usr/include/linux/qnx4_fs.h HDRINST usr/include/linux/nvme_ioctl.h HDRINST usr/include/linux/fsl_hypervisor.h HDRINST usr/include/linux/pps.h HDRINST usr/include/linux/mtio.h HDRINST usr/include/linux/seccomp.h HDRINST usr/include/linux/virtio_console.h HDRINST usr/include/linux/ipsec.h HDRINST usr/include/linux/cifs/cifs_mount.h HDRINST usr/include/linux/futex.h HDRINST usr/include/linux/virtio_net.h HDRINST usr/include/linux/dqblk_xfs.h HDRINST usr/include/linux/rpmsg.h HDRINST usr/include/linux/fdreg.h HDRINST usr/include/linux/loop.h HDRINST usr/include/linux/target_core_user.h HDRINST usr/include/linux/hidraw.h HDRINST usr/include/linux/msg.h HDRINST usr/include/linux/cgroupstats.h HDRINST usr/include/linux/atalk.h HDRINST usr/include/linux/if_phonet.h HDRINST usr/include/linux/libc-compat.h HDRINST usr/include/linux/usb/ch9.h HDRINST usr/include/linux/usb/g_uvc.h HDRINST usr/include/linux/usb/cdc.h HDRINST usr/include/linux/usb/g_printer.h HDRINST usr/include/linux/usb/audio.h HDRINST usr/include/linux/usb/charger.h HDRINST usr/include/linux/usb/ch11.h HDRINST usr/include/linux/usb/midi.h HDRINST usr/include/linux/usb/functionfs.h HDRINST usr/include/linux/usb/video.h HDRINST usr/include/linux/usb/gadgetfs.h HDRINST usr/include/linux/usb/tmc.h HDRINST usr/include/linux/usb/cdc-wdm.h HDRINST usr/include/linux/blktrace_api.h HDRINST usr/include/linux/bfs_fs.h HDRINST usr/include/linux/fpga-dfl.h HDRINST usr/include/linux/hdlcdrv.h HDRINST usr/include/linux/ip6_tunnel.h HDRINST usr/include/linux/jffs2.h HDRINST usr/include/linux/netlink_diag.h HDRINST usr/include/linux/ppp-ioctl.h HDRINST usr/include/linux/udf_fs_i.h HDRINST usr/include/linux/atmbr2684.h HDRINST usr/include/linux/atm_nicstar.h HDRINST usr/include/linux/limits.h HDRINST usr/include/linux/memfd.h HDRINST usr/include/linux/byteorder/little_endian.h HDRINST usr/include/linux/byteorder/big_endian.h HDRINST usr/include/linux/if_bridge.h HDRINST usr/include/linux/mroute6.h HDRINST usr/include/linux/cm4000_cs.h HDRINST usr/include/linux/mmtimer.h HDRINST usr/include/linux/tty_flags.h HDRINST usr/include/linux/if_addr.h HDRINST usr/include/linux/kexec.h HDRINST usr/include/linux/mic_common.h HDRINST usr/include/linux/atmsvc.h HDRINST usr/include/linux/elfcore.h HDRINST usr/include/linux/soundcard.h HDRINST usr/include/linux/net_namespace.h HDRINST usr/include/linux/b1lli.h HDRINST usr/include/linux/netdevice.h HDRINST usr/include/linux/tls.h HDRINST usr/include/linux/virtio_input.h HDRINST usr/include/linux/hw_breakpoint.h HDRINST usr/include/linux/atm_idt77105.h HDRINST usr/include/linux/vhost.h HDRINST usr/include/linux/irqnr.h HDRINST usr/include/linux/tc_ematch/tc_em_nbyte.h HDRINST usr/include/linux/tc_ematch/tc_em_text.h HDRINST usr/include/linux/tc_ematch/tc_em_cmp.h HDRINST usr/include/linux/tc_ematch/tc_em_ipt.h HDRINST usr/include/linux/tc_ematch/tc_em_meta.h HDRINST usr/include/linux/hdlc.h HDRINST usr/include/linux/wait.h HDRINST usr/include/linux/hsi/hsi_char.h HDRINST usr/include/linux/hsi/cs-protocol.h HDRINST usr/include/linux/uvcvideo.h HDRINST usr/include/linux/lwtunnel.h HDRINST usr/include/linux/dm-log-userspace.h HDRINST usr/include/linux/tipc_sockets_diag.h HDRINST usr/include/linux/ultrasound.h HDRINST usr/include/linux/connector.h HDRINST usr/include/linux/watchdog.h HDRINST usr/include/linux/sched.h HDRINST usr/include/linux/mei.h HDRINST usr/include/linux/gen_stats.h HDRINST usr/include/linux/usbip.h HDRINST usr/include/linux/nfs_idmap.h HDRINST usr/include/linux/kernel.h HDRINST usr/include/linux/baycom.h HDRINST usr/include/linux/rio_cm_cdev.h HDRINST usr/include/linux/nilfs2_ondisk.h HDRINST usr/include/linux/param.h HDRINST usr/include/linux/cuda.h HDRINST usr/include/linux/fcntl.h HDRINST usr/include/linux/xfrm.h HDRINST usr/include/linux/atmarp.h HDRINST usr/include/linux/io_uring.h HDRINST usr/include/linux/acct.h HDRINST usr/include/linux/fb.h HDRINST usr/include/linux/prctl.h HDRINST usr/include/linux/ethtool.h HDRINST usr/include/linux/joystick.h HDRINST usr/include/linux/rtc.h HDRINST usr/include/linux/dm-ioctl.h HDRINST usr/include/linux/ndctl.h HDRINST usr/include/linux/raw.h HDRINST usr/include/linux/firewire-constants.h HDRINST usr/include/linux/if_alg.h HDRINST usr/include/linux/screen_info.h HDRINST usr/include/linux/mii.h HDRINST usr/include/linux/mpls_iptunnel.h HDRINST usr/include/linux/const.h HDRINST usr/include/linux/virtio_balloon.h HDRINST usr/include/linux/vmcore.h HDRINST usr/include/linux/cciss_ioctl.h HDRINST usr/include/linux/netfilter_decnet.h HDRINST usr/include/linux/if_cablemodem.h HDRINST usr/include/linux/if_packet.h HDRINST usr/include/linux/aspeed-p2a-ctrl.h HDRINST usr/include/linux/time.h HDRINST usr/include/linux/pfkeyv2.h HDRINST usr/include/linux/videodev2.h HDRINST usr/include/linux/wimax.h HDRINST usr/include/linux/random.h HDRINST usr/include/linux/auto_dev-ioctl.h HDRINST usr/include/linux/net.h HDRINST usr/include/linux/blkzoned.h HDRINST usr/include/linux/taskstats.h HDRINST usr/include/linux/media.h HDRINST usr/include/linux/virtio_rng.h HDRINST usr/include/linux/sctp.h HDRINST usr/include/linux/aio_abi.h HDRINST usr/include/linux/vboxguest.h HDRINST usr/include/linux/n_r3964.h HDRINST usr/include/linux/dn.h HDRINST usr/include/linux/fsmap.h HDRINST usr/include/linux/nfs2.h HDRINST usr/include/linux/unistd.h HDRINST usr/include/linux/wireless.h HDRINST usr/include/linux/module.h HDRINST usr/include/linux/net_tstamp.h HDRINST usr/include/linux/nfs3.h HDRINST usr/include/linux/bcm933xx_hcs.h HDRINST usr/include/linux/signalfd.h HDRINST usr/include/linux/nfs_fs.h HDRINST usr/include/linux/posix_types.h HDRINST usr/include/linux/erspan.h HDRINST usr/include/linux/pkt_sched.h HDRINST usr/include/linux/hdreg.h HDRINST usr/include/linux/timex.h HDRINST usr/include/linux/virtio_gpu.h HDRINST usr/include/linux/tc_act/tc_csum.h HDRINST usr/include/linux/tc_act/tc_tunnel_key.h HDRINST usr/include/linux/tc_act/tc_mpls.h HDRINST usr/include/linux/tc_act/tc_bpf.h HDRINST usr/include/linux/tc_act/tc_gact.h HDRINST usr/include/linux/tc_act/tc_nat.h HDRINST usr/include/linux/tc_act/tc_mirred.h HDRINST usr/include/linux/tc_act/tc_ctinfo.h HDRINST usr/include/linux/tc_act/tc_ct.h HDRINST usr/include/linux/tc_act/tc_pedit.h HDRINST usr/include/linux/tc_act/tc_skbmod.h HDRINST usr/include/linux/tc_act/tc_vlan.h HDRINST usr/include/linux/tc_act/tc_skbedit.h HDRINST usr/include/linux/tc_act/tc_defact.h HDRINST usr/include/linux/tc_act/tc_sample.h HDRINST usr/include/linux/tc_act/tc_connmark.h HDRINST usr/include/linux/tc_act/tc_ipt.h HDRINST usr/include/linux/tc_act/tc_ife.h HDRINST usr/include/linux/vm_sockets.h HDRINST usr/include/linux/firewire-cdev.h HDRINST usr/include/linux/smiapp.h HDRINST usr/include/linux/virtio_mmio.h HDRINST usr/include/linux/rxrpc.h HDRINST usr/include/linux/elf.h HDRINST usr/include/linux/sync_file.h HDRINST usr/include/linux/cycx_cfm.h HDRINST usr/include/linux/fib_rules.h HDRINST usr/include/linux/bt-bmc.h HDRINST usr/include/linux/kcov.h HDRINST usr/include/linux/sock_diag.h HDRINST usr/include/linux/binfmts.h HDRINST usr/include/linux/nl80211.h HDRINST usr/include/linux/sed-opal.h HDRINST usr/include/linux/reiserfs_xattr.h HDRINST usr/include/linux/ipmi.h HDRINST usr/include/linux/suspend_ioctls.h HDRINST usr/include/linux/virtio_crypto.h HDRINST usr/include/linux/ptrace.h HDRINST usr/include/linux/if_pppox.h HDRINST usr/include/linux/dvb/dmx.h HDRINST usr/include/linux/dvb/osd.h HDRINST usr/include/linux/dvb/ca.h HDRINST usr/include/linux/dvb/audio.h HDRINST usr/include/linux/dvb/version.h HDRINST usr/include/linux/dvb/video.h HDRINST usr/include/linux/dvb/frontend.h HDRINST usr/include/linux/dvb/net.h HDRINST usr/include/linux/v4l2-subdev.h HDRINST usr/include/linux/cramfs_fs.h HDRINST usr/include/linux/map_to_7segment.h HDRINST usr/include/linux/oom.h HDRINST usr/include/linux/tty.h HDRINST usr/include/linux/ax25.h HDRINST usr/include/linux/parport.h HDRINST usr/include/linux/netfilter_arp.h HDRINST usr/include/linux/am437x-vpfe.h HDRINST usr/include/linux/fou.h HDRINST usr/include/linux/virtio_pci.h HDRINST usr/include/linux/psample.h HDRINST usr/include/linux/in_route.h HDRINST usr/include/linux/neighbour.h HDRINST usr/include/linux/serial.h HDRINST usr/include/linux/can/netlink.h HDRINST usr/include/linux/can/vxcan.h HDRINST usr/include/linux/can/error.h HDRINST usr/include/linux/can/gw.h HDRINST usr/include/linux/can/j1939.h HDRINST usr/include/linux/can/raw.h HDRINST usr/include/linux/can/bcm.h HDRINST usr/include/linux/cdrom.h HDRINST usr/include/linux/tipc_netlink.h HDRINST usr/include/linux/hyperv.h HDRINST usr/include/linux/dlmconstants.h HDRINST usr/include/linux/net_dropmon.h HDRINST usr/include/linux/rtnetlink.h HDRINST usr/include/linux/agpgart.h HDRINST usr/include/linux/serial_core.h HDRINST usr/include/linux/udmabuf.h HDRINST usr/include/linux/dcbnl.h HDRINST usr/include/linux/nexthop.h HDRINST usr/include/linux/route.h HDRINST usr/include/linux/if_tunnel.h HDRINST usr/include/linux/switchtec_ioctl.h HDRINST usr/include/linux/virtio_blk.h HDRINST usr/include/linux/uinput.h HDRINST usr/include/linux/cyclades.h HDRINST usr/include/linux/aspeed-lpc-ctrl.h HDRINST usr/include/linux/dma-buf.h HDRINST usr/include/linux/isdn/capicmd.h HDRINST usr/include/sound/emu10k1.h HDRINST usr/include/sound/sfnt_info.h HDRINST usr/include/sound/skl-tplg-interface.h HDRINST usr/include/sound/snd_sst_tokens.h HDRINST usr/include/sound/asoc.h HDRINST usr/include/sound/compress_params.h HDRINST usr/include/sound/hdspm.h HDRINST usr/include/sound/hdsp.h HDRINST usr/include/sound/asequencer.h HDRINST usr/include/sound/compress_offload.h HDRINST usr/include/sound/tlv.h HDRINST usr/include/sound/firewire.h HDRINST usr/include/sound/asound.h HDRINST usr/include/sound/asound_fm.h HDRINST usr/include/sound/sof/header.h HDRINST usr/include/sound/sof/tokens.h HDRINST usr/include/sound/sof/abi.h HDRINST usr/include/sound/sof/fw.h HDRINST usr/include/sound/sb16_csp.h HDRINST usr/include/sound/usb_stream.h HDRINST usr/include/scsi/scsi_bsg_ufs.h HDRINST usr/include/scsi/fc/fc_els.h HDRINST usr/include/scsi/fc/fc_fs.h HDRINST usr/include/scsi/fc/fc_gs.h HDRINST usr/include/scsi/fc/fc_ns.h HDRINST usr/include/scsi/scsi_bsg_fc.h HDRINST usr/include/scsi/scsi_netlink_fc.h HDRINST usr/include/scsi/cxlflash_ioctl.h HDRINST usr/include/scsi/scsi_netlink.h HDRINST usr/include/linux/version.h HDRINST usr/include/asm/ist.h HDRINST usr/include/asm/setup.h HDRINST usr/include/asm/processor-flags.h HDRINST usr/include/asm/kvm_para.h HDRINST usr/include/asm/sigcontext32.h HDRINST usr/include/asm/auxvec.h HDRINST usr/include/asm/posix_types_x32.h HDRINST usr/include/asm/perf_regs.h HDRINST usr/include/asm/swab.h HDRINST usr/include/asm/mce.h HDRINST usr/include/asm/mtrr.h HDRINST usr/include/asm/signal.h HDRINST usr/include/asm/mman.h HDRINST usr/include/asm/statfs.h HDRINST usr/include/asm/vmx.h HDRINST usr/include/asm/kvm.h HDRINST usr/include/asm/a.out.h HDRINST usr/include/asm/shmbuf.h HDRINST usr/include/asm/kvm_perf.h HDRINST usr/include/asm/ptrace-abi.h HDRINST usr/include/asm/stat.h HDRINST usr/include/asm/sigcontext.h HDRINST usr/include/asm/debugreg.h HDRINST usr/include/asm/bitsperlong.h HDRINST usr/include/asm/vsyscall.h HDRINST usr/include/asm/sembuf.h HDRINST usr/include/asm/ucontext.h HDRINST usr/include/asm/byteorder.h HDRINST usr/include/asm/bootparam.h HDRINST usr/include/asm/vm86.h HDRINST usr/include/asm/hw_breakpoint.h HDRINST usr/include/asm/ldt.h HDRINST usr/include/asm/e820.h HDRINST usr/include/asm/msr.h HDRINST usr/include/asm/posix_types_32.h HDRINST usr/include/asm/prctl.h HDRINST usr/include/asm/boot.h HDRINST usr/include/asm/unistd.h HDRINST usr/include/asm/svm.h HDRINST usr/include/asm/posix_types.h HDRINST usr/include/asm/siginfo.h HDRINST usr/include/asm/msgbuf.h HDRINST usr/include/asm/posix_types_64.h HDRINST usr/include/asm/ptrace.h HDRINST usr/include/asm/hwcap2.h HDRINST usr/include/asm/unistd_x32.h HDRINST usr/include/asm/unistd_64.h HDRINST usr/include/asm/unistd_32.h HDRINST usr/include/asm/types.h HDRINST usr/include/asm/termios.h HDRINST usr/include/asm/termbits.h HDRINST usr/include/asm/sockios.h HDRINST usr/include/asm/socket.h HDRINST usr/include/asm/resource.h HDRINST usr/include/asm/poll.h HDRINST usr/include/asm/param.h HDRINST usr/include/asm/ipcbuf.h HDRINST usr/include/asm/ioctls.h HDRINST usr/include/asm/ioctl.h HDRINST usr/include/asm/fcntl.h HDRINST usr/include/asm/errno.h HDRINST usr/include/asm/bpf_perf_event.h INSTALL ./usr/include make[1]: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-c9ac3b69cfdbc46a0504fa353b5126827e4b0bdb' gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/ reuseport_bpf.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-c9ac3b69cfdbc46a0504fa353b5126827e4b0bdb/tools/testing/selftests/net/reuseport_bpf gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/ reuseport_bpf_cpu.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-c9ac3b69cfdbc46a0504fa353b5126827e4b0bdb/tools/testing/selftests/net/reuseport_bpf_cpu gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/ reuseport_bpf_numa.c -lnuma -o /usr/src/perf_selftests-x86_64-rhel-7.6-c9ac3b69cfdbc46a0504fa353b5126827e4b0bdb/tools/testing/selftests/net/reuseport_bpf_numa gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/ reuseport_dualstack.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-c9ac3b69cfdbc46a0504fa353b5126827e4b0bdb/tools/testing/selftests/net/reuseport_dualstack gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/ reuseaddr_conflict.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-c9ac3b69cfdbc46a0504fa353b5126827e4b0bdb/tools/testing/selftests/net/reuseaddr_conflict gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/ tls.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-c9ac3b69cfdbc46a0504fa353b5126827e4b0bdb/tools/testing/selftests/net/tls gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/ socket.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-c9ac3b69cfdbc46a0504fa353b5126827e4b0bdb/tools/testing/selftests/net/socket gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/ nettest.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-c9ac3b69cfdbc46a0504fa353b5126827e4b0bdb/tools/testing/selftests/net/nettest gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/ psock_fanout.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-c9ac3b69cfdbc46a0504fa353b5126827e4b0bdb/tools/testing/selftests/net/psock_fanout gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/ psock_tpacket.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-c9ac3b69cfdbc46a0504fa353b5126827e4b0bdb/tools/testing/selftests/net/psock_tpacket gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/ msg_zerocopy.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-c9ac3b69cfdbc46a0504fa353b5126827e4b0bdb/tools/testing/selftests/net/msg_zerocopy gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/ reuseport_addr_any.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-c9ac3b69cfdbc46a0504fa353b5126827e4b0bdb/tools/testing/selftests/net/reuseport_addr_any gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/ -lpthread tcp_mmap.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-c9ac3b69cfdbc46a0504fa353b5126827e4b0bdb/tools/testing/selftests/net/tcp_mmap gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/ -lpthread tcp_inq.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-c9ac3b69cfdbc46a0504fa353b5126827e4b0bdb/tools/testing/selftests/net/tcp_inq tcp_inq.c: In function ‘main’: tcp_inq.c:168:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] inq = *((int *) CMSG_DATA(cm)); ^~~ gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/ psock_snd.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-c9ac3b69cfdbc46a0504fa353b5126827e4b0bdb/tools/testing/selftests/net/psock_snd gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/ txring_overwrite.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-c9ac3b69cfdbc46a0504fa353b5126827e4b0bdb/tools/testing/selftests/net/txring_overwrite gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/ udpgso.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-c9ac3b69cfdbc46a0504fa353b5126827e4b0bdb/tools/testing/selftests/net/udpgso udpgso.c: In function ‘send_one’: udpgso.c:476:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] *((uint16_t *) CMSG_DATA(cm)) = gso_len; ^ gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/ udpgso_bench_tx.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-c9ac3b69cfdbc46a0504fa353b5126827e4b0bdb/tools/testing/selftests/net/udpgso_bench_tx gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/ udpgso_bench_rx.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-c9ac3b69cfdbc46a0504fa353b5126827e4b0bdb/tools/testing/selftests/net/udpgso_bench_rx gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/ ip_defrag.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-c9ac3b69cfdbc46a0504fa353b5126827e4b0bdb/tools/testing/selftests/net/ip_defrag gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/ so_txtime.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-c9ac3b69cfdbc46a0504fa353b5126827e4b0bdb/tools/testing/selftests/net/so_txtime gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/ ipv6_flowlabel.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-c9ac3b69cfdbc46a0504fa353b5126827e4b0bdb/tools/testing/selftests/net/ipv6_flowlabel ipv6_flowlabel.c: In function ‘do_send’: ipv6_flowlabel.c:58:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] *(uint32_t *)CMSG_DATA(cm) = htonl(flowlabel); ^ ipv6_flowlabel.c: In function ‘do_recv’: ipv6_flowlabel.c:114:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] flowlabel = ntohl(*(uint32_t *)CMSG_DATA(cm)); ^~~~~~~~~ gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/ ipv6_flowlabel_mgr.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-c9ac3b69cfdbc46a0504fa353b5126827e4b0bdb/tools/testing/selftests/net/ipv6_flowlabel_mgr gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/ tcp_fastopen_backup_key.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-c9ac3b69cfdbc46a0504fa353b5126827e4b0bdb/tools/testing/selftests/net/tcp_fastopen_backup_key TAP version 13 1..33 # selftests: net: reuseport_bpf # ---- IPv4 UDP ---- # Testing EBPF mod 10... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 5: 5 # Socket 6: 6 # Socket 7: 7 # Socket 8: 8 # Socket 9: 9 # Socket 0: 10 # Socket 1: 11 # Socket 2: 12 # Socket 3: 13 # Socket 4: 14 # Socket 5: 15 # Socket 6: 16 # Socket 7: 17 # Socket 8: 18 # Socket 9: 19 # Reprograming, testing mod 5... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 0: 5 # Socket 1: 6 # Socket 2: 7 # Socket 3: 8 # Socket 4: 9 # Socket 0: 10 # Socket 1: 11 # Socket 2: 12 # Socket 3: 13 # Socket 4: 14 # Socket 0: 15 # Socket 1: 16 # Socket 2: 17 # Socket 3: 18 # Socket 4: 19 # Testing EBPF mod 20... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 5: 5 # Socket 6: 6 # Socket 7: 7 # Socket 8: 8 # Socket 9: 9 # Socket 10: 10 # Socket 11: 11 # Socket 12: 12 # Socket 13: 13 # Socket 14: 14 # Socket 15: 15 # Socket 16: 16 # Socket 17: 17 # Socket 18: 18 # Socket 19: 19 # Socket 0: 20 # Socket 1: 21 # Socket 2: 22 # Socket 3: 23 # Socket 4: 24 # Socket 5: 25 # Socket 6: 26 # Socket 7: 27 # Socket 8: 28 # Socket 9: 29 # Socket 10: 30 # Socket 11: 31 # Socket 12: 32 # Socket 13: 33 # Socket 14: 34 # Socket 15: 35 # Socket 16: 36 # Socket 17: 37 # Socket 18: 38 # Socket 19: 39 # Reprograming, testing mod 10... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 5: 5 # Socket 6: 6 # Socket 7: 7 # Socket 8: 8 # Socket 9: 9 # Socket 0: 10 # Socket 1: 11 # Socket 2: 12 # Socket 3: 13 # Socket 4: 14 # Socket 5: 15 # Socket 6: 16 # Socket 7: 17 # Socket 8: 18 # Socket 9: 19 # Socket 0: 20 # Socket 1: 21 # Socket 2: 22 # Socket 3: 23 # Socket 4: 24 # Socket 5: 25 # Socket 6: 26 # Socket 7: 27 # Socket 8: 28 # Socket 9: 29 # Socket 0: 30 # Socket 1: 31 # Socket 2: 32 # Socket 3: 33 # Socket 4: 34 # Socket 5: 35 # Socket 6: 36 # Socket 7: 37 # Socket 8: 38 # Socket 9: 39 # Testing CBPF mod 10... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 5: 5 # Socket 6: 6 # Socket 7: 7 # Socket 8: 8 # Socket 9: 9 # Socket 0: 10 # Socket 1: 11 # Socket 2: 12 # Socket 3: 13 # Socket 4: 14 # Socket 5: 15 # Socket 6: 16 # Socket 7: 17 # Socket 8: 18 # Socket 9: 19 # Reprograming, testing mod 5... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 0: 5 # Socket 1: 6 # Socket 2: 7 # Socket 3: 8 # Socket 4: 9 # Socket 0: 10 # Socket 1: 11 # Socket 2: 12 # Socket 3: 13 # Socket 4: 14 # Socket 0: 15 # Socket 1: 16 # Socket 2: 17 # Socket 3: 18 # Socket 4: 19 # Testing CBPF mod 20... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 5: 5 # Socket 6: 6 # Socket 7: 7 # Socket 8: 8 # Socket 9: 9 # Socket 10: 10 # Socket 11: 11 # Socket 12: 12 # Socket 13: 13 # Socket 14: 14 # Socket 15: 15 # Socket 16: 16 # Socket 17: 17 # Socket 18: 18 # Socket 19: 19 # Socket 0: 20 # Socket 1: 21 # Socket 2: 22 # Socket 3: 23 # Socket 4: 24 # Socket 5: 25 # Socket 6: 26 # Socket 7: 27 # Socket 8: 28 # Socket 9: 29 # Socket 10: 30 # Socket 11: 31 # Socket 12: 32 # Socket 13: 33 # Socket 14: 34 # Socket 15: 35 # Socket 16: 36 # Socket 17: 37 # Socket 18: 38 # Socket 19: 39 # Reprograming, testing mod 10... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 5: 5 # Socket 6: 6 # Socket 7: 7 # Socket 8: 8 # Socket 9: 9 # Socket 0: 10 # Socket 1: 11 # Socket 2: 12 # Socket 3: 13 # Socket 4: 14 # Socket 5: 15 # Socket 6: 16 # Socket 7: 17 # Socket 8: 18 # Socket 9: 19 # Socket 0: 20 # Socket 1: 21 # Socket 2: 22 # Socket 3: 23 # Socket 4: 24 # Socket 5: 25 # Socket 6: 26 # Socket 7: 27 # Socket 8: 28 # Socket 9: 29 # Socket 0: 30 # Socket 1: 31 # Socket 2: 32 # Socket 3: 33 # Socket 4: 34 # Socket 5: 35 # Socket 6: 36 # Socket 7: 37 # Socket 8: 38 # Socket 9: 39 # Testing too many filters... # Testing filters on non-SO_REUSEPORT socket... # ---- IPv6 UDP ---- # Testing EBPF mod 10... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 5: 5 # Socket 6: 6 # Socket 7: 7 # Socket 8: 8 # Socket 9: 9 # Socket 0: 10 # Socket 1: 11 # Socket 2: 12 # Socket 3: 13 # Socket 4: 14 # Socket 5: 15 # Socket 6: 16 # Socket 7: 17 # Socket 8: 18 # Socket 9: 19 # Reprograming, testing mod 5... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 0: 5 # Socket 1: 6 # Socket 2: 7 # Socket 3: 8 # Socket 4: 9 # Socket 0: 10 # Socket 1: 11 # Socket 2: 12 # Socket 3: 13 # Socket 4: 14 # Socket 0: 15 # Socket 1: 16 # Socket 2: 17 # Socket 3: 18 # Socket 4: 19 # Testing EBPF mod 20... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 5: 5 # Socket 6: 6 # Socket 7: 7 # Socket 8: 8 # Socket 9: 9 # Socket 10: 10 # Socket 11: 11 # Socket 12: 12 # Socket 13: 13 # Socket 14: 14 # Socket 15: 15 # Socket 16: 16 # Socket 17: 17 # Socket 18: 18 # Socket 19: 19 # Socket 0: 20 # Socket 1: 21 # Socket 2: 22 # Socket 3: 23 # Socket 4: 24 # Socket 5: 25 # Socket 6: 26 # Socket 7: 27 # Socket 8: 28 # Socket 9: 29 # Socket 10: 30 # Socket 11: 31 # Socket 12: 32 # Socket 13: 33 # Socket 14: 34 # Socket 15: 35 # Socket 16: 36 # Socket 17: 37 # Socket 18: 38 # Socket 19: 39 # Reprograming, testing mod 10... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 5: 5 # Socket 6: 6 # Socket 7: 7 # Socket 8: 8 # Socket 9: 9 # Socket 0: 10 # Socket 1: 11 # Socket 2: 12 # Socket 3: 13 # Socket 4: 14 # Socket 5: 15 # Socket 6: 16 # Socket 7: 17 # Socket 8: 18 # Socket 9: 19 # Socket 0: 20 # Socket 1: 21 # Socket 2: 22 # Socket 3: 23 # Socket 4: 24 # Socket 5: 25 # Socket 6: 26 # Socket 7: 27 # Socket 8: 28 # Socket 9: 29 # Socket 0: 30 # Socket 1: 31 # Socket 2: 32 # Socket 3: 33 # Socket 4: 34 # Socket 5: 35 # Socket 6: 36 # Socket 7: 37 # Socket 8: 38 # Socket 9: 39 # Testing CBPF mod 10... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 5: 5 # Socket 6: 6 # Socket 7: 7 # Socket 8: 8 # Socket 9: 9 # Socket 0: 10 # Socket 1: 11 # Socket 2: 12 # Socket 3: 13 # Socket 4: 14 # Socket 5: 15 # Socket 6: 16 # Socket 7: 17 # Socket 8: 18 # Socket 9: 19 # Reprograming, testing mod 5... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 0: 5 # Socket 1: 6 # Socket 2: 7 # Socket 3: 8 # Socket 4: 9 # Socket 0: 10 # Socket 1: 11 # Socket 2: 12 # Socket 3: 13 # Socket 4: 14 # Socket 0: 15 # Socket 1: 16 # Socket 2: 17 # Socket 3: 18 # Socket 4: 19 # Testing CBPF mod 20... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 5: 5 # Socket 6: 6 # Socket 7: 7 # Socket 8: 8 # Socket 9: 9 # Socket 10: 10 # Socket 11: 11 # Socket 12: 12 # Socket 13: 13 # Socket 14: 14 # Socket 15: 15 # Socket 16: 16 # Socket 17: 17 # Socket 18: 18 # Socket 19: 19 # Socket 0: 20 # Socket 1: 21 # Socket 2: 22 # Socket 3: 23 # Socket 4: 24 # Socket 5: 25 # Socket 6: 26 # Socket 7: 27 # Socket 8: 28 # Socket 9: 29 # Socket 10: 30 # Socket 11: 31 # Socket 12: 32 # Socket 13: 33 # Socket 14: 34 # Socket 15: 35 # Socket 16: 36 # Socket 17: 37 # Socket 18: 38 # Socket 19: 39 # Reprograming, testing mod 10... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 5: 5 # Socket 6: 6 # Socket 7: 7 # Socket 8: 8 # Socket 9: 9 # Socket 0: 10 # Socket 1: 11 # Socket 2: 12 # Socket 3: 13 # Socket 4: 14 # Socket 5: 15 # Socket 6: 16 # Socket 7: 17 # Socket 8: 18 # Socket 9: 19 # Socket 0: 20 # Socket 1: 21 # Socket 2: 22 # Socket 3: 23 # Socket 4: 24 # Socket 5: 25 # Socket 6: 26 # Socket 7: 27 # Socket 8: 28 # Socket 9: 29 # Socket 0: 30 # Socket 1: 31 # Socket 2: 32 # Socket 3: 33 # Socket 4: 34 # Socket 5: 35 # Socket 6: 36 # Socket 7: 37 # Socket 8: 38 # Socket 9: 39 # Testing too many filters... # Testing filters on non-SO_REUSEPORT socket... # ---- IPv6 UDP w/ mapped IPv4 ---- # Testing EBPF mod 20... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 5: 5 # Socket 6: 6 # Socket 7: 7 # Socket 8: 8 # Socket 9: 9 # Socket 10: 10 # Socket 11: 11 # Socket 12: 12 # Socket 13: 13 # Socket 14: 14 # Socket 15: 15 # Socket 16: 16 # Socket 17: 17 # Socket 18: 18 # Socket 19: 19 # Socket 0: 20 # Socket 1: 21 # Socket 2: 22 # Socket 3: 23 # Socket 4: 24 # Socket 5: 25 # Socket 6: 26 # Socket 7: 27 # Socket 8: 28 # Socket 9: 29 # Socket 10: 30 # Socket 11: 31 # Socket 12: 32 # Socket 13: 33 # Socket 14: 34 # Socket 15: 35 # Socket 16: 36 # Socket 17: 37 # Socket 18: 38 # Socket 19: 39 # Reprograming, testing mod 10... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 5: 5 # Socket 6: 6 # Socket 7: 7 # Socket 8: 8 # Socket 9: 9 # Socket 0: 10 # Socket 1: 11 # Socket 2: 12 # Socket 3: 13 # Socket 4: 14 # Socket 5: 15 # Socket 6: 16 # Socket 7: 17 # Socket 8: 18 # Socket 9: 19 # Socket 0: 20 # Socket 1: 21 # Socket 2: 22 # Socket 3: 23 # Socket 4: 24 # Socket 5: 25 # Socket 6: 26 # Socket 7: 27 # Socket 8: 28 # Socket 9: 29 # Socket 0: 30 # Socket 1: 31 # Socket 2: 32 # Socket 3: 33 # Socket 4: 34 # Socket 5: 35 # Socket 6: 36 # Socket 7: 37 # Socket 8: 38 # Socket 9: 39 # Testing EBPF mod 10... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 5: 5 # Socket 6: 6 # Socket 7: 7 # Socket 8: 8 # Socket 9: 9 # Socket 0: 10 # Socket 1: 11 # Socket 2: 12 # Socket 3: 13 # Socket 4: 14 # Socket 5: 15 # Socket 6: 16 # Socket 7: 17 # Socket 8: 18 # Socket 9: 19 # Reprograming, testing mod 5... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 0: 5 # Socket 1: 6 # Socket 2: 7 # Socket 3: 8 # Socket 4: 9 # Socket 0: 10 # Socket 1: 11 # Socket 2: 12 # Socket 3: 13 # Socket 4: 14 # Socket 0: 15 # Socket 1: 16 # Socket 2: 17 # Socket 3: 18 # Socket 4: 19 # Testing CBPF mod 10... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 5: 5 # Socket 6: 6 # Socket 7: 7 # Socket 8: 8 # Socket 9: 9 # Socket 0: 10 # Socket 1: 11 # Socket 2: 12 # Socket 3: 13 # Socket 4: 14 # Socket 5: 15 # Socket 6: 16 # Socket 7: 17 # Socket 8: 18 # Socket 9: 19 # Reprograming, testing mod 5... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 0: 5 # Socket 1: 6 # Socket 2: 7 # Socket 3: 8 # Socket 4: 9 # Socket 0: 10 # Socket 1: 11 # Socket 2: 12 # Socket 3: 13 # Socket 4: 14 # Socket 0: 15 # Socket 1: 16 # Socket 2: 17 # Socket 3: 18 # Socket 4: 19 # Testing CBPF mod 20... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 5: 5 # Socket 6: 6 # Socket 7: 7 # Socket 8: 8 # Socket 9: 9 # Socket 10: 10 # Socket 11: 11 # Socket 12: 12 # Socket 13: 13 # Socket 14: 14 # Socket 15: 15 # Socket 16: 16 # Socket 17: 17 # Socket 18: 18 # Socket 19: 19 # Socket 0: 20 # Socket 1: 21 # Socket 2: 22 # Socket 3: 23 # Socket 4: 24 # Socket 5: 25 # Socket 6: 26 # Socket 7: 27 # Socket 8: 28 # Socket 9: 29 # Socket 10: 30 # Socket 11: 31 # Socket 12: 32 # Socket 13: 33 # Socket 14: 34 # Socket 15: 35 # Socket 16: 36 # Socket 17: 37 # Socket 18: 38 # Socket 19: 39 # Reprograming, testing mod 10... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 5: 5 # Socket 6: 6 # Socket 7: 7 # Socket 8: 8 # Socket 9: 9 # Socket 0: 10 # Socket 1: 11 # Socket 2: 12 # Socket 3: 13 # Socket 4: 14 # Socket 5: 15 # Socket 6: 16 # Socket 7: 17 # Socket 8: 18 # Socket 9: 19 # Socket 0: 20 # Socket 1: 21 # Socket 2: 22 # Socket 3: 23 # Socket 4: 24 # Socket 5: 25 # Socket 6: 26 # Socket 7: 27 # Socket 8: 28 # Socket 9: 29 # Socket 0: 30 # Socket 1: 31 # Socket 2: 32 # Socket 3: 33 # Socket 4: 34 # Socket 5: 35 # Socket 6: 36 # Socket 7: 37 # Socket 8: 38 # Socket 9: 39 # ---- IPv4 TCP ---- # Testing EBPF mod 10... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 5: 5 # Socket 6: 6 # Socket 7: 7 # Socket 8: 8 # Socket 9: 9 # Socket 0: 10 # Socket 1: 11 # Socket 2: 12 # Socket 3: 13 # Socket 4: 14 # Socket 5: 15 # Socket 6: 16 # Socket 7: 17 # Socket 8: 18 # Socket 9: 19 # Reprograming, testing mod 5... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 0: 5 # Socket 1: 6 # Socket 2: 7 # Socket 3: 8 # Socket 4: 9 # Socket 0: 10 # Socket 1: 11 # Socket 2: 12 # Socket 3: 13 # Socket 4: 14 # Socket 0: 15 # Socket 1: 16 # Socket 2: 17 # Socket 3: 18 # Socket 4: 19 # Testing CBPF mod 10... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 5: 5 # Socket 6: 6 # Socket 7: 7 # Socket 8: 8 # Socket 9: 9 # Socket 0: 10 # Socket 1: 11 # Socket 2: 12 # Socket 3: 13 # Socket 4: 14 # Socket 5: 15 # Socket 6: 16 # Socket 7: 17 # Socket 8: 18 # Socket 9: 19 # Reprograming, testing mod 5... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 0: 5 # Socket 1: 6 # Socket 2: 7 # Socket 3: 8 # Socket 4: 9 # Socket 0: 10 # Socket 1: 11 # Socket 2: 12 # Socket 3: 13 # Socket 4: 14 # Socket 0: 15 # Socket 1: 16 # Socket 2: 17 # Socket 3: 18 # Socket 4: 19 # Testing too many filters... # Testing filters on non-SO_REUSEPORT socket... # ---- IPv6 TCP ---- # Testing EBPF mod 10... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 5: 5 # Socket 6: 6 # Socket 7: 7 # Socket 8: 8 # Socket 9: 9 # Socket 0: 10 # Socket 1: 11 # Socket 2: 12 # Socket 3: 13 # Socket 4: 14 # Socket 5: 15 # Socket 6: 16 # Socket 7: 17 # Socket 8: 18 # Socket 9: 19 # Reprograming, testing mod 5... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 0: 5 # Socket 1: 6 # Socket 2: 7 # Socket 3: 8 # Socket 4: 9 # Socket 0: 10 # Socket 1: 11 # Socket 2: 12 # Socket 3: 13 # Socket 4: 14 # Socket 0: 15 # Socket 1: 16 # Socket 2: 17 # Socket 3: 18 # Socket 4: 19 # Testing CBPF mod 10... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 5: 5 # Socket 6: 6 # Socket 7: 7 # Socket 8: 8 # Socket 9: 9 # Socket 0: 10 # Socket 1: 11 # Socket 2: 12 # Socket 3: 13 # Socket 4: 14 # Socket 5: 15 # Socket 6: 16 # Socket 7: 17 # Socket 8: 18 # Socket 9: 19 # Reprograming, testing mod 5... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 0: 5 # Socket 1: 6 # Socket 2: 7 # Socket 3: 8 # Socket 4: 9 # Socket 0: 10 # Socket 1: 11 # Socket 2: 12 # Socket 3: 13 # Socket 4: 14 # Socket 0: 15 # Socket 1: 16 # Socket 2: 17 # Socket 3: 18 # Socket 4: 19 # Testing too many filters... # Testing filters on non-SO_REUSEPORT socket... # ---- IPv6 TCP w/ mapped IPv4 ---- # Testing EBPF mod 10... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 5: 5 # Socket 6: 6 # Socket 7: 7 # Socket 8: 8 # Socket 9: 9 # Socket 0: 10 # Socket 1: 11 # Socket 2: 12 # Socket 3: 13 # Socket 4: 14 # Socket 5: 15 # Socket 6: 16 # Socket 7: 17 # Socket 8: 18 # Socket 9: 19 # Reprograming, testing mod 5... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 0: 5 # Socket 1: 6 # Socket 2: 7 # Socket 3: 8 # Socket 4: 9 # Socket 0: 10 # Socket 1: 11 # Socket 2: 12 # Socket 3: 13 # Socket 4: 14 # Socket 0: 15 # Socket 1: 16 # Socket 2: 17 # Socket 3: 18 # Socket 4: 19 # Testing CBPF mod 10... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 5: 5 # Socket 6: 6 # Socket 7: 7 # Socket 8: 8 # Socket 9: 9 # Socket 0: 10 # Socket 1: 11 # Socket 2: 12 # Socket 3: 13 # Socket 4: 14 # Socket 5: 15 # Socket 6: 16 # Socket 7: 17 # Socket 8: 18 # Socket 9: 19 # Reprograming, testing mod 5... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 0: 5 # Socket 1: 6 # Socket 2: 7 # Socket 3: 8 # Socket 4: 9 # Socket 0: 10 # Socket 1: 11 # Socket 2: 12 # Socket 3: 13 # Socket 4: 14 # Socket 0: 15 # Socket 1: 16 # Socket 2: 17 # Socket 3: 18 # Socket 4: 19 # Testing filter add without bind... # SUCCESS ok 1 selftests: net: reuseport_bpf # selftests: net: reuseport_bpf_cpu # ---- IPv4 UDP ---- # send cpu 0, receive socket 0 # send cpu 1, receive socket 1 # send cpu 2, receive socket 2 # send cpu 3, receive socket 3 # send cpu 4, receive socket 4 # send cpu 5, receive socket 5 # send cpu 6, receive socket 6 # send cpu 7, receive socket 7 # send cpu 7, receive socket 7 # send cpu 6, receive socket 6 # send cpu 5, receive socket 5 # send cpu 4, receive socket 4 # send cpu 3, receive socket 3 # send cpu 2, receive socket 2 # send cpu 1, receive socket 1 # send cpu 0, receive socket 0 # send cpu 0, receive socket 0 # send cpu 2, receive socket 2 # send cpu 4, receive socket 4 # send cpu 6, receive socket 6 # send cpu 1, receive socket 1 # send cpu 3, receive socket 3 # send cpu 5, receive socket 5 # send cpu 7, receive socket 7 # ---- IPv6 UDP ---- # send cpu 0, receive socket 0 # send cpu 1, receive socket 1 # send cpu 2, receive socket 2 # send cpu 3, receive socket 3 # send cpu 4, receive socket 4 # send cpu 5, receive socket 5 # send cpu 6, receive socket 6 # send cpu 7, receive socket 7 # send cpu 7, receive socket 7 # send cpu 6, receive socket 6 # send cpu 5, receive socket 5 # send cpu 4, receive socket 4 # send cpu 3, receive socket 3 # send cpu 2, receive socket 2 # send cpu 1, receive socket 1 # send cpu 0, receive socket 0 # send cpu 0, receive socket 0 # send cpu 2, receive socket 2 # send cpu 4, receive socket 4 # send cpu 6, receive socket 6 # send cpu 1, receive socket 1 # send cpu 3, receive socket 3 # send cpu 5, receive socket 5 # send cpu 7, receive socket 7 # ---- IPv4 TCP ---- # send cpu 0, receive socket 0 # send cpu 1, receive socket 1 # send cpu 2, receive socket 2 # send cpu 3, receive socket 3 # send cpu 4, receive socket 4 # send cpu 5, receive socket 5 # send cpu 6, receive socket 6 # send cpu 7, receive socket 7 # send cpu 7, receive socket 7 # send cpu 6, receive socket 6 # send cpu 5, receive socket 5 # send cpu 4, receive socket 4 # send cpu 3, receive socket 3 # send cpu 2, receive socket 2 # send cpu 1, receive socket 1 # send cpu 0, receive socket 0 # send cpu 0, receive socket 0 # send cpu 2, receive socket 2 # send cpu 4, receive socket 4 # send cpu 6, receive socket 6 # send cpu 1, receive socket 1 # send cpu 3, receive socket 3 # send cpu 5, receive socket 5 # send cpu 7, receive socket 7 # ---- IPv6 TCP ---- # send cpu 0, receive socket 0 # send cpu 1, receive socket 1 # send cpu 2, receive socket 2 # send cpu 3, receive socket 3 # send cpu 4, receive socket 4 # send cpu 5, receive socket 5 # send cpu 6, receive socket 6 # send cpu 7, receive socket 7 # send cpu 7, receive socket 7 # send cpu 6, receive socket 6 # send cpu 5, receive socket 5 # send cpu 4, receive socket 4 # send cpu 3, receive socket 3 # send cpu 2, receive socket 2 # send cpu 1, receive socket 1 # send cpu 0, receive socket 0 # send cpu 0, receive socket 0 # send cpu 2, receive socket 2 # send cpu 4, receive socket 4 # send cpu 6, receive socket 6 # send cpu 1, receive socket 1 # send cpu 3, receive socket 3 # send cpu 5, receive socket 5 # send cpu 7, receive socket 7 # SUCCESS ok 2 selftests: net: reuseport_bpf_cpu # selftests: net: reuseport_bpf_numa # ---- IPv4 UDP ---- # send node 0, receive socket 0 # send node 0, receive socket 0 # ---- IPv6 UDP ---- # send node 0, receive socket 0 # send node 0, receive socket 0 # ---- IPv4 TCP ---- # send node 0, receive socket 0 # send node 0, receive socket 0 # ---- IPv6 TCP ---- # send node 0, receive socket 0 # send node 0, receive socket 0 # SUCCESS ok 3 selftests: net: reuseport_bpf_numa # selftests: net: reuseport_dualstack # ---- UDP IPv4 created before IPv6 ---- # ---- UDP IPv6 created before IPv4 ---- # ---- UDP IPv4 created before IPv6 (large) ---- # ---- UDP IPv6 created before IPv4 (large) ---- # ---- TCP IPv4 created before IPv6 ---- # ---- TCP IPv6 created before IPv4 ---- # SUCCESS ok 4 selftests: net: reuseport_dualstack # selftests: net: reuseaddr_conflict # Opening 127.0.0.1:9999 # Opening INADDR_ANY:9999 # bind: Address already in use # Opening in6addr_any:9999 # Opening INADDR_ANY:9999 # bind: Address already in use # Opening INADDR_ANY:9999 after closing ipv6 socket # bind: Address already in use # Successok 5 selftests: net: reuseaddr_conflict # selftests: net: tls # [==========] Running 49 tests from 3 test cases. # [ RUN ] tls_basic.base_base # [ OK ] tls_basic.base_base # [ RUN ] tls.sendfile # [ OK ] tls.sendfile # [ RUN ] tls.send_then_sendfile # [ OK ] tls.send_then_sendfile # [ RUN ] tls.recv_max # [ OK ] tls.recv_max # [ RUN ] tls.recv_small # [ OK ] tls.recv_small # [ RUN ] tls.msg_more # [ OK ] tls.msg_more # [ RUN ] tls.msg_more_unsent # [ OK ] tls.msg_more_unsent # [ RUN ] tls.sendmsg_single # [ OK ] tls.sendmsg_single # [ RUN ] tls.sendmsg_fragmented # [ OK ] tls.sendmsg_fragmented # [ RUN ] tls.sendmsg_large # [ OK ] tls.sendmsg_large # [ RUN ] tls.sendmsg_multiple # [ OK ] tls.sendmsg_multiple # [ RUN ] tls.sendmsg_multiple_stress # [ OK ] tls.sendmsg_multiple_stress # [ RUN ] tls.splice_from_pipe # [ OK ] tls.splice_from_pipe # [ RUN ] tls.splice_from_pipe2 # [ OK ] tls.splice_from_pipe2 # [ RUN ] tls.send_and_splice # [ OK ] tls.send_and_splice # [ RUN ] tls.splice_to_pipe # [ OK ] tls.splice_to_pipe # [ RUN ] tls.recvmsg_single # [ OK ] tls.recvmsg_single # [ RUN ] tls.recvmsg_single_max # [ OK ] tls.recvmsg_single_max # [ RUN ] tls.recvmsg_multiple # [ OK ] tls.recvmsg_multiple # [ RUN ] tls.single_send_multiple_recv # [ OK ] tls.single_send_multiple_recv # [ RUN ] tls.multiple_send_single_recv # [ OK ] tls.multiple_send_single_recv # [ RUN ] tls.single_send_multiple_recv_non_align # [ OK ] tls.single_send_multiple_recv_non_align # [ RUN ] tls.recv_partial # [ OK ] tls.recv_partial # [ RUN ] tls.recv_nonblock # [ OK ] tls.recv_nonblock # [ RUN ] tls.recv_peek # [ OK ] tls.recv_peek # [ RUN ] tls.recv_peek_multiple # [ OK ] tls.recv_peek_multiple # [ RUN ] tls.recv_peek_multiple_records # [ OK ] tls.recv_peek_multiple_records # [ RUN ] tls.recv_peek_large_buf_mult_recs # [ OK ] tls.recv_peek_large_buf_mult_recs # [ RUN ] tls.recv_lowat # [ OK ] tls.recv_lowat # [ RUN ] tls.recv_rcvbuf # [ OK ] tls.recv_rcvbuf # [ RUN ] tls.bidir # [ OK ] tls.bidir # [ RUN ] tls.pollin # [ OK ] tls.pollin # [ RUN ] tls.poll_wait # [ OK ] tls.poll_wait # [ RUN ] tls.poll_wait_split # [ OK ] tls.poll_wait_split # [ RUN ] tls.blocking # [ OK ] tls.blocking # [ RUN ] tls.nonblocking # [ OK ] tls.nonblocking # [ RUN ] tls.mutliproc_even # [ OK ] tls.mutliproc_even # [ RUN ] tls.mutliproc_readers # [ OK ] tls.mutliproc_readers # [ RUN ] tls.mutliproc_writers # [ OK ] tls.mutliproc_writers # [ RUN ] tls.mutliproc_sendpage_even # [ OK ] tls.mutliproc_sendpage_even # [ RUN ] tls.mutliproc_sendpage_readers # [ OK ] tls.mutliproc_sendpage_readers # [ RUN ] tls.mutliproc_sendpage_writers # [ OK ] tls.mutliproc_sendpage_writers # [ RUN ] tls.control_msg # [ OK ] tls.control_msg # [ RUN ] tls.shutdown # [ OK ] tls.shutdown # [ RUN ] tls.shutdown_unsent # [ OK ] tls.shutdown_unsent # [ RUN ] tls.shutdown_reuse # [ OK ] tls.shutdown_reuse # [ RUN ] global.non_established # [ OK ] global.non_established # [ RUN ] global.keysizes # [ OK ] global.keysizes # [ RUN ] global.tls12 # [ OK ] global.tls12 # [==========] 49 / 49 tests passed. # [ PASSED ] ok 6 selftests: net: tls # selftests: net: run_netsocktests # -------------------- # running socket test # -------------------- # [PASS] ok 7 selftests: net: run_netsocktests # selftests: net: run_afpackettests # -------------------- # running psock_fanout test # -------------------- # test: control single socket # test: control multiple sockets # test: unique ids # # test: datapath 0x0 ports 8000,8002 # info: count=0,0, expect=0,0 # info: count=15,5, expect=15,5 # info: count=20,5, expect=20,5 # # test: datapath 0x1000 ports 8000,8002 # info: count=0,0, expect=0,0 # info: count=15,5, expect=15,5 # info: count=20,15, expect=20,15 # # test: datapath 0x1 ports 8000,8002 # info: count=0,0, expect=0,0 # info: count=10,10, expect=10,10 # info: count=17,18, expect=18,17 # # test: datapath 0x3 ports 8000,8002 # info: count=0,0, expect=0,0 # info: count=15,5, expect=15,5 # info: count=20,15, expect=20,15 # # test: datapath 0x6 ports 8000,8002 # info: count=0,0, expect=0,0 # info: count=5,15, expect=15,5 # info: count=20,15, expect=15,20 # # test: datapath 0x7 ports 8000,8002 # info: count=0,0, expect=0,0 # info: count=5,15, expect=15,5 # info: count=20,15, expect=15,20 # # test: datapath 0x2 ports 8000,8002 # info: count=0,0, expect=0,0 # info: count=20,0, expect=20,0 # info: count=20,0, expect=20,0 # # test: datapath 0x2 ports 8000,8002 # info: count=0,0, expect=0,0 # info: count=0,20, expect=0,20 # info: count=0,20, expect=0,20 # # test: datapath 0x2000 ports 8000,8002 # info: count=0,0, expect=0,0 # info: count=20,20, expect=20,20 # info: count=20,20, expect=20,20 # OK. All tests passed # [PASS] # -------------------- # running psock_tpacket test # -------------------- # test: TPACKET_V1 with PACKET_RX_RING .................... 100 pkts (14200 bytes) # test: TPACKET_V1 with PACKET_TX_RING .................... 100 pkts (14200 bytes) # test: TPACKET_V2 with PACKET_RX_RING .................... 100 pkts (14200 bytes) # test: TPACKET_V2 with PACKET_TX_RING .................... 100 pkts (14200 bytes) # test: TPACKET_V3 with PACKET_RX_RING .................... 100 pkts (14200 bytes) # test: TPACKET_V3 with PACKET_TX_RING .................... 100 pkts (14200 bytes) # OK. All tests passed # [PASS] # -------------------- # running txring_overwrite test # -------------------- # read: a (0x61) # read: b (0x62) # [PASS] ok 8 selftests: net: run_afpackettests # selftests: net: test_bpf.sh # test_bpf: ok ok 9 selftests: net: test_bpf.sh # selftests: net: netdevice.sh # SKIP: eth0: interface already up # Cannot get device udp-fragmentation-offload settings: Operation not supported # PASS: eth0: ethtool list features # PASS: eth0: ethtool dump # PASS: eth0: ethtool stats # SKIP: eth0: interface kept up ok 10 selftests: net: netdevice.sh # selftests: net: rtnetlink.sh # PASS: policy routing # PASS: route get # PASS: preferred_lft addresses have expired # PASS: promote_secondaries complete # PASS: tc htb hierarchy # PASS: gre tunnel endpoint # PASS: gretap # PASS: ip6gretap # PASS: erspan # PASS: ip6erspan # PASS: bridge setup # PASS: ipv6 addrlabel # PASS: set ifalias fbb4d5e4-da4a-477b-86b6-f64825fe885e for test-dummy0 # PASS: vrf # PASS: vxlan # PASS: fou # PASS: macsec # PASS: ipsec # FAIL: ipsec_offload netdevsim doesn't support IPsec offload # PASS: bridge fdb get # PASS: neigh get ok 11 selftests: net: rtnetlink.sh # selftests: net: xfrm_policy.sh # PASS: policy before exception matches # PASS: ping to .254 bypassed ipsec tunnel (exceptions) # PASS: direct policy matches (exceptions) # PASS: policy matches (exceptions) # PASS: ping to .254 bypassed ipsec tunnel (exceptions and block policies) # PASS: direct policy matches (exceptions and block policies) # PASS: policy matches (exceptions and block policies) not ok 12 selftests: net: xfrm_policy.sh # TIMEOUT # selftests: net: test_blackhole_dev.sh # test_blackhole_dev: ok ok 13 selftests: net: test_blackhole_dev.sh # selftests: net: fib_tests.sh # # Single path route test # Start point # TEST: IPv4 fibmatch [ OK ] # TEST: IPv6 fibmatch [ OK ] # Nexthop device deleted # TEST: IPv4 fibmatch - no route [ OK ] # TEST: IPv6 fibmatch - no route [ OK ] # # Multipath route test # Start point # TEST: IPv4 fibmatch [ OK ] # TEST: IPv6 fibmatch [ OK ] # One nexthop device deleted # TEST: IPv4 - multipath route removed on delete [ OK ] # TEST: IPv6 - multipath down to single path [ OK ] # Second nexthop device deleted # TEST: IPv6 - no route [ OK ] # # Single path, admin down # Start point # TEST: IPv4 fibmatch [ OK ] # TEST: IPv6 fibmatch [ OK ] # Route deleted on down # TEST: IPv4 fibmatch [ OK ] # TEST: IPv6 fibmatch [ OK ] # # Admin down multipath # Verify start point # TEST: IPv4 fibmatch [ OK ] # TEST: IPv6 fibmatch [ OK ] # One device down, one up # TEST: IPv4 fibmatch on down device [ OK ] # TEST: IPv6 fibmatch on down device [ OK ] # TEST: IPv4 fibmatch on up device [ OK ] # TEST: IPv6 fibmatch on up device [ OK ] # TEST: IPv4 flags on down device [ OK ] # TEST: IPv6 flags on down device [ OK ] # TEST: IPv4 flags on up device [ OK ] # TEST: IPv6 flags on up device [ OK ] # Other device down and up # TEST: IPv4 fibmatch on down device [ OK ] # TEST: IPv6 fibmatch on down device [ OK ] # TEST: IPv4 fibmatch on up device [ OK ] # TEST: IPv6 fibmatch on up device [ OK ] # TEST: IPv4 flags on down device [ OK ] # TEST: IPv6 flags on down device [ OK ] # TEST: IPv4 flags on up device [ OK ] # TEST: IPv6 flags on up device [ OK ] # Both devices down # TEST: IPv4 fibmatch [ OK ] # TEST: IPv6 fibmatch [ OK ] # # Local carrier tests - single path # Start point # TEST: IPv4 fibmatch [ OK ] # TEST: IPv6 fibmatch [ OK ] # TEST: IPv4 - no linkdown flag [ OK ] # TEST: IPv6 - no linkdown flag [ OK ] # Carrier off on nexthop # TEST: IPv4 fibmatch [ OK ] # TEST: IPv6 fibmatch [ OK ] # TEST: IPv4 - linkdown flag set [ OK ] # TEST: IPv6 - linkdown flag set [ OK ] # Route to local address with carrier down # TEST: IPv4 fibmatch [ OK ] # TEST: IPv6 fibmatch [ OK ] # TEST: IPv4 linkdown flag set [ OK ] # TEST: IPv6 linkdown flag set [ OK ] # # Single path route carrier test # Start point # TEST: IPv4 fibmatch [ OK ] # TEST: IPv6 fibmatch [ OK ] # TEST: IPv4 no linkdown flag [ OK ] # TEST: IPv6 no linkdown flag [ OK ] # Carrier down # TEST: IPv4 fibmatch [ OK ] # TEST: IPv6 fibmatch [ OK ] # TEST: IPv4 linkdown flag set [ OK ] # TEST: IPv6 linkdown flag set [ OK ] # Second address added with carrier down # TEST: IPv4 fibmatch [ OK ] # TEST: IPv6 fibmatch [ OK ] # TEST: IPv4 linkdown flag set [ OK ] # TEST: IPv6 linkdown flag set [ OK ] # # IPv4 nexthop tests # <<< write me >>> # # IPv6 nexthop tests # TEST: Directly connected nexthop, unicast address [ OK ] # TEST: Directly connected nexthop, unicast address with device [ OK ] # TEST: Gateway is linklocal address [ OK ] # TEST: Gateway is linklocal address, no device [ OK ] # TEST: Gateway can not be local unicast address [ OK ] # TEST: Gateway can not be local unicast address, with device [ OK ] # TEST: Gateway can not be a local linklocal address [ OK ] # TEST: Gateway can be local address in a VRF [ OK ] # TEST: Gateway can be local address in a VRF, with device [ OK ] # TEST: Gateway can be local linklocal address in a VRF [ OK ] # TEST: Redirect to VRF lookup [ OK ] # TEST: VRF route, gateway can be local address in default VRF [ OK ] # TEST: VRF route, gateway can not be a local address [ OK ] # TEST: VRF route, gateway can not be a local addr with device [ OK ] # Cannot open network namespace "ns1": No such file or directory # Cannot open network namespace "ns1": No such file or directory # Cannot open network namespace "ns1": No such file or directory # Cannot open network namespace "ns1": No such file or directory # connect: Network is unreachable # Cannot open network namespace "ns1": No such file or directory # Cannot open network namespace "ns1": No such file or directory # # IPv6 route add / append tests # TEST: Attempt to add duplicate route - gw [ OK ] # TEST: Attempt to add duplicate route - dev only [ OK ] # TEST: Attempt to add duplicate route - reject route [ OK ] # TEST: Append nexthop to existing route - gw [ OK ] # TEST: Add multipath route [ OK ] # TEST: Attempt to add duplicate multipath route [ OK ] # TEST: Route add with different metrics [ OK ] # TEST: Route delete with metric [ OK ] # # IPv6 route replace tests # TEST: Single path with single path [ OK ] # TEST: Single path with multipath [ OK ] # TEST: Single path with single path via multipath attribute [ OK ] # TEST: Invalid nexthop [ OK ] # TEST: Single path - replace of non-existent route [ OK ] # TEST: Multipath with multipath [ OK ] # TEST: Multipath with single path [ OK ] # TEST: Multipath with single path via multipath attribute [ OK ] # TEST: Multipath - invalid first nexthop [ OK ] # TEST: Multipath - invalid second nexthop [ OK ] # TEST: Multipath - replace of non-existent route [ OK ] # # IPv4 route add / append tests # TEST: Attempt to add duplicate route - gw [ OK ] # TEST: Attempt to add duplicate route - dev only [ OK ] # TEST: Attempt to add duplicate route - reject route [ OK ] # TEST: Add new nexthop for existing prefix [ OK ] # TEST: Append nexthop to existing route - gw [ OK ] # TEST: Append nexthop to existing route - dev only [ OK ] # TEST: Append nexthop to existing route - reject route [ OK ] # TEST: Append nexthop to existing reject route - gw [ OK ] # TEST: Append nexthop to existing reject route - dev only [ OK ] # TEST: add multipath route [ OK ] # TEST: Attempt to add duplicate multipath route [ OK ] # TEST: Route add with different metrics [ OK ] # TEST: Route delete with metric [ OK ] # # IPv4 route replace tests # TEST: Single path with single path [ OK ] # TEST: Single path with multipath [ OK ] # TEST: Single path with reject route [ OK ] # TEST: Single path with single path via multipath attribute [ OK ] # TEST: Invalid nexthop [ OK ] # TEST: Single path - replace of non-existent route [ OK ] # TEST: Multipath with multipath [ OK ] # TEST: Multipath with single path [ OK ] # TEST: Multipath with single path via multipath attribute [ OK ] # TEST: Multipath with reject route [ OK ] # TEST: Multipath - invalid first nexthop [ OK ] # TEST: Multipath - invalid second nexthop [ OK ] # TEST: Multipath - replace of non-existent route [ OK ] # # IPv6 prefix route tests # TEST: Default metric [ OK ] # TEST: User specified metric on first device [ OK ] # TEST: User specified metric on second device [ OK ] # TEST: Delete of address on first device [ OK ] # TEST: Modify metric of address [ OK ] # TEST: Prefix route removed on link down [ OK ] # TEST: Prefix route with metric on link up [ OK ] # # IPv4 prefix route tests # TEST: Default metric [ OK ] # TEST: User specified metric on first device [ OK ] # TEST: User specified metric on second device [ OK ] # TEST: Delete of address on first device [ OK ] # TEST: Modify metric of address [ OK ] # TEST: Prefix route removed on link down [ OK ] # TEST: Prefix route with metric on link up [ OK ] # TEST: Modify metric of .0/24 address [ OK ] # TEST: Modify metric of address with peer route [ OK ] # # IPv6 routes with metrics # TEST: Single path route with mtu metric [ OK ] # TEST: Multipath route via 2 single routes with mtu metric on first [ OK ] # TEST: Multipath route via 2 single routes with mtu metric on 2nd [ OK ] # TEST: MTU of second leg [ OK ] # TEST: Multipath route with mtu metric [ OK ] # TEST: Using route with mtu metric [ OK ] # TEST: Invalid metric (fails metric_convert) [ OK ] # # IPv4 route add / append tests # TEST: Single path route with mtu metric [ OK ] # TEST: Multipath route with mtu metric [ OK ] # TEST: Using route with mtu metric [ OK ] # TEST: Invalid metric (fails metric_convert) [ OK ] # # IPv4 route with IPv6 gateway tests # TEST: Single path route with IPv6 gateway [ OK ] # TEST: Single path route with IPv6 gateway - ping [ OK ] # TEST: Single path route delete [ OK ] # TEST: Multipath route add - v6 nexthop then v4 [ OK ] # TEST: Multipath route delete - nexthops in wrong order [ OK ] # TEST: Multipath route delete exact match [ OK ] # TEST: Multipath route add - v4 nexthop then v6 [ OK ] # TEST: Multipath route delete - nexthops in wrong order [ OK ] # TEST: Multipath route delete exact match [ OK ] # # IPv4 rp_filter tests # TEST: rp_filter passes local packets [FAIL] # TEST: rp_filter passes loopback packets [FAIL] # # IPv4 delete address route tests # TEST: Route removed from VRF when source address deleted [ OK ] # TEST: Route in default VRF not removed [ OK ] # TEST: Route removed in default VRF when source address deleted [ OK ] # TEST: Route in VRF is not removed by address delete [ OK ] # # Tests passed: 156 # Tests failed: 2 not ok 14 selftests: net: fib_tests.sh # exit=1 # selftests: net: fib-onlink-tests.sh # Error: ipv4: FIB table does not exist. # Flush terminated # Error: ipv6: FIB table does not exist. # Flush terminated # # ######################################## # Configuring interfaces # # ###################################################################### # TEST SECTION: IPv4 onlink # ###################################################################### # # ######################################### # TEST SUBSECTION: Valid onlink commands # # ######################################### # TEST SUBSECTION: default VRF - main table # TEST: unicast connected [ OK ] # TEST: unicast recursive [ OK ] # # ######################################### # TEST SUBSECTION: VRF lisa # TEST: unicast connected [ OK ] # TEST: unicast recursive [ OK ] # # ######################################### # TEST SUBSECTION: VRF device, PBR table # TEST: unicast connected [ OK ] # TEST: unicast recursive [ OK ] # # ######################################### # TEST SUBSECTION: default VRF - main table - multipath # TEST: unicast connected - multipath [ OK ] # TEST: unicast recursive - multipath [ OK ] # TEST: unicast connected - multipath onlink first only [ OK ] # TEST: unicast connected - multipath onlink second only [ OK ] # # ######################################### # TEST SUBSECTION: Invalid onlink commands # TEST: Invalid gw - local unicast address [ OK ] # TEST: Invalid gw - local unicast address, VRF [ OK ] # TEST: No nexthop device given [ OK ] # TEST: Gateway resolves to wrong nexthop device [ OK ] # TEST: Gateway resolves to wrong nexthop device - VRF [ OK ] # # ###################################################################### # TEST SECTION: IPv6 onlink # ###################################################################### # # ######################################### # TEST SUBSECTION: Valid onlink commands # # ######################################### # TEST SUBSECTION: default VRF - main table # TEST: unicast connected [ OK ] # TEST: unicast recursive [ OK ] # TEST: v4-mapped [ OK ] # # ######################################### # TEST SUBSECTION: VRF lisa # TEST: unicast connected [ OK ] # TEST: unicast recursive [ OK ] # TEST: v4-mapped [ OK ] # # ######################################### # TEST SUBSECTION: VRF device, PBR table # TEST: unicast connected [ OK ] # TEST: unicast recursive [ OK ] # TEST: v4-mapped [ OK ] # # ######################################### # TEST SUBSECTION: default VRF - main table - multipath # TEST: unicast connected - multipath onlink [ OK ] # TEST: unicast recursive - multipath onlink [ OK ] # TEST: v4-mapped - multipath onlink [ OK ] # TEST: unicast connected - multipath onlink both nexthops [ OK ] # TEST: unicast connected - multipath onlink first only [ OK ] # TEST: unicast connected - multipath onlink second only [ OK ] # # ######################################### # TEST SUBSECTION: Invalid onlink commands # TEST: Invalid gw - local unicast address [ OK ] # TEST: Invalid gw - local linklocal address [ OK ] # TEST: Invalid gw - multicast address [ OK ] # TEST: Invalid gw - local unicast address, VRF [ OK ] # TEST: Invalid gw - local linklocal address, VRF [ OK ] # TEST: Invalid gw - multicast address, VRF [ OK ] # TEST: No nexthop device given [ OK ] # TEST: Gateway resolves to wrong nexthop device - VRF [ OK ] # # Tests passed: 38 # Tests failed: 0 ok 15 selftests: net: fib-onlink-tests.sh # selftests: net: pmtu.sh # TEST: ipv4: PMTU exceptions [ OK ] # TEST: ipv4: PMTU exceptions - nexthop objects [ OK ] # TEST: ipv6: PMTU exceptions [ OK ] # TEST: ipv6: PMTU exceptions - nexthop objects [ OK ] # TEST: IPv4 over vxlan4: PMTU exceptions [ OK ] # TEST: IPv4 over vxlan4: PMTU exceptions - nexthop objects [ OK ] # TEST: IPv6 over vxlan4: PMTU exceptions [ OK ] # TEST: IPv6 over vxlan4: PMTU exceptions - nexthop objects [ OK ] # TEST: IPv4 over vxlan6: PMTU exceptions [ OK ] # TEST: IPv4 over vxlan6: PMTU exceptions - nexthop objects [ OK ] # TEST: IPv6 over vxlan6: PMTU exceptions [ OK ] # TEST: IPv6 over vxlan6: PMTU exceptions - nexthop objects [ OK ] # TEST: IPv4 over geneve4: PMTU exceptions [ OK ] # TEST: IPv4 over geneve4: PMTU exceptions - nexthop objects [ OK ] # TEST: IPv6 over geneve4: PMTU exceptions [ OK ] # TEST: IPv6 over geneve4: PMTU exceptions - nexthop objects [ OK ] # TEST: IPv4 over geneve6: PMTU exceptions [ OK ] # TEST: IPv4 over geneve6: PMTU exceptions - nexthop objects [ OK ] # TEST: IPv6 over geneve6: PMTU exceptions [ OK ] # TEST: IPv6 over geneve6: PMTU exceptions - nexthop objects [ OK ] # TEST: IPv4 over fou4: PMTU exceptions [ OK ] # TEST: IPv4 over fou4: PMTU exceptions - nexthop objects [ OK ] # TEST: IPv6 over fou4: PMTU exceptions [ OK ] # TEST: IPv6 over fou4: PMTU exceptions - nexthop objects [ OK ] # TEST: IPv4 over fou6: PMTU exceptions [ OK ] # TEST: IPv4 over fou6: PMTU exceptions - nexthop objects [ OK ] # TEST: IPv6 over fou6: PMTU exceptions [ OK ] # TEST: IPv6 over fou6: PMTU exceptions - nexthop objects [ OK ] # TEST: IPv4 over gue4: PMTU exceptions [ OK ] # TEST: IPv4 over gue4: PMTU exceptions - nexthop objects [ OK ] # TEST: IPv6 over gue4: PMTU exceptions [ OK ] # TEST: IPv6 over gue4: PMTU exceptions - nexthop objects [ OK ] # TEST: IPv4 over gue6: PMTU exceptions [ OK ] # TEST: IPv4 over gue6: PMTU exceptions - nexthop objects [ OK ] # TEST: IPv6 over gue6: PMTU exceptions [ OK ] # TEST: IPv6 over gue6: PMTU exceptions - nexthop objects [ OK ] # TEST: vti6: PMTU exceptions [ OK ] # TEST: vti4: PMTU exceptions [ OK ] # TEST: vti4: default MTU assignment [ OK ] # TEST: vti6: default MTU assignment [ OK ] # TEST: vti4: MTU setting on link creation [ OK ] # TEST: vti6: MTU setting on link creation [ OK ] # TEST: vti6: MTU changes on link changes [ OK ] not ok 16 selftests: net: pmtu.sh # TIMEOUT # selftests: net: udpgso.sh # ipv4 cmsg # device mtu (orig): 65536 # device mtu (test): 1500 # ipv4 tx:1 gso:0 # ipv4 tx:1472 gso:0 # ipv4 tx:1473 gso:0 (fail) # ipv4 tx:1472 gso:1472 # ipv4 tx:1473 gso:1472 # ipv4 tx:2944 gso:1472 # ipv4 tx:2945 gso:1472 # ipv4 tx:64768 gso:1472 # ipv4 tx:65507 gso:1472 # ipv4 tx:65508 gso:1472 (fail) # ipv4 tx:1 gso:1 # ipv4 tx:2 gso:1 # ipv4 tx:5 gso:2 # ipv4 tx:36 gso:1 # ipv4 tx:37 gso:1 (fail) # OK # ipv4 setsockopt # device mtu (orig): 65536 # device mtu (test): 1500 # ipv4 tx:1 gso:0 # ipv4 tx:1472 gso:0 # ipv4 tx:1473 gso:0 (fail) # ipv4 tx:1472 gso:1472 # ipv4 tx:1473 gso:1472 # ipv4 tx:2944 gso:1472 # ipv4 tx:2945 gso:1472 # ipv4 tx:64768 gso:1472 # ipv4 tx:65507 gso:1472 # ipv4 tx:65508 gso:1472 (fail) # ipv4 tx:1 gso:1 # ipv4 tx:2 gso:1 # ipv4 tx:5 gso:2 # ipv4 tx:36 gso:1 # ipv4 tx:37 gso:1 (fail) # OK # ipv6 cmsg # device mtu (orig): 65536 # device mtu (test): 1500 # ipv6 tx:1 gso:0 # ipv6 tx:1452 gso:0 # ipv6 tx:1453 gso:0 (fail) # ipv6 tx:1452 gso:1452 # ipv6 tx:1453 gso:1452 # ipv6 tx:2904 gso:1452 # ipv6 tx:2905 gso:1452 # ipv6 tx:65340 gso:1452 # ipv6 tx:65527 gso:1452 # ipv6 tx:65528 gso:1452 (fail) # ipv6 tx:1 gso:1 # ipv6 tx:2 gso:1 # ipv6 tx:5 gso:2 # ipv6 tx:16 gso:1 # ipv6 tx:17 gso:1 (fail) # OK # ipv6 setsockopt # device mtu (orig): 65536 # device mtu (test): 1500 # ipv6 tx:1 gso:0 # ipv6 tx:1452 gso:0 # ipv6 tx:1453 gso:0 (fail) # ipv6 tx:1452 gso:1452 # ipv6 tx:1453 gso:1452 # ipv6 tx:2904 gso:1452 # ipv6 tx:2905 gso:1452 # ipv6 tx:65340 gso:1452 # ipv6 tx:65527 gso:1452 # ipv6 tx:65528 gso:1452 (fail) # ipv6 tx:1 gso:1 # ipv6 tx:2 gso:1 # ipv6 tx:5 gso:2 # ipv6 tx:16 gso:1 # ipv6 tx:17 gso:1 (fail) # OK # ipv4 connected # device mtu (orig): 65536 # device mtu (test): 1600 # route mtu (test): 1500 # path mtu (read): 1500 # ipv4 tx:1 gso:0 # ipv4 tx:1472 gso:0 # ipv4 tx:1473 gso:0 (fail) # ipv4 tx:1472 gso:1472 # ipv4 tx:1473 gso:1472 # ipv4 tx:2944 gso:1472 # ipv4 tx:2945 gso:1472 # ipv4 tx:64768 gso:1472 # ipv4 tx:65507 gso:1472 # ipv4 tx:65508 gso:1472 (fail) # ipv4 tx:1 gso:1 # ipv4 tx:2 gso:1 # ipv4 tx:5 gso:2 # ipv4 tx:36 gso:1 # ipv4 tx:37 gso:1 (fail) # OK # ipv4 msg_more # device mtu (orig): 65536 # device mtu (test): 1500 # ipv4 tx:1 gso:0 # ipv4 tx:1472 gso:0 # ipv4 tx:1473 gso:0 (fail) # ipv4 tx:1472 gso:1472 # ipv4 tx:1473 gso:1472 # ipv4 tx:2944 gso:1472 # ipv4 tx:2945 gso:1472 # ipv4 tx:64768 gso:1472 # ipv4 tx:65507 gso:1472 # ipv4 tx:65508 gso:1472 (fail) # ipv4 tx:1 gso:1 # ipv4 tx:2 gso:1 # ipv4 tx:5 gso:2 # ipv4 tx:36 gso:1 # ipv4 tx:37 gso:1 (fail) # OK # ipv6 msg_more # device mtu (orig): 65536 # device mtu (test): 1500 # ipv6 tx:1 gso:0 # ipv6 tx:1452 gso:0 # ipv6 tx:1453 gso:0 (fail) # ipv6 tx:1452 gso:1452 # ipv6 tx:1453 gso:1452 # ipv6 tx:2904 gso:1452 # ipv6 tx:2905 gso:1452 # ipv6 tx:65340 gso:1452 # ipv6 tx:65527 gso:1452 # ipv6 tx:65528 gso:1452 (fail) # ipv6 tx:1 gso:1 # ipv6 tx:2 gso:1 # ipv6 tx:5 gso:2 # ipv6 tx:16 gso:1 # ipv6 tx:17 gso:1 (fail) # OK ok 17 selftests: net: udpgso.sh # selftests: net: ip_defrag.sh # ipv4 defrag # PASS # seed = 1580652004 # ipv4 defrag with overlaps # PASS # seed = 1580652004 # ipv6 defrag # PASS # seed = 1580652011 # ipv6 defrag with overlaps # PASS # seed = 1580652011 # ipv6 nf_conntrack defrag # PASS # seed = 1580652016 # ipv6 nf_conntrack defrag with overlaps # seed = 1580652016 # ./ip_defrag: sendto overlap: 2144: Operation not permitted not ok 18 selftests: net: ip_defrag.sh # exit=1 # selftests: net: udpgso_bench.sh # ipv4 # tcp # tcp tx: 11412 MB/s 193558 calls/s 193558 msg/s # tcp rx: 11420 MB/s 193653 calls/s # tcp tx: 11405 MB/s 193438 calls/s 193438 msg/s # tcp rx: 11413 MB/s 193567 calls/s # tcp tx: 11539 MB/s 195724 calls/s 195724 msg/s # tcp zerocopy # tcp tx: 7692 MB/s 130465 calls/s 130465 msg/s # tcp rx: 7770 MB/s 130718 calls/s # tcp tx: 7857 MB/s 133269 calls/s 133269 msg/s # tcp rx: 7869 MB/s 132465 calls/s # tcp tx: 7905 MB/s 134086 calls/s 134086 msg/s # udp # udp rx: 947 MB/s 675165 calls/s # udp tx: 947 MB/s 675192 calls/s 16076 msg/s # udp tx: 954 MB/s 680232 calls/s 16196 msg/s # udp rx: 955 MB/s 680836 calls/s # udp tx: 953 MB/s 679308 calls/s 16174 msg/s # udp gso # udp tx: 2473 MB/s 41947 calls/s 41947 msg/s # udp rx: 2357 MB/s 1679104 calls/s # udp tx: 2497 MB/s 42362 calls/s 42362 msg/s # udp rx: 2387 MB/s 1700864 calls/s # udp tx: 2496 MB/s 42335 calls/s 42335 msg/s # udp gso zerocopy # udp tx: 1937 MB/s 32867 calls/s 32867 msg/s # udp rx: 1937 MB/s 1380414 calls/s # udp tx: 1940 MB/s 32915 calls/s 32915 msg/s # udp rx: 1942 MB/s 1383732 calls/s # udp tx: 1936 MB/s 32837 calls/s 32837 msg/s # udp gso timestamp # udp tx: 2344 MB/s 39756 calls/s 39756 msg/s # udp rx: 2342 MB/s 1668608 calls/s # udp tx: 2344 MB/s 39762 calls/s 39762 msg/s # udp rx: 2345 MB/s 1671125 calls/s # udp tx: 2345 MB/s 39775 calls/s 39775 msg/s # udp gso zerocopy audit # udp rx: 1915 MB/s 1364768 calls/s # udp tx: 1917 MB/s 32520 calls/s 32520 msg/s # udp tx: 1943 MB/s 32958 calls/s 32958 msg/s # udp rx: 1944 MB/s 1385308 calls/s # udp tx: 1947 MB/s 33039 calls/s 33039 msg/s # Summary over 3.000 seconds... # sum udp tx: 1982 MB/s 98517 calls (32839/s) 98517 msgs (32839/s) # Zerocopy acks: 98517 # udp gso timestamp audit # udp tx: 2345 MB/s 39780 calls/s 39780 msg/s # udp rx: 2345 MB/s 1670912 calls/s # udp tx: 2396 MB/s 40638 calls/s 40638 msg/s # udp rx: 2397 MB/s 1708032 calls/s # udp tx: 2384 MB/s 40437 calls/s 40437 msg/s # Summary over 3.000 seconds... # sum udp tx: 2432 MB/s 120855 calls (40285/s) 120855 msgs (40285/s) # Tx Timestamps: 120855 received 0 errors # udp gso zerocopy timestamp audit # udp tx: 1774 MB/s 30104 calls/s 30104 msg/s # udp rx: 1774 MB/s 1264368 calls/s # udp tx: 1785 MB/s 30280 calls/s 30280 msg/s # udp rx: 1770 MB/s 1261041 calls/s # udp tx: 1792 MB/s 30402 calls/s 30402 msg/s # Summary over 3.000 seconds... # sum udp tx: 1827 MB/s 90786 calls (30262/s) 90786 msgs (30262/s) # Tx Timestamps: 90786 received 0 errors # Zerocopy acks: 90786 # ipv6 # tcp # tcp tx: 11258 MB/s 190955 calls/s 190955 msg/s # tcp rx: 11268 MB/s 191057 calls/s # tcp tx: 11532 MB/s 195594 calls/s 195594 msg/s # tcp rx: 11543 MB/s 195696 calls/s # tcp tx: 11396 MB/s 193300 calls/s 193300 msg/s # tcp zerocopy # tcp tx: 7908 MB/s 134126 calls/s 134126 msg/s # tcp rx: 7914 MB/s 130460 calls/s # tcp tx: 7836 MB/s 132917 calls/s 132917 msg/s # tcp rx: 7844 MB/s 130746 calls/s # tcp tx: 7762 MB/s 131663 calls/s 131663 msg/s # udp # udp rx: 820 MB/s 598630 calls/s # udp tx: 820 MB/s 598646 calls/s 13922 msg/s # udp tx: 835 MB/s 609224 calls/s 14168 msg/s # udp rx: 836 MB/s 609724 calls/s # udp tx: 830 MB/s 605440 calls/s 14080 msg/s # udp gso # udp tx: 2350 MB/s 39867 calls/s 39867 msg/s # udp rx: 2275 MB/s 1658368 calls/s # udp tx: 2369 MB/s 40190 calls/s 40190 msg/s # udp rx: 2296 MB/s 1673728 calls/s # udp tx: 2381 MB/s 40392 calls/s 40392 msg/s # udp gso zerocopy # udp tx: 1829 MB/s 31036 calls/s 31036 msg/s # udp rx: 1829 MB/s 1334168 calls/s # udp tx: 1831 MB/s 31058 calls/s 31058 msg/s # udp rx: 1832 MB/s 1336311 calls/s # udp tx: 1827 MB/s 30996 calls/s 30996 msg/s # udp gso timestamp # udp tx: 2250 MB/s 38167 calls/s 38167 msg/s # udp rx: 2250 MB/s 1641208 calls/s not ok 19 selftests: net: udpgso_bench.sh # TIMEOUT # selftests: net: fib_rule_tests.sh # # ###################################################################### # TEST SECTION: IPv4 fib rule # ###################################################################### # # TEST: rule4 check: oif dummy0 [ OK ] # # TEST: rule4 del by pref: oif dummy0 [ OK ] # net.ipv4.ip_forward = 1 # net.ipv4.conf.dummy0.rp_filter = 0 # # TEST: rule4 check: from 192.51.100.3 iif dummy0 [ OK ] # # TEST: rule4 del by pref: from 192.51.100.3 iif dummy0 [ OK ] # net.ipv4.ip_forward = 0 # # TEST: rule4 check: tos 0x10 [ OK ] # # TEST: rule4 del by pref: tos 0x10 [ OK ] # # TEST: rule4 check: fwmark 0x64 [ OK ] # # TEST: rule4 del by pref: fwmark 0x64 [ OK ] # # TEST: rule4 check: uidrange 100-100 [ OK ] # # TEST: rule4 del by pref: uidrange 100-100 [ OK ] # # TEST: rule4 check: sport 666 dport 777 [ OK ] # # TEST: rule4 del by pref: sport 666 dport 777 [ OK ] # # TEST: rule4 check: ipproto tcp [ OK ] # # TEST: rule4 del by pref: ipproto tcp [ OK ] # # TEST: rule4 check: ipproto icmp [ OK ] # # TEST: rule4 del by pref: ipproto icmp [ OK ] # # ###################################################################### # TEST SECTION: IPv6 fib rule # ###################################################################### # # TEST: rule6 check: oif dummy0 [ OK ] # # TEST: rule6 del by pref: oif dummy0 [ OK ] # # TEST: rule6 check: from 2001:db8:1::3 iif dummy0 [ OK ] # # TEST: rule6 del by pref: from 2001:db8:1::3 iif dummy0 [ OK ] # # TEST: rule6 check: tos 0x10 [ OK ] # # TEST: rule6 del by pref: tos 0x10 [ OK ] # # TEST: rule6 check: fwmark 0x64 [ OK ] # # TEST: rule6 del by pref: fwmark 0x64 [ OK ] # # TEST: rule6 check: uidrange 100-100 [ OK ] # # TEST: rule6 del by pref: uidrange 100-100 [ OK ] # # TEST: rule6 check: sport 666 dport 777 [ OK ] # # TEST: rule6 del by pref: sport 666 dport 777 [ OK ] # # TEST: rule6 check: ipproto tcp [ OK ] # # TEST: rule6 del by pref: ipproto tcp [ OK ] # # TEST: rule6 check: ipproto ipv6-icmp [ OK ] # # TEST: rule6 del by pref: ipproto ipv6-icmp [ OK ] # # Tests passed: 32 # Tests failed: 0 ok 20 selftests: net: fib_rule_tests.sh # selftests: net: msg_zerocopy.sh # ipv4 tcp -t 1 # tx=219267 (13683 MB) txc=0 zc=n # rx=109634 (13683 MB) # ipv4 tcp -z -t 1 # tx=169776 (10594 MB) txc=169776 zc=n # rx=84889 (10594 MB) # ok # ipv6 tcp -t 1 # tx=218806 (13654 MB) txc=0 zc=n # rx=109404 (13654 MB) # ipv6 tcp -z -t 1 # tx=165974 (10357 MB) txc=165974 zc=n # rx=82988 (10357 MB) # ok # ipv4 udp -t 1 # tx=230063 (14356 MB) txc=0 zc=n # rx=230061 (14356 MB) # ipv4 udp -z -t 1 # tx=153678 (9590 MB) txc=153678 zc=n # rx=153678 (9590 MB) # ok # ipv6 udp -t 1 # tx=220398 (13753 MB) txc=0 zc=n # rx=220390 (13753 MB) # ipv6 udp -z -t 1 # tx=153886 (9603 MB) txc=153886 zc=n # rx=153886 (9603 MB) # ok # OK. All tests passed ok 21 selftests: net: msg_zerocopy.sh # selftests: net: psock_snd.sh # dgram # tx: 128 # rx: 142 # rx: 100 # OK # # dgram bind # tx: 128 # rx: 142 # rx: 100 # OK # # raw # tx: 142 # rx: 142 # rx: 100 # OK # # raw bind # tx: 142 # rx: 142 # rx: 100 # OK # # raw qdisc bypass # tx: 142 # rx: 142 # rx: 100 # OK # # raw vlan # tx: 146 # rx: 100 # OK # # raw vnet hdr # tx: 152 # rx: 142 # rx: 100 # OK # # raw csum_off # tx: 152 # rx: 142 # rx: 100 # OK # # raw csum_off with bad offset (fails) # ./psock_snd: write: Invalid argument # raw min size # tx: 42 # rx: 0 # OK # # raw mtu size # tx: 1514 # rx: 1472 # OK # # raw mtu size + 1 (fails) # ./psock_snd: write: Message too long # raw vlan mtu size + 1 (fails) # ./psock_snd: write: Message too long # dgram mtu size # tx: 1500 # rx: 1472 # OK # # dgram mtu size + 1 (fails) # ./psock_snd: write: Message too long # raw truncate hlen (fails: does not arrive) # tx: 14 # ./psock_snd: recv: Resource temporarily unavailable # raw truncate hlen - 1 (fails: EINVAL) # ./psock_snd: write: Invalid argument # raw gso min size # tx: 1525 # rx: 1473 # OK # # raw gso min size - 1 (fails) # tx: 1524 # ./psock_snd: recv: Resource temporarily unavailable # raw gso max size # tx: 65559 # rx: 65507 # OK # # raw gso max size + 1 (fails) # tx: 65560 # ./psock_snd: recv: Resource temporarily unavailable # OK. All tests passed ok 22 selftests: net: psock_snd.sh # selftests: net: udpgro_bench.sh # Missing xdp_dummy helper. Build bpf selftest first not ok 23 selftests: net: udpgro_bench.sh # exit=255 # selftests: net: udpgro.sh # Missing xdp_dummy helper. Build bpf selftest first not ok 24 selftests: net: udpgro.sh # exit=255 # selftests: net: test_vxlan_under_vrf.sh # Checking HV connectivity [ OK ] # Check VM connectivity through VXLAN (underlay in the default VRF) [ OK ] # Check VM connectivity through VXLAN (underlay in a VRF) [FAIL] not ok 25 selftests: net: test_vxlan_under_vrf.sh # exit=1 # selftests: net: reuseport_addr_any.sh # UDP IPv4 ... pass # UDP IPv6 ... pass # UDP IPv4 mapped to IPv6 ... pass # TCP IPv4 ... pass # TCP IPv6 ... pass # TCP IPv4 mapped to IPv6 ... pass # DCCP IPv4 ... pass # DCCP IPv6 ... pass # DCCP IPv4 mapped to IPv6 ... pass # SUCCESS ok 26 selftests: net: reuseport_addr_any.sh # selftests: net: test_vxlan_fdb_changelink.sh # expected two remotes after fdb append [ OK ] # expected two remotes after link set [ OK ] ok 27 selftests: net: test_vxlan_fdb_changelink.sh # selftests: net: so_txtime.sh # # SO_TXTIME ipv6 clock monotonic # payload:a delay:31 expected:0 (us) # # SO_TXTIME ipv4 clock monotonic # payload:a delay:23 expected:0 (us) # # SO_TXTIME ipv6 clock monotonic # payload:a delay:27 expected:0 (us) # # SO_TXTIME ipv4 clock monotonic # payload:a delay:47 expected:0 (us) # # SO_TXTIME ipv6 clock monotonic # payload:a delay:10058 expected:10000 (us) # # SO_TXTIME ipv4 clock monotonic # payload:a delay:10090 expected:10000 (us) # # SO_TXTIME ipv6 clock monotonic # payload:a delay:10076 expected:10000 (us) # payload:b delay:20064 expected:20000 (us) # # SO_TXTIME ipv4 clock monotonic # payload:a delay:10070 expected:10000 (us) # payload:b delay:20060 expected:20000 (us) # # SO_TXTIME ipv6 clock monotonic # payload:b delay:20118 expected:20000 (us) # payload:a delay:20142 expected:20000 (us) # # SO_TXTIME ipv4 clock monotonic # payload:b delay:20118 expected:20000 (us) # payload:a delay:20139 expected:20000 (us) # Error: Specified qdisc not found. # tc (tc utility, iproute2-ss191125) does not support qdisc etf. skipping # OK. All tests passed ok 28 selftests: net: so_txtime.sh # selftests: net: ipv6_flowlabel.sh # TEST management # [OK] !(flowlabel_get(fd, 1, 255, 0)) # [OK] !(flowlabel_put(fd, 1)) # [OK] !(flowlabel_get(fd, 0x1FFFFF, 255, 1)) # [OK] flowlabel_get(fd, 1, 255, 1) # [OK] flowlabel_get(fd, 1, 255, 0) # [OK] flowlabel_get(fd, 1, 255, 1) # [OK] !(flowlabel_get(fd, 1, 255, 1 | 2)) # [OK] flowlabel_put(fd, 1) # [OK] flowlabel_put(fd, 1) # [OK] flowlabel_put(fd, 1) # [OK] !(flowlabel_put(fd, 1)) # [OK] flowlabel_get(fd, 2, 1, 1) # [OK] !(flowlabel_get(fd, 2, 255, 1)) # [OK] !(flowlabel_get(fd, 2, 1, 1)) # [OK] flowlabel_put(fd, 2) # [OK] flowlabel_get(fd, 3, 3, 1) # [OK] !(flowlabel_get(fd, 3, 255, 0)) # [OK] !(flowlabel_get(fd, 3, 1, 0)) # [OK] flowlabel_get(fd, 3, 3, 0) # [OK] flowlabel_get(fd, 3, 3, 0) # [OK] !(flowlabel_get(fd, 3, 3, 0)) # [OK] flowlabel_get(fd, 4, 2, 1) # [OK] flowlabel_get(fd, 4, 2, 0) # [OK] !(flowlabel_get(fd, 4, 2, 0)) # TEST datapath # send no label: recv no label (auto off) # sent without label # recv without label # send label # sent with label 1 # recv with label 1 # TEST datapath (with auto-flowlabels) # send no label: recv auto flowlabel # sent without label # recv with label 688040 # send label # sent with label 1 # recv with label 1 # OK. All tests passed ok 29 selftests: net: ipv6_flowlabel.sh # selftests: net: tcp_fastopen_backup_key.sh # PASS # PASS # PASS # PASS # PASS # PASS # PASS # PASS # PASS # PASS # PASS # PASS # PASS # PASS # PASS # PASS # all tests done ok 30 selftests: net: tcp_fastopen_backup_key.sh # selftests: net: fcnal-test.sh # 'nettest' command not found; skipping tests ok 31 selftests: net: fcnal-test.sh # selftests: net: l2tp.sh # TEST: IPv4 basic L2TP tunnel [ OK ] # TEST: IPv4 route through L2TP tunnel [ OK ] # TEST: IPv6 basic L2TP tunnel [ OK ] # TEST: IPv6 route through L2TP tunnel [ OK ] # TEST: IPv4 basic L2TP tunnel - with IPsec [ OK ] # TEST: IPv4 route through L2TP tunnel - with IPsec [ OK ] # TEST: IPv6 basic L2TP tunnel - with IPsec [ OK ] # TEST: IPv6 route through L2TP tunnel - with IPsec [ OK ] # TEST: IPv4 basic L2TP tunnel [ OK ] # TEST: IPv4 route through L2TP tunnel [ OK ] # TEST: IPv6 basic L2TP tunnel - with IPsec [ OK ] # TEST: IPv6 route through L2TP tunnel - with IPsec [ OK ] # TEST: IPv4 basic L2TP tunnel - after IPsec teardown [ OK ] # TEST: IPv4 route through L2TP tunnel - after IPsec teardown [ OK ] # TEST: IPv6 basic L2TP tunnel - after IPsec teardown [ OK ] # TEST: IPv6 route through L2TP tunnel - after IPsec teardown [ OK ] # # Tests passed: 16 # Tests failed: 0 ok 32 selftests: net: l2tp.sh # selftests: net: traceroute.sh # SKIP: Could not run IPV6 test without traceroute6 # SKIP: Could not run IPV4 test without traceroute # # Tests passed: 0 # Tests failed: 0 ok 33 selftests: net: traceroute.sh make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-c9ac3b69cfdbc46a0504fa353b5126827e4b0bdb/tools/testing/selftests/net' 2020-02-02 22:01:27 make run_tests -C netfilter make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-c9ac3b69cfdbc46a0504fa353b5126827e4b0bdb/tools/testing/selftests/netfilter' TAP version 13 1..6 # selftests: netfilter: nft_trans_stress.sh # SKIP: Could not run test without nft tool not ok 1 selftests: netfilter: nft_trans_stress.sh # SKIP # selftests: netfilter: nft_nat.sh # SKIP: Could not run test without nft tool not ok 2 selftests: netfilter: nft_nat.sh # SKIP # selftests: netfilter: bridge_brouter.sh # SKIP: Could not run test without ebtables not ok 3 selftests: netfilter: bridge_brouter.sh # SKIP # selftests: netfilter: conntrack_icmp_related.sh # SKIP: Could not run test without nft tool not ok 4 selftests: netfilter: conntrack_icmp_related.sh # SKIP # selftests: netfilter: nft_flowtable.sh # SKIP: Could not run test without nft tool not ok 5 selftests: netfilter: nft_flowtable.sh # SKIP # selftests: netfilter: ipvs.sh