aboutsummaryrefslogtreecommitdiff
path: root/platform
AgeCommit message (Expand)Author
2021-11-24Port f27010066 "linux-gen: timer: use internal functions for timeout alloc/free"Matias Elo
2021-11-24Port 8fa8cbfc7 "linux-gen: packet: add missing asserts for invalid event defi...Matias Elo
2021-11-24Port 458620fbf "linux-gen: sysinfo: move compile-time cpu flags to cpu_flags.c"Matias Elo
2021-11-24Port 52fd8c1bd "linux-gen: packet: fix false packet parsing error"Matias Elo
2021-11-24Port 3c07d8a98 "linux-gen: configure: ignore gnu-variable-sized-type-not-at-e...Matias Elo
2021-11-24Port 75c6565ec "linux-gen: fix invalid use of structure with flexible array m...Matias Elo
2021-11-24Port b744475aa "linux-gen: fix print format build errors"Matias Elo
2021-11-24Port 1b1dc2bf9 "linux-gen: packet: fix static assert integer constant build e...Matias Elo
2021-11-24Port bf6da7872 "linux-gen: fix return with expression build errors"Matias Elo
2021-11-24Port 3def5dd8a "linux-gen: pool: implement new odp_pool_print_all() function"Matias Elo
2021-11-24Port bd25b311d "linux-gen: init: implement odp_instance() function"Matias Elo
2021-11-24Port 9dac56af1 "linux-gen: stash: make maximum number of stashes configurable"Matias Elo
2021-11-24linux-dpdk: pool: move and rename internal buffer alloc functionMatias Elo
2021-11-23Merge tag 'v1.32.1.0' of https://github.com/OpenDataPlane/odp into odp-dpdkMatias Elo
2021-11-23Port 6ab34287f "linux-gen: crypto: send completion events to the correct queue"Janne Peltonen
2021-11-11linux-dpdk: pool: move user area from buffer to shmJere Leppänen
2021-11-11linux-gen: pool: implement new odp_pool_print_all() functionMatias Elo
2021-11-11linux-gen: init: implement odp_instance() functionMatias Elo
2021-11-11linux-gen: pool: allocate enough packets for multi-segment usageMatias Elo
2021-11-10linux-gen: stash: implement pointer only put and get functionsMatias Elo
2021-11-10linux-gen: stash: implement 32-bit only put and get functionsMatias Elo
2021-11-10linux-gen: stash: implement 64-bit only put and get functionsMatias Elo
2021-11-10linux-gen: ring: add internal 64-bit ring implementationMatias Elo
2021-11-10linux-gen: pool: add pool type checks to alloc functionsMatias Elo
2021-11-10linux-gen: packet_vector: use internal functions for vector alloc/freeMatias Elo
2021-11-10linux-gen: timer: use internal functions for timeout alloc/freeMatias Elo
2021-11-10linux-gen: packet: add missing asserts for invalid event definesMatias Elo
2021-11-08linux-dpdk: pktio: add additional eal args using config fileVijay Ram Inavolu
2021-11-08linux-gen: config: add string lookup functionVijay Ram Inavolu
2021-11-08linux-gen: sysinfo: dump aarch64 cpu hardware flagsMalvika Gupta
2021-11-08linux-gen: sysinfo: add compile-time cpu flagsMalvika Gupta
2021-11-08linux-gen: sysinfo: move compile-time cpu flags to cpu_flags.cMalvika Gupta
2021-11-05linux-gen: ipsec: optimize ipsec_sa_err_stats_update()Matias Elo
2021-11-05linux-gen: config: add string lookup functionVijay Ram Inavolu
2021-11-02linux-gen: ipsec: add esn feature supportMahipal Challa
2021-11-01linux-dpdk: align: use RTE_CACHE_LINE_SIZE as ODP_CACHE_LINE_SIZEMatias Elo
2021-11-01linux-dpdk: link to arch specific source files individuallyMatias Elo
2021-11-01linux-dpdk: build: add missing cpu cycles source file to arm buildMatias Elo
2021-10-27linux-gen: packet: fix false packet parsing errorJanne Peltonen
2021-10-27linux-gen: ipsec: fix ICV calculation with AES-CCMJanne Peltonen
2021-10-27linux-gen: pool: improve possible pool starvation detectionMatias Elo
2021-10-21linux-gen: configure: ignore gnu-variable-sized-type-not-at-end errorsMatias Elo
2021-10-21linux-gen: llsc: fix casts to union type build errorsMatias Elo
2021-10-21linux-gen: queue_scalable: fix inline function build errorMatias Elo
2021-10-21linux-gen: packet: fix static assert integer constant build errorsMatias Elo
2021-10-21linux-gen: debug: fix variadic macro build errorsMatias Elo
2021-10-21linux-gen: fix invalid use of structure with flexible array member errorsMatias Elo
2021-10-21linux-gen: use common debug print macroMatias Elo
2021-10-21linux-gen: fix zero-size array build errorsMatias Elo
2021-10-21linux-gen: fix print format build errorsMatias Elo