make -C tools/testing/selftests TARGETS="drivers/net" TEST_PROGS=xdp.py TEEST_GEN_PROGS="" run_tests make: Entering directory '/home/virtme/testing/wt-25/tools/testing/selftests' make[1]: Entering directory '/home/virtme/testing/wt-25/tools/testing/selftests/drivers/net' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/virtme/testing/wt-25/tools/testing/selftests/drivers/net' make[1]: Entering directory '/home/virtme/testing/wt-25/tools/testing/selftests/net/lib' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/virtme/testing/wt-25/tools/testing/selftests/net/lib' make[1]: Entering directory '/home/virtme/testing/wt-25/tools/testing/selftests/drivers/net' TAP version 13 1..1 # overriding timeout to 360 # selftests: drivers/net: xdp.py # TAP version 13 # 1..13 # ok 1 xdp.test_xdp_native_pass_sb # ok 2 xdp.test_xdp_native_pass_mb # ok 3 xdp.test_xdp_native_drop_sb # ok 4 xdp.test_xdp_native_drop_mb # ok 5 xdp.test_xdp_native_tx_sb # ok 6 xdp.test_xdp_native_tx_mb # # Failed run: pkt_sz 2048, offset 1. Last successful run: pkt_sz 1024, offset 256. Reason: Adjustment failed # ok 7 xdp.test_xdp_native_adjst_tail_grow_data # ok 8 xdp.test_xdp_native_adjst_tail_shrnk_data # # Failed run: pkt_sz 512, offset -256. Last successful run: pkt_sz 512, offset -128. Reason: Adjustment failed # ok 9 xdp.test_xdp_native_adjst_head_grow_data # # Failed run: pkt_sz (2048) > HDS threshold (1536) and offset 64 > 48 # ok 10 xdp.test_xdp_native_adjst_head_shrnk_data # # Before close stats: {'rx': {'bytes': 76654, 'packets': 71, 'errors': 0, 'dropped': 0, 'over_errors': 0, 'multicast': 0}, 'tx': {'bytes': 17992, 'packets': 82, 'errors': 0, 'dropped': 1, 'carrier_errors': 0, 'collisions': 0}} # # Before far stats: {'rx': {'bytes': 12356, 'packets': 28, 'errors': 0, 'dropped': 0, 'over_errors': 0, 'multicast': 0}, 'tx': {'bytes': 77760, 'packets': 84, 'errors': 0, 'dropped': 0, 'carrier_errors': 0, 'collisions': 0}} # # Tx cmd: 0.9458129405975342 # # After close stats: {'rx': {'bytes': 204740, 'packets': 2072, 'errors': 0, 'dropped': 0, 'over_errors': 0, 'multicast': 0}, 'tx': {'bytes': 18140, 'packets': 84, 'errors': 0, 'dropped': 1, 'carrier_errors': 0, 'collisions': 0}} # # After far stats: {'rx': {'bytes': 12434, 'packets': 29, 'errors': 0, 'dropped': 0, 'over_errors': 0, 'multicast': 0}, 'tx': {'bytes': 205846, 'packets': 2085, 'errors': 0, 'dropped': 0, 'carrier_errors': 0, 'collisions': 0}} # ok 11 xdp.test_xdp_native_qstats_pass # # Before close stats: {'rx': {'bytes': 204740, 'packets': 2072, 'errors': 0, 'dropped': 0, 'over_errors': 0, 'multicast': 0}, 'tx': {'bytes': 18580, 'packets': 88, 'errors': 0, 'dropped': 1, 'carrier_errors': 0, 'collisions': 0}} # # Before far stats: {'rx': {'bytes': 12434, 'packets': 29, 'errors': 0, 'dropped': 0, 'over_errors': 0, 'multicast': 0}, 'tx': {'bytes': 205846, 'packets': 2085, 'errors': 0, 'dropped': 0, 'carrier_errors': 0, 'collisions': 0}} # # Tx cmd: 0.9336698055267334 # # After close stats: {'rx': {'bytes': 332740, 'packets': 4072, 'errors': 0, 'dropped': 0, 'over_errors': 0, 'multicast': 0}, 'tx': {'bytes': 18580, 'packets': 88, 'errors': 0, 'dropped': 1, 'carrier_errors': 0, 'collisions': 0}} # # After far stats: {'rx': {'bytes': 12434, 'packets': 29, 'errors': 0, 'dropped': 0, 'over_errors': 0, 'multicast': 0}, 'tx': {'bytes': 333846, 'packets': 4085, 'errors': 0, 'dropped': 0, 'carrier_errors': 0, 'collisions': 0}} # ok 12 xdp.test_xdp_native_qstats_drop # # Before close stats: {'rx': {'bytes': 332826, 'packets': 4073, 'errors': 0, 'dropped': 0, 'over_errors': 0, 'multicast': 0}, 'tx': {'bytes': 19098, 'packets': 93, 'errors': 0, 'dropped': 1, 'carrier_errors': 0, 'collisions': 0}} # # Before far stats: {'rx': {'bytes': 12512, 'packets': 30, 'errors': 0, 'dropped': 0, 'over_errors': 0, 'multicast': 0}, 'tx': {'bytes': 333932, 'packets': 4086, 'errors': 0, 'dropped': 0, 'carrier_errors': 0, 'collisions': 0}} # # Tx cmd: 1.154270887374878 # # After close stats: {'rx': {'bytes': 460826, 'packets': 6073, 'errors': 0, 'dropped': 0, 'over_errors': 0, 'multicast': 0}, 'tx': {'bytes': 147098, 'packets': 2093, 'errors': 0, 'dropped': 1, 'carrier_errors': 0, 'collisions': 0}} # # After far stats: {'rx': {'bytes': 140512, 'packets': 2030, 'errors': 0, 'dropped': 0, 'over_errors': 0, 'multicast': 0}, 'tx': {'bytes': 461932, 'packets': 6086, 'errors': 0, 'dropped': 0, 'carrier_errors': 0, 'collisions': 0}} # ok 13 xdp.test_xdp_native_qstats_tx # # Totals: pass:13 fail:0 xfail:0 xpass:0 skip:0 error:0 ok 1 selftests: drivers/net: xdp.py make[1]: Leaving directory '/home/virtme/testing/wt-25/tools/testing/selftests/drivers/net' make: Leaving directory '/home/virtme/testing/wt-25/tools/testing/selftests' xx__-> echo $? 0 xx__-> echo scan > /sys/kernel/debug/kmemleak xx__-> echo scan > /sys/kernel/debug/kmemleak && cat /sys/kernel/debug/kmemleak xx__-> /opt/nipa/contest/scripts/env_check.py Comparing to existing state file: no differences detected. Current system state saved to /tmp/nipa-env-state.json xx__-> echo $? 0 xx__->