aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-06Merge ODP v1.42.1.0v1.42.1.0_DPDK_22.11Matias Elo
2023-11-06test: performance: sync application tests with linux-genericMatias Elo
2023-11-06linux-dpdk: timer: use alternate dpdk timer API by defaultMatias Elo
2023-11-06linux-dpdk: timer: print dpdk timer statistics in odp_timer_pool_print()Matias Elo
2023-11-06linux-dpdk: shm: print dpdk memzones in odp_shm_print_all()Matias Elo
2023-11-06linux-dpdk: crypto: implement the null_crypto crypto op paramJanne Peltonen
2023-11-06m4: dpdk: detect dpdk pcap driver availability when using pkg-configMatias Elo
2023-11-06test: packet_gen: remove memory preallocation from test scriptMatias Elo
2023-11-06example: switch: start pktio devices before creating workersMatias Elo
2023-11-06build: merge differences to linux-genericMatias Elo
2023-11-06Port 319bb5981 "linux-gen: queue: implement odp_queue_destroy_multi() function"Matias Elo
2023-11-06Port 9eef10280 "linux-gen: queue: implement odp_queue_create_multi() function"Matias Elo
2023-11-06Port 1eacb4743 "linux-gen: timer: implement odp_timeout_free_multi() function"Matias Elo
2023-11-06Port 189f0258d "linux-gen: timer: implement odp_timeout_alloc_multi() function"Matias Elo
2023-11-06Port e2e487619 "linux-gen: packet: implement TX completion poll mode"Matias Elo
2023-11-06Port 4cf41a56e "linux-gen: pktio: implement TX completion poll mode"Matias Elo
2023-11-06Port 926a4cbc0 "linux-gen: packet: add fields for TX completion poll mode"Matias Elo
2023-11-06Port a18fd930f "linux-gen: pool: fix odp_pool_ext_capability() return value"Matias Elo
2023-11-06Port edc008440 "test: dmafwd: add CI integration"Matias Elo
2023-11-06Port 9dd86d494 "linux-gen: cpu: optimize aarch64 odp_cpu_cycles() implementat...Matias Elo
2023-11-06Port 30c50f461 "linux-gen: fix typos"Matias Elo
2023-10-30Merge ODP v1.42.1.0Matias Elo
2023-10-27linux-dpdk: crypto: reject all unsupported op typesJanne Peltonen
2023-10-23api: increment ODP API version to 1.42.1Matias Elo
2023-10-23example: timer_accuracy: use new ODPH_ABS macroMatias Elo
2023-10-23helper: macros: add test for ODPH_ABS()Matias Elo
2023-10-23helper: macros: add new macro for absolute valueMatias Elo
2023-10-23helper: macros: add test for ODPH_ARRAY_SIZE()Matias Elo
2023-10-23checkpatch: stop ignoring ARRAY_SIZE warningMatias Elo
2023-10-23test: validation: use new ODPH_ARRAY_SIZE macroMatias Elo
2023-10-23test: performance: use new ODPH_ARRAY_SIZE macroMatias Elo
2023-10-23helper: macros: add new macro for array size calculationMatias Elo
2023-10-23validation: use new ODPH_MIN and ODPH_MAX macrosMatias Elo
2023-10-23test: performance: use new ODPH_MIN and ODPH_MAX macrosMatias Elo
2023-10-23example: use new ODPH_MIN and ODPH_MAX macrosMatias Elo
2023-10-23helper: macros: add test applicationMatias Elo
2023-10-23helper: macros: add new macros for min/max comparison operationsMatias Elo
2023-10-23helper: icmp: remove and rename definesMatias Elo
2023-10-23helper: igmp: use correct prefix for IGMP header lengthMatias Elo
2023-10-23helper: gtp: use correct prefix for GTP header lengthMatias Elo
2023-10-20validation: queue: add test for queue create/destroy multi functionsMatias Elo
2023-10-20linux-gen: queue: implement odp_queue_destroy_multi() functionMatias Elo
2023-10-20api: queue: add odp_queue_destroy_multi() functionMatias Elo
2023-10-20linux-gen: queue: implement odp_queue_create_multi() functionMatias Elo
2023-10-20api: queue: add odp_queue_create_multi() functionMatias Elo
2023-10-20validation: cls: add tests for create/destroy pmr multi variantsMatias Elo
2023-10-20validation: cls: add tests for create/destroy cos multi variantsMatias Elo
2023-10-20linux-gen: cls: implement odp_cls_pmr_destroy_multi() functionMatias Elo
2023-10-20api: cls: add odp_cls_pmr_destroy_multi() functionMatias Elo
2023-10-20linux-gen: cls: implement odp_cos_destroy_multi() functionMatias Elo