Skip to content

Commit bc61c34

Browse files
move 9k unaligned packets to flaky tests
Signed-off-by: Bastien Curutchet (eBPF Foundation) <bastien.curutchet@bootlin.com>
1 parent b3bedae commit bc61c34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/testing/selftests/bpf/prog_tests/test_xsk.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,6 @@ static const struct test_spec tests[] = {
270270
{.name = "XDP_PROG_CLEANUP", .test_func = testapp_xdp_prog_cleanup},
271271
{.name = "XDP_DROP_HALF", .test_func = testapp_xdp_drop},
272272
{.name = "XDP_SHARED_UMEM", .test_func = testapp_xdp_shared_umem},
273-
{.name = "SEND_RECEIVE_UNALIGNED_9K_PACKETS",
274-
.test_func = testapp_send_receive_unaligned_mb},
275273
{.name = "ALIGNED_INV_DESC_MULTI_BUFF", .test_func = testapp_aligned_inv_desc_mb},
276274
{.name = "UNALIGNED_INV_DESC_MULTI_BUFF", .test_func = testapp_unaligned_inv_desc_mb},
277275
{.name = "TOO_MANY_FRAGS", .test_func = testapp_too_many_frags},
@@ -288,6 +286,8 @@ static const struct test_spec flaky_tests[] = {
288286
{.name = "XDP_METADATA_COPY", .test_func = testapp_xdp_metadata},
289287
{.name = "XDP_METADATA_COPY_MULTI_BUFF", .test_func = testapp_xdp_metadata_mb},
290288
{.name = "SEND_RECEIVE_9K_PACKETS", .test_func = testapp_send_receive_mb},
289+
{.name = "SEND_RECEIVE_UNALIGNED_9K_PACKETS",
290+
.test_func = testapp_send_receive_unaligned_mb},
291291
};
292292

293293

0 commit comments

Comments
 (0)