Searched refs:shared_umem (Results 1 – 2 of 2) sorted by relevance
507 if (ifobj->shared_umem && ifobj->rx_on) in __test_spec_init()1219 bool shared = (ifobject->shared_umem && tx) ? true : !!i; in xsk_configure_socket()1290 if (ifobject->shared_umem) in thread_common_ops()1346 if (!ifobject->shared_umem) in worker_testapp_validate_tx()1402 if (ifobj->shared_umem) in testapp_clean_xsk_umem()1417 bool old_shared_umem = ifobj->shared_umem; in testapp_validate_traffic_single_thread()1428 test->ifobj_rx->shared_umem = false; in testapp_validate_traffic_single_thread()1429 test->ifobj_tx->shared_umem = false; in testapp_validate_traffic_single_thread()1449 test->ifobj_rx->shared_umem = old_shared_umem; in testapp_validate_traffic_single_thread()1450 test->ifobj_tx->shared_umem = old_shared_umem; in testapp_validate_traffic_single_thread()[all …]
157 bool shared_umem; member