aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/odp_pool.c
AgeCommit message (Expand)Author
2018-05-28linux-gen: init: split odp_internal.hPetri Savolainen
2018-05-22linux-gen: use inlined thread functions everywhereDmitry Eremin-Solenikov
2018-05-21linux-gen: ticketlock: remove separate API inlining headerDmitry Eremin-Solenikov
2018-05-10linux-gen: buffer: remove buffer_inlines header filePetri Savolainen
2018-04-17linux-gen: fix clang on aarch64 buildMaxim Uvarov
2018-02-28linux-gen: queue: ring based queue implementationPetri Savolainen
2018-02-26linux-gen: pool: pool_t.base_addr offset has to be 64-bitMatias Elo
2018-02-26linux-gen: pool: use 64-bit shm sizesMatias Elo
2018-02-26linux-generic: pool: return address range in pool infoMichal Mazur
2018-02-26update Linaro Copyrights to 2018 yearMaxim Uvarov
2018-01-18linux-gen: align: Fix alignment for typedef definitionsIlias Apalodimas
2018-01-18linux-gen, include: switch pool.h to api+abiDmitry Eremin-Solenikov
2017-12-27linux-gen: pool: implement max_num infoPetri Savolainen
2017-12-27linux-generic: pool: implementation for min and max headroom configurationBalasubramanian Manoharan
2017-12-27linux-gen: event: move event subtype to packet headerMatias Elo
2017-12-27linux-generic: events subtype implementationDmitry Eremin-Solenikov
2017-12-12linux-generic: pool: avoid direct use of printf() in odp_pool_print()Bill Fischofer
2017-12-12linux-generic: pool: avoid direct use of printf() in check_paramsBill Fischofer
2017-12-12linux-generic: pool: validate params before creating poolBill Fischofer
2017-11-16linux-gen: pool: add inlined accessors for selected pool parametersMatias Elo
2017-11-16linux-gen: buffer: remove data size member from odp_buffer_hdr_tMatias Elo
2017-10-19linux-gen: pool: select packet pool segment size at runtimeMatias Elo
2017-10-19linux-gen: pool: modify packet pool config definesMatias Elo
2017-10-19linux-gen: pool: combine overlapping struct pool_t membersMatias Elo
2017-10-11linux-gen: pool: avoid allocating packets which cross huge page boundariesMatias Elo
2017-09-14linux-gen: packet: optimize header layoutPetri Savolainen
2017-09-14linux-gen: packet: implement static referencesPetri Savolainen
2017-09-14linux-gen: packet: re-implement packet segmentationPetri Savolainen
2017-08-25linux-gen: drop _ODP_PKTIO_IPC defineDmitry Eremin-Solenikov
2017-08-25linux-gen: use config.h headerDmitry Eremin-Solenikov
2017-08-10linux-gen: dpdk: make sure mbuf memory is allocated from huge pagesMatias Elo
2017-08-08linux-gen: pool: drop two unused functionsDmitry Eremin-Solenikov
2017-07-18linux-gen: dpdk: enable zero-copy operationMatias Elo
2017-07-18linux-gen: pool: fix segfault condition in buffer_free_to_pool()Matias Elo
2017-07-13linux-gen: pool: avoid extra conversionsPetri Savolainen
2017-07-13linux-gen: buffer: change buffer handle to pointerPetri Savolainen
2017-03-16linux-generic: pool: don't allocate buffers from invalid poolDmitry Eremin-Solenikov
2017-03-02linux-generic: pool: add odp_pool_capability() rc checkBill Fischofer
2017-01-23linux-gen: align: clean up macrosPetri Savolainen
2017-01-23linux-gen: align: round up power of two as macroPetri Savolainen
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: pktio ipc: more accurate settings of pool flagsMaxim Uvarov
2017-01-12linux-gen: sched: remove old ordered queue implementationMatias Elo
2017-01-12linux-generic: pool: reset origin_qe on buffer allocationBill Fischofer
2017-01-12linux-gen: pool: check pool parametersPetri Savolainen
2017-01-12linux-gen: packet: added support for segmented packetsPetri Savolainen
2017-01-12linux-gen: pool: ptr instead of hdl in buffer_alloc_multiPetri Savolainen