Searched refs:DEFAULT_BATCH_SIZE (Results 1 – 2 of 2) sorted by relevance
47 #define DEFAULT_BATCH_SIZE global() macro
21 #define DEFAULT_BATCH_SIZE 64 macro237 xsk->batch_size = DEFAULT_BATCH_SIZE; in __test_spec_init()2470 test->ifobj_tx->ring.tx_pending = DEFAULT_BATCH_SIZE; in testapp_hw_sw_min_ring_size()2471 test->ifobj_tx->ring.rx_pending = DEFAULT_BATCH_SIZE * 2; in testapp_hw_sw_min_ring_size()2479 test->ifobj_tx->xsk->batch_size = DEFAULT_BATCH_SIZE - 1; in testapp_hw_sw_min_ring_size()2480 test->ifobj_rx->xsk->batch_size = DEFAULT_BATCH_SIZE - 1; in testapp_hw_sw_min_ring_size()2540 ret = pkt_stream_replace_ifobject(test->ifobj_tx, DEFAULT_BATCH_SIZE, pkt_len); in testapp_adjust_tail()2544 ret = pkt_stream_replace_ifobject(test->ifobj_rx, DEFAULT_BATCH_SIZE, pkt_len + value); in testapp_adjust_tail()