aboutsummaryrefslogtreecommitdiff
path: root/platform
AgeCommit message (Expand)Author
2017-03-03linux-dpdk: pktio: return 0 on odp_pktio_mtu() failurev1.13.0.0_DPDK_17.02Matias Elo
2017-03-03linux-dpdk: pktio: fix send_pkt_dpdk() return valueMatias Elo
2017-03-02linux-gen: _ishm: fix normal page fallbackChristophe Milard
2017-03-02linux-dpdk: pool: fix crash when calling odp_pool_create() with no nameMatias Elo
2017-03-02linux-dpdk: pool: fix pool createMatias Elo
2017-03-02Port d8216bf7 "linux-gen: init: avoiding segfault if cleaning files"Matias Elo
2017-03-02Port accfec64 "api: move ODP_*_NAME_LEN definitions from API to implementation"Matias Elo
2017-03-02Port 4a03ef38 "linux-gen: packet: improve packet print"Matias Elo
2017-03-02Port 3d23743f "linux-gen: use ishm as north API mem allocator"Matias Elo
2017-03-02Port 5fbfb9b0 "linux-gen: ishm: internal shared memory allocator (ishm) added"Matias Elo
2017-03-02Port e384fb78 "linux-gen: pktio ipc: make it work again"Matias Elo
2017-03-02Port 39acf771 "linux-gen: sched: add internal API for max number of ordered l...Matias Elo
2017-03-02Port 0d6d0923 "linux-gen: sched: remove old ordered queue implementation"Matias Elo
2017-03-02Port 67abee1a "linux-gen: init: removing possible obsolete ODP files at startup"Matias Elo
2017-03-02Port e28f851c "linux-gen: pool: check pool parameters"Matias Elo
2017-03-02Port 0e67e186 "linux-gen: pool: clean up pool inlines functions"Matias Elo
2017-03-02Port 1220a970 "linux-gen: pool: reimplement pool with ring"Matias Elo
2017-03-02Port 936ce9f3 "linux-gen: ring: created common ring implementation"Matias Elo
2017-03-02Port 1e1312c1 "linux-gen: fdserver: new fdserver added"Matias Elo
2017-03-02Port 474dac39 "linux-generic: moving the visibility files one step up"Matias Elo
2017-03-02Port b8c6689e "linux-generic: Makefile: reintroducing lost change for drv"Matias Elo
2017-03-02linux-dpdk: README: update to match dpdk v17.02Matias Elo
2017-03-02linux-dpdk: improve pmd driver linkingMatias Elo
2017-02-17Merge tag 'v1.13.0.0' of odp into odp_dpdkBalakrishna Garapati
2017-02-16linux-dpdk: include missing *_inlines headersMatias Elo
2017-01-13linux-gen: init: avoiding segfault if cleaning filesChristophe Milard
2017-01-13linux-generic: crypto: add openssl locking support for thread safetyBill Fischofer
2017-01-12linux-gen: packet: replace base_len with constantPetri Savolainen
2017-01-12linux-gen: packet: optimize alloc and initPetri Savolainen
2017-01-12linux-gen: packet: clean and pack packet header structPetri Savolainen
2017-01-12linux-generic: pool: defer ring allocation until pool creationBill Fischofer
2017-01-12linux-gen: _ishm: fixing typosChristophe Milard
2017-01-12linux-gen: _ishm: exporting/importing user len and flagsChristophe Milard
2017-01-12api: move ODP_*_NAME_LEN definitions from API to implementationMatias Elo
2017-01-12linux-gen: config: increase max num of segmentsPetri Savolainen
2017-01-12linux-gen: packet: optimize concatPetri Savolainen
2017-01-12linux-gen: packet: improve packet printPetri Savolainen
2017-01-12linux-gen: packet: fix bug in tailroom calculationPetri Savolainen
2017-01-12linux-gen: schedule_sp: use ring as priority queuePetri Savolainen
2017-01-12linux-gen: _ishm: unlinking files asap for cleaner terminationChristophe Milard
2017-01-12api: random: add explicit controls over random dataBill Fischofer
2017-01-12linux-gen: _ishm: cleaning remaining block at odp_term_globalChristophe Milard
2017-01-12linux-gen: _ishm: allow memory alloc/free at global init/termChristophe Milard
2017-01-12linux-gen: _ishm: fix for alignment request matching page sizeChristophe Milard
2017-01-12linux_gen: _ishm: decreasing the number of error messages when no huge pagesChristophe Milard
2017-01-12linux-gen: _ishm: accept multiple usage of same block nameChristophe Milard
2017-01-12linux-gen: shared_memory: remove flag forcing mlockChristophe Milard
2017-01-12linux-gen: shm: add flag and function to share memory between ODP instancesChristophe Milard
2017-01-12linux-gen: shm: new ODP_SHM_SINGLE_VA flag implementationChristophe Milard
2017-01-12linux-gen: _ishm: adding function to map memory from other ODPChristophe Milard