@@ -270,8 +270,6 @@ static const struct test_spec tests[] = {
270
270
{.name = "XDP_PROG_CLEANUP" , .test_func = testapp_xdp_prog_cleanup },
271
271
{.name = "XDP_DROP_HALF" , .test_func = testapp_xdp_drop },
272
272
{.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 },
275
273
{.name = "ALIGNED_INV_DESC_MULTI_BUFF" , .test_func = testapp_aligned_inv_desc_mb },
276
274
{.name = "UNALIGNED_INV_DESC_MULTI_BUFF" , .test_func = testapp_unaligned_inv_desc_mb },
277
275
{.name = "TOO_MANY_FRAGS" , .test_func = testapp_too_many_frags },
@@ -288,6 +286,8 @@ static const struct test_spec flaky_tests[] = {
288
286
{.name = "XDP_METADATA_COPY" , .test_func = testapp_xdp_metadata },
289
287
{.name = "XDP_METADATA_COPY_MULTI_BUFF" , .test_func = testapp_xdp_metadata_mb },
290
288
{.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 },
291
291
};
292
292
293
293
0 commit comments