aboutsummaryrefslogtreecommitdiff
path: root/platform
AgeCommit message (Expand)Author
2019-01-29Port 3a9cf94b7 "linux-gen: fix compiling dpdk pktio with Clang"v1.21.0.0_DPDK_17.11Matias Elo
2019-01-29Port 10c5d2237 "build: support detection of DPDK through pkg-config"Matias Elo
2019-01-29Port 884903373 "linux-gen: comp: add deflate/zlib implementation based on miniz"Matias Elo
2019-01-29Port ad31bf29d "linux-gen: comp: add stub implementation"Matias Elo
2019-01-29Port ad31bf29d "linux-gen: add compression ABI file"Matias Elo
2019-01-29Merge ODP linux-generic v1.21.0.0 into linux-dpdkMatias Elo
2019-01-26linux-gen: fix compiling dpdk pktio with ClangDmitry Eremin-Solenikov
2019-01-26build: support detection of DPDK through pkg-configDmitry Eremin-Solenikov
2019-01-26m4: move -lnuma detection to global fileDmitry Eremin-Solenikov
2019-01-23linux-gen: miniz: disable unaligned loads/stores to fix compilation with clangDmitry Eremin-Solenikov
2019-01-23linux-gen: comp: add deflate/zlib implementation based on minizDmitry Eremin-Solenikov
2019-01-23linux-gen: miniz local modificationsDmitry Eremin-Solenikov
2019-01-23linux-gen: add miniz library at 3a884afaa7a9eefb4eb80041aee6e7995a2f5215Dmitry Eremin-Solenikov
2019-01-23linux-gen: comp: add stub implementationDmitry Eremin-Solenikov
2019-01-23linux-gen: event: define ODP_EVENT_PACKET_COMPDmitry Eremin-Solenikov
2019-01-23linux-gen: add compression ABI fileDmitry Eremin-Solenikov
2019-01-18linux-gen: dpdk: add a fallback value for the number of numa nodesMatias Elo
2019-01-10Port 68d9edd5c "linux-gen: dpdk: support DPDK version up to v18.11"Matias Elo
2019-01-10linux-dpdk: crypto: deprecate rte_cryptodev_get_private_session_size()Matias Elo
2019-01-10linux-dpdk: pool: use rte_mbuf_raw API instead of rte_ctrlmbufMatias Elo
2019-01-07Port 87a81d8b4 "linux-gen: sched: dummy flow aware implementation"Matias Elo
2019-01-07Port 3e9428c47 "linux-gen: sched: check that config has been done"Matias Elo
2019-01-07Port ddfe2d945 "linux-gen: implement odp_schedule_config() API call"Matias Elo
2019-01-07Port e721288bf "linux-gen: schedule: rename config to get_config"Matias Elo
2019-01-07Port 2aee8a584 "linux-gen: queue, schedule: move scheduled queue capabilities...Matias Elo
2019-01-07Port 930b00426 "linux-gen: queue, schedule: move scheduler capabilities to sc...Matias Elo
2019-01-07Port 81e5aead1 "linux-gen: move NUM_INTERNAL_QUEUES to config"Matias Elo
2019-01-07Merge branch 'master' of https://github.com/Linaro/odp into odp-dpdkMatias Elo
2018-12-26linux-gen: sched: dummy flow aware implementationPetri Savolainen
2018-12-26linux-gen: sched: check that config has been donePetri Savolainen
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-20linux-dpdk: fix make dist_check test wrapper executionMaxim Uvarov
2018-12-20linux-dpdk: undef compiler for clangMaxim Uvarov
2018-12-19linux-dpdk: init: reset getopt() internal state after rte_eal_init()Matias Elo
2018-12-19linux-dpdk: init: allocate dpdk command line arguments from stackMatias Elo
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-13linux-dpdk: crypto: initialize capability bit_mode valueMatias Elo
2018-12-13linux-dpdk: queue: fix usage of too small queue ringMatias Elo
2018-12-13linux-dpdk: ring: rename internal ring functionsMatias Elo
2018-12-13linux-dpdk: timer: fix usage of too small timer ringMatias Elo
2018-12-13Port 47d3ace1c "linux-gen: init: use new odp_init_t.mem_model parameter"Matias Elo
2018-12-13Port b2be0e368 "linux-gen: sched: implement wait and no_wait functions"Matias Elo
2018-12-13Port ec1695108 "linux-gen: sched: implement min/max/default prio functions"Matias Elo