aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-09linux-gen: timer: implement odp_timer_pool_param_init()Petri Savolainen
2021-12-09api: timer: add odp_timer_pool_param_init()Petri Savolainen
2021-12-09api: timer: split timer types into separate filePetri Savolainen
2021-12-08validation: cls: test default values set by init functionsJanne Peltonen
2021-12-08api: cls: define default values that are already assumedJanne Peltonen
2021-12-08validation: pktio: test default values set by init functionsJanne Peltonen
2021-12-08api: pktio: deduce input queue type from pktio input modeJanne Peltonen
2021-12-08validation: crypto: clear session parameters after session creationJanne Peltonen
2021-12-08api: ipsec: clarify that SA creation parameters can be freedJanne Peltonen
2021-12-08api: crypto: clarify that session parameters can be freedJanne Peltonen
2021-12-08validation: ipsec: check the default value of the vector enable flagJanne Peltonen
2021-12-08api: ipsec: add packet vector supportJanne Peltonen
2021-12-08validation: accept packet events too in vector modeJanne Peltonen
2021-12-08api: pktio: allow packet events too when vectors enabledJanne Peltonen
2021-12-08validation: shm: make shm flag tests conditionalMatias Elo
2021-12-08validation: shm: add test for ODP_SHM_NO_HP flagMatias Elo
2021-12-08validation: shm: add test for odp_shm_capability()Matias Elo
2021-12-08linux-gen: shm: add support for ODP_SHM_NO_HP flagMatias Elo
2021-12-08api: shm: add ODP_SHM_NO_HP flagMatias Elo
2021-12-08linux-gen: shm: add capability for supported shared memory flagsMatias Elo
2021-12-08api: shm: add capability for supported shared memory flagsMatias Elo
2021-12-08doc: userguide: remove chapter about deprecated ODP_SHM_SW_ONLY flagMatias Elo
2021-12-08linux-gen: remove usage of deprecated ODP_SHM_SW_ONLY flagMatias Elo
2021-12-08validation: remove usage of deprecated ODP_SHM_SW_ONLY flagMatias Elo
2021-12-08helper: remove usage of deprecated ODP_SHM_SW_ONLY flagMatias Elo
2021-12-08linux-gen: cpumask: fix odp_cpumask_default_control() parameter handlingMatias Elo
2021-12-08checkpatch: fix ARRAY_SIZE ignore optionJere Leppänen
2021-12-08configure: move openssl options under linux-gen platformMatias Elo
2021-12-08validation: cpumask: add new check for default control/worker masksMatias Elo
2021-12-08linux-gen: cpu: add configuration option to use static cpu frequencyMatias Elo
2021-12-08linux-gen: init: detect calling odp_init_local() twiceMatias Elo
2021-12-03test: l2fwd: accept packet events too in vector modeJanne Peltonen
2021-12-03test: l2fwd: fix packet sending to not use vectorsJanne Peltonen
2021-12-03test: l2fwd: reduce code duplication in packet sendingJanne Peltonen
2021-12-03test: l2fwd: reduce code duplication in extra feature processingJanne Peltonen
2021-12-03test: performance: add lock performance testJere Leppänen
2021-11-29test: sched_perf: add test scriptMatias Elo
2021-11-29test: sched_perf: add option to use packet poolMatias Elo
2021-11-25linux-gen: README: add note about random data on x86Jere Leppänen
2021-11-25test: perf: implement random data throughput testJere Leppänen
2021-11-25configure: add option to disable openssl randomJere Leppänen
2021-11-25linux-gen: random: implement crypto random and true random data on x86Jere Leppänen
2021-11-23linux-gen: pool: use common event header for all pool typesMatias Elo
2021-11-23linux-gen: buffer: use common event headerMatias Elo
2021-11-23linux-gen: packet: use common event headerMatias Elo
2021-11-23linux-gen: packet_vector: use common event headerMatias Elo
2021-11-23linux-gen: timer: use common event headerMatias Elo
2021-11-23linux-gen: pool: add internal functions for processing eventsMatias Elo
2021-11-23linux-gen: add pool type agnostic _odp_event_hdr_t headerMatias Elo
2021-11-23linux-gen: arch: add new aarch64 CPU enumerationsPetri Savolainen