aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-21linux-gen: miniz: disable unaligned loads/stores to fix compilation with clangapi-nextDmitry Eremin-Solenikov
2019-01-21validation: add comp_main to .gitignoreDmitry Eremin-Solenikov
2019-01-21linux-gen: comp: add deflate/zlib implementation based on minizDmitry Eremin-Solenikov
2019-01-21linux-gen: miniz local modificationsDmitry Eremin-Solenikov
2019-01-21linux-gen: add miniz library at 3a884afaa7a9eefb4eb80041aee6e7995a2f5215Dmitry Eremin-Solenikov
2019-01-09doc: userguide: add section for compression supportBill Fischofer
2018-12-27linux-gen: comp: add stub implementationDmitry Eremin-Solenikov
2018-12-27validation: add compression testsDmitry Eremin-Solenikov
2018-12-27linux-gen: event: define ODP_EVENT_PACKET_COMPDmitry Eremin-Solenikov
2018-12-27linux-gen: add compression ABI fileDmitry Eremin-Solenikov
2018-12-27api: fix compression API headersDmitry Eremin-Solenikov
2018-12-27api: comp: compression specificationBalasubramanian Manoharan
2018-12-26linux-gen: sched: dummy flow aware implementationPetri Savolainen
2018-12-26validation: sched: add flow aware test casePetri Savolainen
2018-12-26linux-gen: sched: check that config has been donePetri Savolainen
2018-12-26api: sched: max_flow_id capabilityPetri Savolainen
2018-12-26api: event: define ODP_EVENT_PACKET_COMPDmitry Eremin-Solenikov
2018-12-26linux-gen: event: support flow-awareness APIDmitry Eremin-Solenikov
2018-12-26validation: scheduler use schedule_config instead of capabilitiesDmitry Eremin-Solenikov
2018-12-26examples: add calls to odp_schedule_config()Dmitry Eremin-Solenikov
2018-12-26performance: add calls to odp_schedule_config()Dmitry Eremin-Solenikov
2018-12-26validation: add calls to odp_schedule_config()Dmitry Eremin-Solenikov
2018-12-26linux-gen: implement odp_schedule_config() API callDmitry Eremin-Solenikov
2018-12-26linux-gen: schedule: rename config to get_configDmitry Eremin-Solenikov
2018-12-26api: schedule: add scheduler flow aware modeDmitry Eremin-Solenikov
2018-12-26api: schedule: add scheduler config and start APIDmitry Eremin-Solenikov
2018-12-26example, tests: move scheduled queue capabilities to schedDmitry Eremin-Solenikov
2018-12-26linux-gen: queue, schedule: move scheduled queue capabilities to schedDmitry Eremin-Solenikov
2018-12-26api: queue, schedule: move scheduled queue capabilities to schedDmitry Eremin-Solenikov
2018-12-26example, tests: move scheduler capabilities to schedulerDmitry Eremin-Solenikov
2018-12-26linux-gen: queue, schedule: move scheduler capabilities to schedulerDmitry Eremin-Solenikov
2018-12-26linux-gen: move NUM_INTERNAL_QUEUES to configDmitry Eremin-Solenikov
2018-12-26api: queue, schedule: move scheduler capabilities to schedulerDmitry Eremin-Solenikov
2018-12-20travis: rename BUILD_ONLY to CHECKMatias Elo
2018-12-20travis: add CentOS 7 build testMatias Elo
2018-12-18linux-gen: dpdk: fix build with no pmd driversMatias Elo
2018-12-17dependencies: dpdk: list supported versionsPetri Savolainen
2018-12-17linux-gen: dpdk: support DPDK version up to v18.11Petri Savolainen
2018-12-17linux-gen: socket_mmap: fix build with older clang versionsMatias Elo
2018-12-14linux-gen: netmap: update ring->head in netmap_recv_desc()Matias Elo
2018-12-03configure.ac: update version to v1.20.0.0v1.20.0.0Maxim Uvarov
2018-12-03changelog: updates for odp v1.20.0.0Bill Fischofer
2018-12-03linux-gen: traffic_mngr: allocate all global data from shmMatias Elo
2018-12-03linux-gen: traffic_mngr: don't reserve memory if tm is disabledMatias Elo
2018-12-03linux-gen: traffic_mngr: allocate profile objects from shmMatias Elo
2018-12-03linux-gen: traffic_mngr: store input_work_queue inside tm_system_tMatias Elo
2018-12-03linux-gen: traffic_mngr: store root node inside tm_system_tMatias Elo
2018-12-03linux-gen: traffic_mngr: store tm_queue_obj_t array inside tm_system_tMatias Elo
2018-12-03linux-gen: traffic_mngr: allocate tm_node_obj_t from shmMatias Elo
2018-12-03linux-gen: traffic_mngr: move tm_wred_node_t inside tm_node_obj_tMatias Elo