Home
last modified time | relevance | path

Searched refs:RTE_TEST_ASSERT_NOT_NULL (Results 1 – 7 of 7) sorted by relevance

/dpdk/app/test/
H A Dtest_ipsec_sad.c106 RTE_TEST_ASSERT_NOT_NULL(one, "Failed to create SAD\n"); in test_find_existing()
108 RTE_TEST_ASSERT_NOT_NULL(two, "Failed to create SAD\n"); in test_find_existing()
146 RTE_TEST_ASSERT_NOT_NULL(sad, "Failed to create SAD\n"); in test_multiple_create()
176 RTE_TEST_ASSERT_NOT_NULL(sad, "Failed to create SAD\n"); in __test_add_invalid()
248 RTE_TEST_ASSERT_NOT_NULL(sad, "Failed to create SAD\n"); in __test_delete_invalid()
308 RTE_TEST_ASSERT_NOT_NULL(sad, "Failed to create SAD\n"); in __test_lookup_invalid()
366 RTE_TEST_ASSERT_NOT_NULL(sad, "Failed to create SAD\n"); in __test_lookup_basic()
443 RTE_TEST_ASSERT_NOT_NULL(sad, "Failed to create SAD\n"); in __test_lookup_adv()
708 RTE_TEST_ASSERT_NOT_NULL(sad, "Failed to create SAD\n"); in __test_lookup_order()
H A Dtest_mempool.c549 RTE_TEST_ASSERT_NOT_NULL(mp[0], "Cannot create mempool %s: %s", in test_mempool_events()
582 RTE_TEST_ASSERT_NOT_NULL(mp[1], "Cannot create mempool %s: %s", in test_mempool_events()
691 RTE_TEST_ASSERT_NOT_NULL(mp, "Cannot create mempool: %s", in test_mempool_events_safety()
753 RTE_TEST_ASSERT_NOT_NULL(mz, "Cannot allocate memory"); in test_mempool_flag_non_io_set_when_no_iova_contig_set()
759 RTE_TEST_ASSERT_NOT_NULL(mp, "Cannot create mempool: %s", in test_mempool_flag_non_io_set_when_no_iova_contig_set()
799 RTE_TEST_ASSERT_NOT_NULL(mz, "Cannot allocate memory"); in test_mempool_flag_non_io_unset_when_populated_with_valid_iova()
805 RTE_TEST_ASSERT_NOT_NULL(mp, "Cannot create mempool: %s", in test_mempool_flag_non_io_unset_when_populated_with_valid_iova()
H A Dtest.h105 #define TEST_ASSERT_NOT_NULL RTE_TEST_ASSERT_NOT_NULL
/dpdk/lib/eal/include/
H A Drte_test.h43 #define RTE_TEST_ASSERT_NOT_NULL(val, msg, ...) \ macro
/dpdk/drivers/event/octeontx/
H A Dssovf_evdev_selftest.c301 RTE_TEST_ASSERT_NOT_NULL(m, "mempool alloc failed"); in inject_events()
540 RTE_TEST_ASSERT_NOT_NULL(m, "mempool alloc failed"); in test_multi_queue_priority()
/dpdk/drivers/event/cnxk/
H A Dcnxk_eventdev_selftest.c282 RTE_TEST_ASSERT_NOT_NULL(m, "mempool alloc failed"); in inject_events()
525 RTE_TEST_ASSERT_NOT_NULL(m, "mempool alloc failed"); in test_multi_queue_priority()
/dpdk/drivers/event/dpaa2/
H A Ddpaa2_eventdev_selftest.c257 RTE_TEST_ASSERT_NOT_NULL(m, "mempool alloc failed"); in inject_events()