aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-24Merge ODP v1.32.1.0v1.32.1.0_DPDK_19.11Matias Elo
2021-11-24Port c2d07272a "linux-gen: ring: add internal 64-bit ring implementation"Matias Elo
2021-11-24Port 2c8ada58b "linux-gen: pool: add pool type checks to alloc functions"Matias Elo
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-12api: increment ODP API version to 1.32.1.0Matias Elo
2021-11-12ci: use --enable-helper-deprecated optionJere Leppänen
2021-11-12helper: threads: deprecate old functions and parametersJere Leppänen
2021-11-12helper: implement deprecationJere Leppänen
2021-11-12helper: cli: remove unused instance parameter from odph_cli_init()Jere Leppänen
2021-11-11validation: packet: add new test for maximum segment lengthMatias Elo
2021-11-11api: pool: clarify odp_pool_param_t.pkt.seg_len documentationMatias Elo
2021-11-11linux-dpdk: pool: move user area from buffer to shmJere Leppänen
2021-11-11validation: pool: add test for odp_pool_print_all() functionMatias Elo
2021-11-11linux-gen: pool: implement new odp_pool_print_all() functionMatias Elo
2021-11-11api: pool: add odp_pool_print_all() functionMatias Elo
2021-11-11validation: init: add test for odp_instance() functionMatias Elo
2021-11-11linux-gen: init: implement odp_instance() functionMatias Elo
2021-11-11api: init: add function for reading current instance handleMatias Elo
2021-11-11helper: test: thread: rename odp_instance variableMatias Elo
2021-11-11api: init: add missing descriptions to log levelsMatias Elo
2021-11-11api: protocols: fix doxygen documentation formatMatias Elo
2021-11-11api: version: fix doxygen documentation formatMatias Elo
2021-11-11validation: packet: add test for allocating pool_capa.pkt.max_len packetsMatias Elo
2021-11-11linux-gen: pool: allocate enough packets for multi-segment usageMatias Elo
2021-11-10validation: stash: add tests for pointer only put and get functionsMatias Elo
2021-11-10validation: stash: add tests for 32-bit only put and get functionsMatias Elo
2021-11-10validation: stash: add tests for 64-bit only put and get functionsMatias 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-10api: stash: add pointer only put and get functionsMatias Elo
2021-11-10api: stash: add 32-bit only put and get functionsMatias Elo
2021-11-10api: stash: add 64-bit only put and get functionsMatias Elo
2021-11-10linux-gen: ring: add internal 64-bit ring implementationMatias Elo
2021-11-10api: packet: add bit field usage clarificationMatias Elo
2021-11-10api: pktio: add bit field usage clarificationMatias Elo