aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-28Merge ODP v1.38.0.0v1.38.0.0_DPDK_19.11Matias Elo
2022-10-28validation: timer: fix naming conflictMatias Elo
2022-10-28github_ci: use custom test image for static linking testsMatias Elo
2022-10-28github_ci: update codecov action to v3Matias Elo
2022-10-28github_ci: update checkout action to v3Matias Elo
2022-10-28test: misc: avoid conversion errors from dpdk headersMatias Elo
2022-10-28ci: build script syncMatias Elo
2022-10-28ci: enable usage of static linking test scriptMatias Elo
2022-10-28linux-dpdk: pool: use correct event indices for external buffersMatias Elo
2022-10-28Port e10feab32 "linux-gen: sched: add configuration options for per queue typ...Matias Elo
2022-10-28Port 9fde80a00 "linux-gen: packet: inline odp_packet_buf_from_head() implemen...Matias Elo
2022-10-28Port 414827cd9 "linux-gen: packet: inline odp_packet_buf_data_set() implement...Matias Elo
2022-10-28Port 117e155bf "linux-gen: packet: inline odp_packet_buf_data_offset() implem...Matias Elo
2022-10-28Port 29f112c6a "linux-gen: packet: inline odp_packet_buf_head() implementation"Matias Elo
2022-10-28Port 2838c738b "linux-gen: packet: inline odp_packet_buf_size() implementation"Matias Elo
2022-10-28Port 8238d7e42 "linux-gen: packet: inline odp_packet_buf_data_len() implement...Matias Elo
2022-10-28Port 79ae35bde "linux-gen: packet: inline odp_packet_input_set() implementation"Matias Elo
2022-10-28Port b1930c526 "linux-gen: print: add _odp_snprint()"Matias Elo
2022-10-28Port 2d65efab9 "linux-gen: vector: implement user flag functions"Matias Elo
2022-10-28Port b45f4814f "linux-gen: packet: implement user flag functions"Matias Elo
2022-10-28Port e9126fe57 "linux-gen: timer: implement new user area"Matias Elo
2022-10-28Port 8290a6a2f "linux-gen: buffer: implement user area"Matias Elo
2022-10-28Port 35a968a8c "linux-gen: pool: implement user area"Matias Elo
2022-10-18Merge tag 'v1.38.0.0' of https://github.com/OpenDataPlane/odp into odp-dpdkMatias Elo
2022-10-18linux-dpdk: crypto: process crypto operations in burstsJanne Peltonen
2022-10-18linux-dpdk: crypto: retry rte_cryptodev_dequeue_burst() indefinitelyJanne Peltonen
2022-10-11linux-dpdk: packet: optimize odp_packet_free_multi() implementationMatias Elo
2022-10-11linux-dpdk: buffer: optimize buffer free function implementationsMatias Elo
2022-10-11linux-dpdk: buffer: optimize buffer alloc function implementationsMatias Elo
2022-10-11test: performance: scheduling: fix array-bounds build errorMatias Elo
2022-10-04linux-dpdk: pktio: check link status return valueMatias Elo
2022-10-04linux-dpdk: packet: remove unnecessary fast path checksMatias Elo
2022-10-04linux-dpdk: packet: add reset function for newly allocated packetsMatias Elo
2022-10-04linux-dpdk: packet: optimize odp_packet_alloc_multi() implementationMatias Elo
2022-09-30api: increment ODP API version to 1.38.0.0Matias Elo
2022-09-30validation: pktio: add user flag checksPetri Savolainen
2022-09-30validation: packet: add user flag testsPetri Savolainen
2022-09-30validation: packet: add flag set and check functionsPetri Savolainen
2022-09-30validation: timer: test timeout user areaPetri Savolainen
2022-09-30validation: packet: test packet vector user areaPetri Savolainen
2022-09-30validation: buffer: test user areaPetri Savolainen
2022-09-30validation: pool: check user area size defaultsPetri Savolainen
2022-09-30validation: packet: update packet user area testsPetri Savolainen
2022-09-30linux-gen: vector: implement user flag functionsPetri Savolainen
2022-09-30linux-gen: packet: implement user flag functionsPetri Savolainen
2022-09-30linux-gen: timer: implement new user areaPetri Savolainen
2022-09-30linux-gen: vector: implement new user areaPetri Savolainen
2022-09-30linux-gen: buffer: implement user areaPetri Savolainen
2022-09-30linux-gen: pool: implement user areaPetri Savolainen
2022-09-30api: packet: add user flagsPetri Savolainen