aboutsummaryrefslogtreecommitdiff
path: root/platform
AgeCommit message (Expand)Author
2018-12-26linux-gen: event: support flow-awareness APIDmitry 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-26linux-gen: queue, schedule: move scheduled queue capabilities to schedDmitry 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-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-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
2018-12-03linux-gen: traffic_mngr: move tm_schedulers_obj_t inside tm_node_obj_tMatias Elo
2018-12-03linux-gen: traffic_mngr: allocate tm_system_group_t from shmMatias Elo
2018-12-03linux-gen: traffic_mngr: allocate tm_queue_obj_t from shmMatias Elo
2018-12-03linux-gen: traffic_mngr: move tm_wred_node_t inside tm_queue_obj_tMatias Elo
2018-12-03linux-gen: traffic_mngr: use static array for odp_tm_systemsMatias Elo
2018-11-30linux-gen: pool: remove unnecessary align padding from buffersMatias Elo
2018-11-30linux-gen: pool: move ODP_CONFIG_BUFFER_ALIGN_MIN out of config headerMatias Elo
2018-11-30linux-gen: pool: reduce buffer memory usageMatias Elo
2018-11-29linux-gen: drop performance.m4Maxim Uvarov
2018-11-28linux-gen: ishm: add missing cast to calculate max_memoryMaxim Uvarov
2018-11-28linux-gen: remove performance test for process modeMaxim Uvarov
2018-11-28linux-gen: shm: remove single_va configuration optionMatias Elo
2018-11-28test: performance: use mem_model from helper optionsMatias Elo
2018-11-28linux-gen: init: use new odp_init_t.mem_model parameterMatias Elo
2018-11-28linux-gen: sched: implement wait and no_wait functionsPetri Savolainen
2018-11-28linux-gen: sched: implement min/max/default prio functionsPetri Savolainen
2018-11-28linux-gen: ipsec: use new auth_key_extraPetri Savolainen
2018-11-28linux-gen: timer: implement new timer pool capabilitiesMatias Elo
2018-11-28linux-gen: pktio: implement per queue pktin configurationBogdan Pricope
2018-11-28linux-gen: packet: implement packet result callsPetri Savolainen
2018-11-28api: packet: add parse result callPetri Savolainen
2018-11-28linux-gen: packet: implementation subtype apiPetri Savolainen
2018-11-28api: classifier: rename ODP_PMR_INVAL to ODP_PMR_INVALIDMatias Elo
2018-11-28abi: timer: use strong type for odp_timer_pool_tMatias Elo
2018-11-28api: shm: remove unused ODP_SHM_NULL defineMatias Elo
2018-11-16linux-gen: ishm: add config option for selecting huge page usage limitMatias Elo
2018-11-16linux-gen: timer: decrease inline timer polling interval under loadMatias Elo
2018-11-16linux-gen: timer: add config option for inline timer poll frequencyMatias Elo
2018-11-16travis: test inline timer implementationMatias Elo
2018-11-16linux-gen: timer: enable inline timer implementation using config fileMatias Elo
2018-11-16linux-gen: timer: zero timer pool memory on reserveMatias Elo
2018-11-16linux-gen: init: always initialize odp_global_ro.init_paramMatias Elo
2018-11-16linux-gen: arm atomic: fix register numbering with caspPetri Savolainen