We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4265b2d commit 99bce91Copy full SHA for 99bce91
tools/testing/selftests/bpf/prog_tests/test_xsk.h
@@ -286,6 +286,10 @@ static const struct test_spec tests[] = {
286
{.name = "XDP_ADJUST_TAIL_GROW", .test_func = testapp_adjust_tail_grow},
287
{.name = "XDP_ADJUST_TAIL_GROW_MULTI_BUFF", .test_func = testapp_adjust_tail_grow_mb},
288
{.name = "TX_QUEUE_CONSUMER", .test_func = testapp_tx_queue_consumer},
289
+ {.name = "TEARDOWN", .test_func = testapp_teardown},
290
+ {.name = "SEND_RECEIVE_9K_PACKETS", .test_func = testapp_send_receive_mb},
291
+ {.name = "SEND_RECEIVE_UNALIGNED_9K_PACKETS",
292
+ .test_func = testapp_send_receive_unaligned_mb},
293
};
294
295
static const struct test_spec flaky_tests[] = {
0 commit comments