Matias Elo

Results 22 issues of Matias Elo

Add support for runtime event validation (initially buffer endmark checking). Event validation can be enabled during configure with '--enable-event-validation' [warn/abort] or with --enabled-debug=full. When event validation is enabled, endmarks are...

Memory for odph_thread_create() output thread table is given by application, so there is no guarantee that the memory can be used to synchronize child process startup. Use socketpair() instead. Signed-off-by:...

Add new configuration file options for adjusting scheduler burst sizes per scheduled queue type. Use 32-bit fast path variables for improved arithmetic operation performance. Signed-off-by: Matias Elo

Dmitry Eremin-Solenikov 2018-12-10 14:47:58 UTC It looks like I didn't add AES-CCM test cases into IPsec test suite. We should consider adding IPsec AES-CCM test vectors.

Dmitry Eremin-Solenikov 2018-09-03 09:49:34 UTC All tests fail on PPC64el with the following error: ``` FAIL: time/time_main ==================== odp_system_info.c:314:systemcpu():Cache line sizes definitions don't match. odp_system_info.c:364:odp_system_info_init():systemcpu failed odp_init.c:256:odp_init_global():ODP system_info init failed....

Dmitry Eremin-Solenikov 2018-09-03 09:58:56 UTC I'm observing occasional test failures on x86 (both i386 and amd64): ``` Test: scheduler_test_wait_time ...FAILED 1. scheduler.c:189 - odp_time_cmp(diff, upper_limit)

Dmitry Eremin-Solenikov 2018-09-04 08:15:48 UTC See attached build log. Comment 1 Dmitry Eremin-Solenikov 2018-09-04 08:18:52 UTC ``` Test: queue_test_burst_spsc ...FAILED 1. queue.c:308 - ev != ODP_EVENT_INVALID 2. queue.c:308 - ev...