Matias Elo

Results 22 issues of Matias Elo

Bogdan Pricope 2018-08-01 07:11:04 UTC Maximum number of scheduling groups is very short: - for basic scheduler 28 (NUM_SCHED_GRPS - SCHED_GROUP_NAMED) - for SP scheduler is 9 - for iquery...

Janne Peltonen 2018-10-03 10:20:21 UTC Separate IP ID allocation for transport and tunnel mode SAs may cause duplicate IDs. The IPsec implementation allocates IPv4 IDs for tunnel mode packets but...

rte_eth_link_get() API has been updated to have a return value. Check the return value and use rte_eth_link_get_nowait() variant to avoid possible extra delays. Signed-off-by: Matias Elo

DPDK rte_lcore_state_t.WAIT exposed by odp-dpdk implementation conflicts with WAIT enum. Prefix all test internal enumerations to avoid conflicts. Signed-off-by: Matias Elo

Change odp_time_t ABI type from struct to uint64_t. Time handles can now be directly compared to ODP_TIME_NULL. The change triggered couple false positive 'maybe-uninitialized' warnings.