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': 77060, 'packets': 76, 'errors': 0, 'dropped': 0, 'over_errors': 0, 'multicast': 0}, 'tx': {'bytes': 18406, 'packets': 87, 'errors': 0, 'dropped': 1, 'carrier_errors': 0, 'collisions': 0}} # # Before far stats: {'rx': {'bytes': 12770, 'packets': 33, 'errors': 0, 'dropped': 0, 'over_errors': 0, 'multicast': 0}, 'tx': {'bytes': 78166, 'packets': 89, 'errors': 0, 'dropped': 0, 'carrier_errors': 0, 'collisions': 0}} # # Tx cmd: 0.7817437648773193 # # After close stats: {'rx': {'bytes': 205146, 'packets': 2077, 'errors': 0, 'dropped': 0, 'over_errors': 0, 'multicast': 0}, 'tx': {'bytes': 18484, 'packets': 88, 'errors': 0, 'dropped': 1, 'carrier_errors': 0, 'collisions': 0}} # # After far stats: {'rx': {'bytes': 12848, 'packets': 34, 'errors': 0, 'dropped': 0, 'over_errors': 0, 'multicast': 0}, 'tx': {'bytes': 206252, 'packets': 2090, 'errors': 0, 'dropped': 0, 'carrier_errors': 0, 'collisions': 0}} # ok 11 xdp.test_xdp_native_qstats_pass # # Before close stats: {'rx': {'bytes': 205146, 'packets': 2077, 'errors': 0, 'dropped': 0, 'over_errors': 0, 'multicast': 0}, 'tx': {'bytes': 18924, 'packets': 92, 'errors': 0, 'dropped': 1, 'carrier_errors': 0, 'collisions': 0}} # # Before far stats: {'rx': {'bytes': 12848, 'packets': 34, 'errors': 0, 'dropped': 0, 'over_errors': 0, 'multicast': 0}, 'tx': {'bytes': 206252, 'packets': 2090, 'errors': 0, 'dropped': 0, 'carrier_errors': 0, 'collisions': 0}} # # Tx cmd: 0.8046276569366455 # # After close stats: {'rx': {'bytes': 333146, 'packets': 4077, 'errors': 0, 'dropped': 0, 'over_errors': 0, 'multicast': 0}, 'tx': {'bytes': 18924, 'packets': 92, 'errors': 0, 'dropped': 1, 'carrier_errors': 0, 'collisions': 0}} # # After far stats: {'rx': {'bytes': 12848, 'packets': 34, 'errors': 0, 'dropped': 0, 'over_errors': 0, 'multicast': 0}, 'tx': {'bytes': 334252, 'packets': 4090, 'errors': 0, 'dropped': 0, 'carrier_errors': 0, 'collisions': 0}} # ok 12 xdp.test_xdp_native_qstats_drop # # Before close stats: {'rx': {'bytes': 333232, 'packets': 4078, 'errors': 0, 'dropped': 0, 'over_errors': 0, 'multicast': 0}, 'tx': {'bytes': 19442, 'packets': 97, 'errors': 0, 'dropped': 1, 'carrier_errors': 0, 'collisions': 0}} # # Before far stats: {'rx': {'bytes': 12926, 'packets': 35, 'errors': 0, 'dropped': 0, 'over_errors': 0, 'multicast': 0}, 'tx': {'bytes': 334338, 'packets': 4091, 'errors': 0, 'dropped': 0, 'carrier_errors': 0, 'collisions': 0}} # # Tx cmd: 1.3998630046844482 # # After close stats: {'rx': {'bytes': 461310, 'packets': 6079, 'errors': 0, 'dropped': 0, 'over_errors': 0, 'multicast': 0}, 'tx': {'bytes': 147528, 'packets': 2098, 'errors': 0, 'dropped': 1, 'carrier_errors': 0, 'collisions': 0}} # # After far stats: {'rx': {'bytes': 141012, 'packets': 2036, 'errors': 0, 'dropped': 0, 'over_errors': 0, 'multicast': 0}, 'tx': {'bytes': 462416, 'packets': 6092, '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__->