aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-07linux-gen: debug: utilize new _ODP_WARN() macroMatias Elo
2023-07-07linux-gen: debug: add message types to logsMatias Elo
2023-07-07linux-gen: debug: add support for new warning log levelMatias Elo
2023-07-07api: init: add new ODP_LOG_WARN log levelMatias Elo
2023-07-07validation: shm: fix maybe-uninitialized warningsMatias Elo
2023-07-07validation: event: add test for odp_event_types_multi()Matias Elo
2023-07-07linux-gen: event: implement odp_event_types_multi() functionMatias Elo
2023-07-07api: event: add odp_event_types_multi() functionMatias Elo
2023-07-07validation: timer: add test for odp_timeout_to_event_multi()Matias Elo
2023-07-07linux-gen: timer: implement odp_timeout_from_event_multi() functionMatias Elo
2023-07-07api: timer: add odp_timeout_from_event_multi() functionMatias Elo
2023-07-07validation: event: add test for odp_event_user_area_and_flag()Matias Elo
2023-07-07linux-gen: event: implement odp_event_user_area_and_flag() functionMatias Elo
2023-07-07api: packet: change user flag function return valueMatias Elo
2023-07-07api: event: add odp_event_user_area_and_flag() functionMatias Elo
2023-07-05validation: crypto: separate session & operation test parametersJanne Peltonen
2023-07-05validation: crypto: fix checking if hash result is in cipher rangeJanne Peltonen
2023-07-05validation: crypto: fix hash_result_in_auth_range flag in bit modeJanne Peltonen
2023-07-05LICENSE: update project ownerMatias Elo
2023-07-03validation: time: improve time monotony testPetri Savolainen
2023-07-03linux-gen: cpu: detect constant_tsc from cpuinfoMatias Elo
2023-06-29Merge ODP v1.41.1.0Matias Elo
2023-06-29linux-dpdk: pool: modify buffer maximum size capabilityTuomas Taipale
2023-06-29linux-dpdk: remove rte_mbuf from common event headerTuomas Taipale
2023-06-29linux-dpdk: pool: move external memory object constructor functionTuomas Taipale
2023-06-29linux-dpdk: pool: refactor internal pool creation functionTuomas Taipale
2023-06-29Port af1a174d9 "linux-gen: pktio: move packet vector cast helper"Tuomas Taipale
2023-06-29validation: tm: remove unused variableMatias Elo
2023-06-21linux-gen: pktio: move packet vector cast helperTuomas Taipale
2023-06-21linux-gen: time: refactor implementationMatias Elo
2023-06-19test: stress: fix maybe-uninitialized error from gcc-13Matias Elo
2023-06-19validation: timer: test timer re-use with different event typesJere Leppänen
2023-06-19validation: timer: test periodic timer re-useJere Leppänen
2023-06-16linux-gen: dma: inline completion event alloc/free functionsMatias Elo
2023-06-16linux-gen: dma: inline parameter init functionsMatias Elo
2023-06-16linux-gen: dma: inline small completion event functionsMatias Elo
2023-06-16linux-gen: dma: inline completion event conversion functionsMatias Elo
2023-06-13linux-gen: cpu: update x86 CPU flags codeMatias Elo
2023-06-13test: ipsecfwd: update CFLAGS with libconfigAnoob Joseph
2023-06-13github_ci: change gcc-13 test containerMatias Elo
2023-06-09api: increment ODP API version to 1.41.1Matias Elo
2023-06-09api: time: split header filesMatias Elo
2023-06-09validation: event: add tests for new event user area functionMatias Elo
2023-06-09linux-gen: event: implement new odp_event_user_area() functionMatias Elo
2023-06-09api: event: add function for reading event user area addressMatias Elo
2023-06-09validation: dma: add same session name testsTuomas Taipale
2023-06-09api: dma: clarify session name uniquenessTuomas Taipale
2023-06-09validation: dma: verify completion event user areaTuomas Taipale
2023-06-09validation: dma: print inactive testsTuomas Taipale
2023-06-09linux-gen: dma: implement completion event user areaTuomas Taipale